Created the Abstract Algebra theorems and definitions cheat sheet

This commit is contained in:
2024-01-09 11:30:56 -07:00
commit e8692b7dea
141 changed files with 2141 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
\section{Free Group}
\begin{theorem}[Equivalence Classes Form a Group]
Let $S$ be a set of distinct symbols. For any word $u$ in $W(S)$, let $\overline{u}$ denote the set of all words in $W(S)$ equivalent to $u$ (that is, $\overline{u}$ is the equivalence class containing $u$). Then the set of all equivalence classes of elements of $W(S)$ is a group under the operation $\overline{u}\cdot\overline{v} = \overline{uv}$. This group is called a \textit{free group on $S$}.
\end{theorem}
\begin{theorem}[Universal Mapping Property]
Every group is a homomorphic image of a free group.
\end{theorem}
\begin{corollary}[Universal Factor Group Property]
Every group is isomorphic to a factor group of a free group.
\end{corollary}