2022-06-12

84: Contravariant Functor

<The previous article in this series | The table of contents of this series | The next article in this series>

definition of contravariant functor

Topics


About: category

The table of contents of this article


Starting Context



Target Context


  • The reader will have a definition of contravariant functor.

Orientation


There is a list of definitions discussed so far in this site.

There is a list of propositions discussed so far in this site.


Main Body


1: Structured Description


Here is the rules of Structured Description.

Entities:
C1: { the categories }
C2: { the categories }
F: :Obj(C1)Obj(C2),Mor(C1)Mor(C2)
//

Conditions:
O1,O2,O3Obj(C1),f1Mor(O1,O2),f2Mor(O2,O3)
(
1) F(f1)Mor(F(O2),F(O1))
2) F(idO1)=idF(O1)
3) F(f2f1)=F(f1)F(f2)
)
//


2: Natural Language Description


For any categories, C1,C2, any map, F:Obj(C1)Obj(C2),Mor(C1)Mor(C2), such that for any objects, O1,O2,O3Obj(C1), and any morphisms, f1Mor(O1,O2) and f2Mor(O2,O3), 1) F(f1)Mor(F(O2),F(O1)); 2) F(idO1)=idF(O1); 3) F(f2f1)=F(f1)F(f2)


3: Note


While F:Obj(C1)Obj(C2),Mor(C1)Mor(C2) is not any usual map expression, F is really a pair of maps with the same name given.

There is also 'covariant functor'.


References


<The previous article in this series | The table of contents of this series | The next article in this series>