- tags
Β§ Category Theory
Category:
- a class of Objects (ob(C))
- a class of Morphisms (Arrows) (hom(C))
- Morphisms have source and target, no other properties
- composition
- βf:AβB,βg:BβC,βh:AβCβh=gβf
- βf:AβB,βg:BβC,βh:CβD,(fβg)βh=fβ(gβh) (associativity)
- identity morphism
- βA,βidAβ:AβAββf:AβB,idAββf=f (left identity)
- βB,βidBβ:BβBββf:AβB,fβidBβ=f (right identity)