\(\def\C{ \mathbf{C} }\)
\(\def\cat#1{ \mathbf{#1} }\)
\(\def\domain#1{ \mathrm{dom}(#1) }\)
\(\def\o{\circ}\)
\(\def\cmp{\circ}\)
1.7 CATEGORIES: PRODUCTS, COPRODUCTS, AND FREE OBJECT
- Several of mathematical objects A already introduced (sets, groups, monoids) (rings, modules) with the appropriate maps of these objects (set:functions, groups:homomorphisms) have a number of formal properties in common.
For example, composition of maps is associative; each object A has an identity map \(1_A :A - > A\) with certain properties.
DEF Category is a class \(\cat{C}\) of objects (A,B,C) with
DEF a morphism \(f\) is equivalence if there is \(g\) such that \(g \cmp f=1_A\) and \(f \cmp g=1_B\)
- the composite of two equivalences, when defined, is an equivalence
- if \(f:A- > B\) is an equivalence, then \(A\) and \(B\) are equivalent
Let's carefully think about what \(1_A\) means
- is it the same as an atypical identity? or are there some restrictions?
these symbols are kind of frustrating me haha
Why is the ordering of the hom(A,B) and but the composition is written the other way?
- hom read right, composition read left
DEF Product: Given a family of objects \(\{A_i | i\in I\}\) a product, \(P\), is an object with \(\pi_i : P \rightarrow A_i\)
- so that for any other object, \(B\), with mappings to the family \(\psi_i: B \rightarrow A_i\)
- there is unique \(f: B \rightarrow P\) with \(\pi_i \circ f = \psi_i\)
- \(P \rightarrow A_i \leftarrow B\)
- \(f:B \rightarrow P\)
THM two product of the same family are equivalent
- consider two products P,B and \(f:B \rightarrow A\)
- we need to show \(f \circ g = 1\) and \(g \circ f = 1\)
- \(f \circ g\) and \(1\) both satisfy link function of commuting the family mapping from P to P
- since the link function is unique, they are equal. This means f is inverse of g
- so the two products are equivalent
- draw out the diagram, it is quite interesting how you can put the two \(P \rightarrow A_i \leftarrow B\) maps together to form
- ??? What does it mean for comm diagram to commute?
Exercises
- ??? Are there any interesting exercises in particular? that illustrates an interesting point?
- DEF pointed sets
- Inverse of equivalent morphism is unique
- Deriving a unique morphism for product of group
- we describe f that commutes \(\pi_i \circ f = f_i\)
- is f a morphism of groups? is it unique?
- Same as #3 but for coproduct of group
- Construct a coproduct of sets
- Construct a
- product for pointed sets
- coproduct for pointed sets
- The properties of a Free object can force i to be injective because it is linked to the other objects
- In category of groups, \(F\) is isomorphic to \(G\) due to identity morphism working as a unique linking map between \(F\) and \(G\)
- \(F\) is free with \(X\), with map \(i:X \rightarrow F\)
- let \(G\) be group generated by i(X)
Questions To Teach
- What is the definition of category
- what is the homomorphisms
- transitive
- equivalence
- identity?
- What is the point of this defintion, what is it trying to capture?
- ??? What are products in a category?
- Could you find an example of one for sets?
- What is coproduct
- What are free objects?
- What are initial/terminal objects?
- What is the relationship between product/coproduct/free/initial/terminal objects
- Is there relationship between a initial object and a terminal object