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.
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?
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.
and .
Your first commutative diagrams says that and similarly for the 's. One way to say this is that the universal property of the product is equivalent to there being a bijection for every (the second is the Cartesian product of sets).
("The diagram commutes" means that the left hand and right hand triangles commute)
There was a similar discussion here.
thank you both. It's obvious now. of course uniquely determines and , they are equal to the composites of with the projections.