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,17 @@
\section{Elementary Properties of Groups}
\begin{theorem}[Uniqueness of the Identity]
In a group $G$, there is only one identity element.
\end{theorem}
\begin{theorem}[Cancellation]
In a group $G$, the right and left cancellation laws hold; that is, $ba = ca$ implies $b = c$, and $ab = ac$ implies $b = c$.
\end{theorem}
\begin{theorem}[Uniqueness of Inverses]
For each element $a$ in a group $G$, there is a unique element $b$ in $G$ such that $ab = ba = e$.
\end{theorem}
\begin{theorem}[Socks-Shoes Property]
For group elements $a$ and $b$, $(ab)^{-1} = b^{-1}a^{-1}$.
\end{theorem}