@@ -54,12 +54,64 @@ \section{Rings, abstract and concrete}
5454of $ \mathscr R$ is abelian. Hint: elaborate $ (a+1 )\cdot (b+1 )$ .
5555\end {xca }
5656
57- Note that, for any abstract ring $ \mathscr R$ and elements $ a,b:R$ ,
58- both the left multiplication function $ (a\cdot \blank )$
59- and the right multiplication function $ (\blank \cdot b)$
60- are abstract homomorphisms of the additive group of $ \mathscr R$ to itself.%
61- \footnote {These functions provide two ways to write the product $ a\cdot b$ ,
62- see the coherence law in \cref {def:ring }\ref {ring:lr-coherence-law }.}
57+ We will now elaborate an approach to rings that is more in line
58+ with our set up. The obvious first step is to replace the abstract
59+ additive group by a (concrete) group. The multiplicative monoid
60+ poses some challenge, since monoids have no concrete counterpart in our set up.
61+ However, for any abstract ring $ \mathscr R$ and element $ a:R$ ,
62+ the left multiplication function $ (a\cdot \blank )$ is an abstract homomorphism
63+ of the additive group $ (R,0 ,+,-)$ of $ \mathscr R$ to itself.\footnote {%
64+ The same is true for the right multiplication function $ (\blank \cdot a)$ ,
65+ which will play a role later, in \cref {rem:concrabsring }.}
66+ Even more so, the map $ a\mapsto (a\cdot \blank )$ is an abstract homomorphism
67+ from $ (R,0 ,+,-)$ to the abstract group $ \absHom _{\ptw }(R,R)$
68+ of abstract homomorphisms from $ (R,0 ,+,-)$ to itself.\footnote {%
69+ The operations of $ \absHom _{\ptw }(R,R)$ are pointwise,
70+ induced by $ (R,0 ,+,-)$ . It is an abstract abelian group by
71+ \cref {xca:abs-homgroup } and \cref {xca:abstract-group-of-maps }.}
72+
73+ Given that we have replaced $ (R,0 ,+,-)$ by an abelian group $ G:\Group $ ,
74+ the plan is to deloop $ \absHom _{\ptw }(\abstr (G),\abstr (G))$ .
75+ Denoting the result of the delooping by $ \Hom (G,G)$ ,\footnote {%
76+ It will always be clear from the context whether this denotes
77+ the \emph {set } of homomorphisms from $ G$ to $ G$ , or the \emph {group }
78+ with this set of homomorphisms as underlying set.}
79+ we can then define the multiplication as a homomorphism
80+ $ \mu : \Hom (G,\Hom (G,G))$ .
81+
82+ One way of delooping $ \absHom _{\ptw }(\abstr (G),\abstr (G))$ would be
83+ to use the inverse of $ \abstr $ in \cref {lem:homomabstrconcr }.
84+ This involves torsors and, though equivalent, is not close to $ G$ .
85+ A better option is to use \cref {thm:abelian-groups-weq-sc2types },
86+ which we will do now.
87+
88+ Recall from \cref {thm:abelian-groups-weq-sc2types } the equivalence
89+ $ \BB $ from the type of abelian groups to the type of pointed
90+ simply connected $ 2 $ -types. Let $ G:\AbGroup $ be an abelian group.
91+ Then the type $ \BG\ptdto\BB G$ is a connected $ 1 $ -type\footnote {%
92+ Note that the maps are pointed.}, pointed at the constant map that sends
93+ $ z:\BG $ to the point $ (\BB G)_\pt\defeq (\BG _\div ,\settrunc {\id _{\BG _\div }})$
94+ of $ \BB G$ .\footnote {Itself pointed by reflexivity.}
95+ Thus the type $ \BG\ptdto\BB G$ classifies a group:
96+
97+ \begin {definition }\label {def:groupHom }
98+ Let $ G:\AbGroup $ be an abelian group. Define the abelian group $ \Hom (G,G)$
99+ of homomorphisms from $ G$ to $ G$ as the group classified
100+ by $ \BHom (G,G) \defeq ((\BG\ptdto\BB G),(z\mapsto (\BB G)_\pt ))$ .
101+ \end {definition }
102+
103+ The above definition of $ \Hom (G,G)$ is indeed serving its purpose:
104+
105+ \begin {construction }\label {cons:groupHomOK }
106+ Let $ G:\AbGroup $ be an abelian group. Then we have an abstract isomorphism
107+ from $ \USym\Hom (G,G)$ to $ \absHom _{\ptw }(\abstr (G),\abstr (G))$ .
108+ \end {construction }
109+ \begin {implementation }{cons:groupHomOK}
110+ TBD
111+ \end {implementation }
112+
113+ \MB {{\color {red}CURSOR}}
114+
63115There are two ways to compose them: $ (a\cdot (\blank \cdot b))$
64116and $ ((a\cdot \blank )\cdot b)$ . Equality of the latter two functions is
65117an elegant way of expressing associativity.
@@ -77,7 +129,9 @@ \section{Rings, abstract and concrete}
77129 \begin {enumerate }
78130 \item \label {ring:unit-laws } $ \ell _{1_R} = \id _G = r_{1_R}$ (the \emph {multiplicative unit laws })
79131 \item \label {ring:lr-coherence-law } $ (\USym\ell _g)(h) = (\USymr _h)(g)$ ,
80- for all $ g,h : \USymR $ (the \emph {coherence law })
132+ for all $ g,h : \USymR $ (the \emph {coherence law })\footnote {%
133+ These functions provide two ways to write the product $ a\cdot b$ ,
134+ see the coherence law in \cref {def:ring }\ref {ring:lr-coherence-law }.}
81135 \item \label {ring:associativity-law } $ \ell\circ r= r\circ\ell $ (the \emph {associativity law })
82136 \end {enumerate }
83137The properties \ref {ring:unit-laws }-\ref {ring:associativity-law }
0 commit comments