diff options
| author | Simon-Kor <52245124+Simon-Kor@users.noreply.github.com> | 2024-08-31 18:02:42 +0200 |
|---|---|---|
| committer | Simon-Kor <52245124+Simon-Kor@users.noreply.github.com> | 2024-08-31 18:02:42 +0200 |
| commit | 26cf156763f71aaa9f638408ba4bffb85b886ab0 (patch) | |
| tree | 811818ed0cf77543cadaf8017fba1f0d398426b4 /library/algebra | |
| parent | 8155ba18260743b1e45507e6fb8d4f80c22c425e (diff) | |
working commit
Diffstat (limited to 'library/algebra')
| -rw-r--r-- | library/algebra/group.tex | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/library/algebra/group.tex b/library/algebra/group.tex index a79bd2f..7de1051 100644 --- a/library/algebra/group.tex +++ b/library/algebra/group.tex @@ -80,3 +80,13 @@ \begin{definition}\label{group_automorphism} Let $f$ be a function. $f$ is a group-automorphism iff $G$ is a group and $\dom{f}=G$ and $\ran{f}=G$. \end{definition} + +\begin{definition}\label{trivial_group} + $G$ is the trivial group iff $G$ is a group and $\{\neutral[G]\}=G$. +\end{definition} + +\begin{theorem}\label{trivial_implies_abelian} + Let $G$ be a group. + Suppose $G$ is the trivial group. + Then $G$ is an abelian group. +\end{theorem} |
