[Math] In definition of a category , what is the meaning of ‘consists of’

category-theorydefinition

A category $\mathsf C$ consists of the following three mathematical entities:

  • A class $\operatorname{ob}(\mathsf{C})$, whose elements are called objects;

  • A class $\hom(\mathsf{C})$, whose elements are called morphisms or maps or arrows. Each morphism $f$ has a source object $a$ and target object $b$.

  • A binary operation $\circ$, called composition of morphisms, such that for any three objects $a$, $b$, and $c$, we have $\hom(b, c) \times \hom(a, b) \to \hom(a, c)$. The composition of $f : a \to b$ and $g : b \to c$ is written as $g \circ f$ or $gf$, governed by two axioms: […]

What the exact meaning of 'consist of' in the first sentence? Of course, I know the usual meaning. However, since it is not a mathematical term, I don't know the mathematical meaning of 'consists of'.

Best Answer

To be formal, you can say that a category is a triple $(Ob(C), Hom(C), \circ)$ such that, etc ...

The notion of triple is perfectly and formaly defined in set theory.

Of course, I use the definition of category which states that $Ob(C)$ and $Hom(C)$ must be sets. To work with this definition, one usually uses Grothendieck Universes.

Related Question