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
@@ -0,0 +1,5 @@
\section{Definition and Notation}
\begin{definition}[Permutation of $\mathbf{A}$, Permutation Group of $\mathbf{A}$]
A \textit{permutation} of a set $A$ is a function from $A$ to $A$ that is both one-to-one and onto. A \textit{permutation group} of a set $A$ is a set of permutations of $A$ that forms a group under function composition.
\end{definition}