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{Fields}
\begin{definition}[Field]
A \textit{field} is a commutative ring with unity in which every nonzero element is a unit.
\end{definition}
\begin{theorem}[Finite Integral Domains are Fields]
A finite integral domain is a field.
\end{theorem}
\begin{corollary}[$\mathbf{\Z_p}$ Is a Field]
For every prime $p$, $\Z_p$, the ring of integers modulo $p$ is a field.
\end{corollary}