Skip to content

Commit c6ca7b6

Browse files
author
Marc Bezem
committed
minor Ch. 6
1 parent 6df1282 commit c6ca7b6

File tree

3 files changed

+18
-10
lines changed

3 files changed

+18
-10
lines changed

absgroup.tex

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -769,7 +769,7 @@ \section{Homomorphisms, from abstract to concrete and back}
769769
\]
770770
to be the set quotient of $(\sh_H\eqto y)\times X(\sh_G)$ modulo
771771
the equivalence relation $(p,x)\sim(p\, \phi(\inv g),g\cdot_X x)$ for all
772-
$g:\sh_G\eqto\sh_G$.\footnote{\MB{Induction? $\exists y$?}}
772+
$g:\sh_G\eqto\sh_G$.\footnote{\MB{Should be map to $\Prop$. Induction? $\exists g$?}}
773773
\end{definition}
774774

775775
\begin{lemma}\label{lem:abshom_*}
@@ -798,26 +798,30 @@ \section{Homomorphisms, from abstract to concrete and back}
798798
$$\pathsp{}:\Hom(G,H)\we
799799
\bigl((\typetorsor_G,\princ G)\ptdto(\typetorsor_H,\princ H)\bigr)
800800
$$
801-
by mapping $\Bf$ to $\princ H\circ \Bf \circ \invprinc G$.
802-
Then $A\defeq ({\abstr}\circ\pathsp{}^{-1})$ is a map
801+
by mapping, for any $f:\Hom(G,H)$, $\Bf$ to
802+
$\pathsp{\blank}^H\circ \Bf \circ (\pathsp{\blank}^G)^{-1}$.
803+
Then $A\defeq ({\abstr}\circ\pathsp{}^{-1})$ is a map\footnote{%
804+
\MB{To show that
805+
$\abstr:\Hom(G,H)\to \absHom(\abstr(G),\abstr(H))$ is an equivalence,
806+
we factor it as $A\circ \pathsp{}$ and prove that both factors are
807+
equivalences.}}
803808
\[
804809
A:\bigl((\typetorsor_G,\princ G)\ptdto(\typetorsor_H,\princ H)\bigr)
805810
\to \absHom(\abstr(G),\abstr(H))
806811
\]
807-
satisfying ${\loops f}\circ \pathsp{\blank}^G=\pathsp{\blank}^H \circ A(f)$
808-
for all $f$ in the domain of $A$:
812+
satisfying, for all $g$ in the domain of $A$,
813+
${\loops g}\circ \pathsp{\blank}^G=\pathsp{\blank}^H \circ A(g)$:
809814
%see \cref{fig:mapA}
810815
\[%begin{marginfigure}
811816
\begin{tikzcd}[ampersand replacement=\&]
812-
\USymG \ar[r,"A(f)"]\ar[d,eql,"{\pathsp{\blank}^G}"'] \&
817+
\USymG \ar[r,"A(g)"]\ar[d,eql,"{\pathsp{\blank}^G}"'] \&
813818
\USymH \ar[d,eqr,"{\pathsp{\blank}^H}"] \\
814-
\princ G\eqto\princ G \ar[r,"{\loops f}"'] \& \princ H\eqto\princ H
819+
\princ G\eqto\princ G \ar[r,"{\loops g}"'] \& \princ H\eqto\princ H
815820
\end{tikzcd}
816821
% \caption{\label{fig:mapA}caption}
817822
\]%end{marginfigure}
818-
(together with the proof that $A(f)$ is an abstract group homomorphism).
823+
(together with the proof that $A(g)$ is an abstract group homomorphism).
819824
We are done if we show that $A$ is an equivalence.
820-
\marginnote{The reason to complicate $\abstr$ this way is that it gets easier to write out the inverse function.\MB{MB doesn't understand.}}
821825

822826
For any $\phi:\absHom(\abstr(G),\abstr(H))$, recall the pointed map
823827
\[

actions.tex

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2132,6 +2132,10 @@ \subsection{Homomorphisms and torsors}
21322132
types $\Hom_H(f_*X,Y)$ and $\Hom_G(X,f^*\,Y)$,
21332133
for all $G$-sets $X$ and $H$-sets $Y$.
21342134
\end{xca}
2135+
% Solution 2nd part: elaborating $\Hom_H(f_*X,Y)$ you can leave out
2136+
% the set truncation since $Y$ is an $H$-set. Now turn the sum
2137+
% over $z:\BG$ into an upfront product. Then eliminate the product
2138+
% over $w:\BH$ by using $f(z)\eqto w$.
21352139

21362140
\begin{remark}\label{rem:^*-_*-as-(pre)image}\MB{New:}
21372141
One may view $f_*X$ and $f^*Y$ as generalizations of

macros.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -843,7 +843,7 @@
843843
\newcommand*{\absHom}{\Hom^{\abstr}}
844844
\newcommand*{\absGSetvar}[1][X]{\mathcal{#1}}
845845
\newcommand*{\pathsp}[1]{\constant{\mathbb P}_{\!#1}} % NB negative thin space
846-
\newcommand*{\invpathsp}[1]{\constant{P}_{\!#1}^{-1}} % NB negative thin space
846+
\newcommand*{\invpathsp}[1]{\constant{\mathbb P}_{\!#1}^{-1}} % NB negative thin space
847847
\newcommand*{\uc}[1]{{\pathsp{#1}}}%universal set bundle
848848
\newcommand*{\abstr}{\casop{\constant{abs}}}
849849
\newcommand*{\agp}[1]{\mathcal #1} %generic abstract group

0 commit comments

Comments
 (0)