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: can a unique arrow makes more than one commuting diagram?


view this post on Zulip André Muricy Santos (Apr 24 2023 at 15:01):

very basic question. Suppose I have the below situation:
Screenshot-2023-04-24-at-16.49.00.png
The universal property of the product says that given any pair of arrows f1 and g1, there is a unique h such that the diagram commutes. But it says nothing else about h: in fact, why could there not be more pairs of arrows (in the picture f2 and g2) for which there is a unique arrow h' such that the diagram commutes AND h' happens to be h?

view this post on Zulip André Muricy Santos (Apr 24 2023 at 15:03):

I seem to remember that these uniquely determined arrows are sort of bound to the things that uniquely determine them, but only if they're "the only thing left to pick". So that if we had that g2 = g1, then we'd know that f2 = f1 also, like below:

Screenshot-2023-04-24-at-17.00.26.png

but then doesn't this trivialize currying? That is, if you can construct the operation of currying at all (something that "typechecks"), you automatically get a cartesian closed category because f simply has no choice but to be equal to curry g? This last part is very confused and I'm sorry about that, just not thinking productively anymore for today.

view this post on Zulip Morgan Rogers (he/him) (Apr 24 2023 at 15:24):

f1=π1h=f2f_1 = \pi_1 \circ h=f_2 and g1=π2h=g2g_1=\pi_2 \circ h=g_2.

view this post on Zulip Ralph Sarkis (Apr 24 2023 at 15:26):

Your first commutative diagrams says that f1=π1h=f2f_1 = \pi_1 \circ h = f_2 and similarly for the gg's. One way to say this is that the universal property of the product is equivalent to there being a bijection HomC(T,A×B)HomC(T,A)×HomC(T,B)\mathrm{Hom}_{\mathbf{C}}(T,A\times B) \to \mathrm{Hom}_{\mathbf{C}}(T,A) \times \mathrm{Hom}_{\mathbf{C}}(T, B) for every TT (the second ×\times is the Cartesian product of sets).

view this post on Zulip Morgan Rogers (he/him) (Apr 24 2023 at 15:26):

("The diagram commutes" means that the left hand and right hand triangles commute)

view this post on Zulip Ralph Sarkis (Apr 24 2023 at 15:27):

There was a similar discussion here.

view this post on Zulip André Muricy Santos (Apr 24 2023 at 15:46):

thank you both. It's obvious now. of course hh uniquely determines ff and gg, they are equal to the composites of hh with the projections.