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,13 @@
\section{Irreducibles, Primes}
\begin{definition}[Associates, Irreducibles, Primes]
Elements $a$ and $b$ of an integral domain $D$ are called \textit{associates} if $a = ub$, where $u$ is a unit of $D$. A nonzero element $a$ of an integral domain $D$ is called an \textit{irreducible} if $a$ is not a unit and, whenever $b$, $c \in D$ with $a = bc$, then $b$ or $c$ is a unit. A nonzero element $a$ of an integral domain $D$ is called a \textit{prime} if $a$ is not a unit and $a\ \vert\ bc$ implies $a\ \vert\ b$ or $a\ \vert\ c$.
\end{definition}
\begin{theorem}[Prime Implies Irreducible]
In an integral domain, every prime in an irreducible.
\end{theorem}
\begin{theorem}[PID Implies Irreducible Equals Prime]
In a principal ideal domain, an element is an irreducible if and only if it is a prime.
\end{theorem}