Skip to main content Mathematik Zettelkasten

Category

A category C\mathscr{C} is a collection of objects, denoted objC\text{obj}{\mathscr{C}} together with a collection of classes of morphisms between pairs of objects, each of which is denoted Mor(a,b)\text{Mor}{(a,b)} for any pair a,bobjCa,b \in \text{obj}{\mathscr{C}}, such that the following data is given:

(1). For any objects a,b,cobjCa,b,c \in \text{obj}{\mathscr{C}}, there exist composition maps

:Mor(b,c)×Mor(a,b)Mor(a,c) \circ:\text{Mor}{(b,c)} \times \text{Mor}{(a,b)} \rightarrow \text{Mor}{(a,c)}

associating to each pair of morphisms (g,f)(g,f) a morphism gfg \circ f called the composition of the morphism gg with the morphism ff.

(2). For any objects a,b,c,dobjCa,b,c,d \in \text{obj}{\mathscr{C}}, and for any morphisms fMor(a,b)f \in \text{Mor{(a,b)}}, gMor(b,c)g \in \text{Mor{(b,c)}}, and hMor(c,d)h \in \text{Mor{(c,d)}}, the composition maps between morphisms associate wherever they exist; that is:

h(gf)=(hg)f h \circ (g \circ f)=(h \circ g) \circ f

whenever either h(gf)h \circ (g \circ f) or (hg)f(h \circ g) \circ f exists.

(3). For any object aobjCa \in \text{obj}{\mathscr{C}}, there is a morphism idaMor(a,a)id_a \in \text{Mor}{(a,a)}, called the identity morphism on aa, such that for any objects b,cobjCb,c \in \text{obj}{\mathscr{C}}, and for any morphisms fMor(a,b)f \in \text{Mor}{(a,b)} and gMor(c,a)g \in \text{Mor}{(c,a)}, the following holds:

fida=f and idag=g f \circ id_a=f \text{ and } id_a \circ g=g

Given objects a,bobjCa,b \in \text{obj}{\mathscr{C}}, we denote a morphism fMor(a,b)f \in \text{Mor}{(a,b)} by f:abf:a \rightarrow b.

(sidenote: Here we take the terms _object_ and _morphism_ to be undefined. )