Category

From Maths
Revision as of 00:36, 27 September 2015 by Alec (Talk | contribs) (Definition)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Definition

A Category C consists of 3 things[1]:

  1. A class of objects X[Note 1]
  2. For every ordered pair, (X,Y) of objects a set hom(X,Y) of morphisms f
  3. A function called composition of morphisms:
    • F(X,Y,Z):hom(X,Y)×hom(Y,Z)hom(X,Z)
    defined for every triple, (X,Y,Z) of objects where
    • Where F(X,Y,Z)(f,g) is denoted gf

and the following 2 properties are satisfied:

  1. (Associativity) if fhom(W,X) and ghom(X,Y) and hhom(Y,Z) then
    • h(gf)=(hg)f
  2. (Existence of identities) if X is an object then there exists a 1Xhom(X,X) such that[Note 2]:
    • 1Xf=f and g1X=g
    for every fhom(W,X) and ghom(X,Y) where W and Y are any class of objects

Uniqueness of the identity


TODO: Be bothered to prove


Left & right inverses

Let fhom(X,Y) and g, ghom(Y,X), if[1]:

  • gf=1X we call g a left inverse for f and if
  • fg=1X we call g a right inverse for f

See also

Notes

  1. <cite_references_link_accessibility_label> Munkres calls the class of objects X and uses X for specific objects. Not sure why, so checked definition with [Wikipedia]
  2. <cite_references_link_accessibility_label> We denote this as 1X because it is easy to prove that it is unique, but at this point we do not know it is unique

References

  1. <cite_references_link_many_accessibility_label> 1.0 1.1 Elements of Algebraic Topology - James R. Munkres