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: Universal property of a terminal object


view this post on Zulip Jencel Panic (Jul 18 2023 at 11:49):

A terminal object in a category C is an object 1 of C satisfying the following universal property:
for every object x of C, there exists a unique morphism !:x→1

What is the reason for the word unique in that definition to be there?

Asking because it seems redundant at a first glance.

view this post on Zulip Morgan Rogers (he/him) (Jul 18 2023 at 11:52):

In the category of sets, every non-empty set admits morphisms from every set. Only a 11-element set is the target of a unique morphism from every set.

view this post on Zulip Reid Barton (Jul 18 2023 at 12:02):

("unique" means it's the only morphism from x to 1, in case that wasn't clear.)

view this post on Zulip Jencel Panic (Jul 18 2023 at 19:07):

Thanks very much for the responses.