Difference between revisions of "Covariant functor"
From Maths
(Created page with "{{Todo|Flesh this page out}} ==Definition== {{:Covariant functor/Definition}} ==References== <references/> {{Definition|Category Theory}}") |
m |
||
Line 2: | Line 2: | ||
==Definition== | ==Definition== | ||
{{:Covariant functor/Definition}} | {{:Covariant functor/Definition}} | ||
+ | ==Discussion== | ||
==References== | ==References== | ||
<references/> | <references/> | ||
{{Definition|Category Theory}} | {{Definition|Category Theory}} |
Revision as of 15:51, 2 February 2016
TODO: Flesh this page out
Definition
A covariant functor, T:C⇝D (for categories C and D) is a pair of mappings[1]:
- T:{Obj(C)⟶Obj(D)X⟼TX
- T:{Mor(C)⟶Mor(D)f⟼Tf
Which preserve composition of morphisms and the identity morphism of each object, that is to say:
- ∀f,g∈Mor(C)[Tfg=T(f∘g)=Tf∘Tg=TfTg] (I've added the ∘s in to make it more obvious to the reader what is going on)
- Where such composition makes sense. That is target(g)=source(f).
- and ∀A∈Obj(C)[T1A=1TA]
Thus if f:X→Y and g:Y→Z are morphisms of C, then the following diagram commutes:
Thus the diagram just depicts the requirement that:
|
Note that the diagram is basically just the "image" of
|