Category
From Maths
Contents
[hide]Definition
A Category C consists of 3 things[1]:
- A class of objects X[Note 1]
- For every ordered pair, (X,Y) of objects a set hom(X,Y) of morphisms f
- 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 g∘f
and the following 2 properties are satisfied:
- (Associativity) if f∈hom(W,X) and g∈hom(X,Y) and h∈hom(Y,Z) then
- h∘(g∘f)=(h∘g)∘f
- (Existence of identities) if X is an object then there exists a 1X∈hom(X,X) such that[Note 2]:
- 1X∘f=f and g∘1X=g
- for every f∈hom(W,X) and g∈hom(X,Y) where W and Y are any class of objects
Uniqueness of the identity
TODO: Be bothered to prove
Left & right inverses
Let f∈hom(X,Y) and g, g′∈hom(Y,X), if[1]:
- g∘f=1X we call g a left inverse for f and if
- f∘g′=1X we call g′ a right inverse for f
See also
Notes
- Jump up ↑ Munkres calls the class of objects X and uses X for specific objects. Not sure why, so checked definition with [Wikipedia]
- Jump up ↑ 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
- ↑ Jump up to: 1.0 1.1 Elements of Algebraic Topology - James R. Munkres