Category Theory
Zulip Server
Archive

You're reading the public-facing archive of the Category Theory Zulip server.
To join the server you need an invite. Anybody can get an invite by contacting Matteo Capucci at name dot surname at gmail dot com.
For all things related to this archive refer to the same person.


Stream: learning: questions

Topic: composing universal property morphisms


view this post on Zulip David Egolf (Dec 05 2023 at 20:51):

I'm currently contemplating this rather impressive diagram (from "Categorical logic from a categorical point of view" by Michael Shulman):
diagram

In this diagram, many of the morphism pictured are induced by using the universal property of products. To try and show that different polygons in this diagram commute I think involves calculating the composite of these "universal property morphisms". For example, we'd like to be able to show that (i×1×1)(Δ×1)(1,j)=(i,1,j)(i \times 1 \times 1) \circ (\Delta \times 1) \circ (1,j) = (i,1,j).

I think I've figured out an approach that works, but I would like to try and formalize it a bit so that I can use it more easily. I drew this rough diagram to illustrate the approach:
rough diagram

view this post on Zulip David Egolf (Dec 05 2023 at 20:53):

In this diagram AA, BB and BB' are objects, while DD and DD' are diagrams. The fancy wider arrows are supposed to indicate that there are potentially multiple parallel morphisms present. Since we want to use the universal property of a limit, the idea is that BB and BB' (together with their projecting morphisms) are limits over the diagrams DD and DD', respectively.

view this post on Zulip David Egolf (Dec 05 2023 at 20:53):

For each object dd in DD, there is exactly one morphism in ff from AA to dd. In addition, the morphisms gg from DD to DD' are such that when composed with the morphisms π\pi from BB to DD, there is exactly one morphism in the composite to each object of DD' from BB.

view this post on Zulip David Egolf (Dec 05 2023 at 20:53):

The dashed arrows indicate morphisms induced by the universal property of the limits involved. The dashed arrow ufu_f indicates the morphism induced by by the morphisms ff, and ugu_g is the morphism induced by the morphisms gπg \circ \pi .

Since each path in the left triangle commutes (we might say πuf=f\pi \circ u_f = f) and each path in the right rectangle commutes (we might say gπ=πugg \circ \pi = \pi' \circ u_g) I think each path in the larger "outside" diagram commutes (so gf=πugufg \circ f = \pi' \circ u_g \circ u_f). I think this implies that ugufu_g \circ u_f is the universal property morphism ugfu_{g \circ f} induced by gfg \circ f.

view this post on Zulip David Egolf (Dec 05 2023 at 20:54):

So, to form the composite of two morphisms ufu_f and ugu_g induced by universal properties, I think one takes the universal property morphism induced by the "composite" of their inducing sets of morphisms ff and gg. (Although, note that π\pi was involved in induced ugu_g, not just the morphisms gg.)

Does this seem like it should work? I'd also be interested in learning how to formalize this cleanly. I'm not used to thinking about "composing" collections of parallel morphisms!

view this post on Zulip David Egolf (Dec 05 2023 at 21:19):

I guess one limitation of this approach is that it assumes the inducing morphisms for the second universal morphism (from BB to BB') all "factor through" the diagram DD. I don't think is necessarily always the case.

To handle a more general situation, probably a relevant diagram would look more like this:
more general diagram

In this diagram we don't assume that the morphisms inducing the second universal morphism factor through DD.

In this more general case we'd have πuguf=guf\pi' \circ u_g \circ u_f = g \circ u_f. I guess that in this case ugufu_g \circ u_f is the universal property morphism induced by gufg \circ u_f.