Skip to content

Commit 00e461c

Browse files
spell out pointwise operations
1 parent 19e0fd0 commit 00e461c

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

group.tex

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -903,14 +903,19 @@ \section{Abstract groups}
903903
provides a different source of examples.
904904

905905
\begin{xca}\label{xca:abstract-group-of-maps}
906-
Let $\agp G$ be an abstract group with underlying set $S$.
907-
Let $X$ be a set. Show that the set $X\to S$ of functions
908-
from $X$ to $S$, together with pointwise operations induced by
909-
$\agp G$, forms and abstract group which is abelian if and only
910-
if $\agp G$ is.
906+
Let $\agp G$ be an abstract group with underlying set $S$
907+
and neutral element $e$.
908+
Let $X$ be a set. Show that the set $X\to S$ of functions
909+
from $X$ to $S$, together with the ``pointwise operations''
910+
inherited from $\agp G$,
911+
\begin{alignat*}2
912+
\cst{e} &\jdeq (x \mapsto e) &\qquad &\text{(neutral element)}\\
913+
f \cdot g &\defeq (x \mapsto f(x) \cdot g(x)) &\qquad &\text{(multiplication)},
914+
\end{alignat*}
915+
forms an abstract group, which furthermore is abelian if and only
916+
if $\agp G$ is.
911917
\end{xca}
912918

913-
914919
We leave the study of abstract groups for now;
915920
in~\cref{ch:absgroup} we'll
916921
show that the $G \mapsto \abstr(G)$ construction

0 commit comments

Comments
 (0)