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{Definition and Examples}
\begin{definition}[Zero Divisors]
A \textit{zero-divisor} is a nonzero element $a$ of a commutative ring $R$ such that there is a nonzero element $b \in R$ with $ab = 0$.
\end{definition}
\begin{definition}[Integral Domain]
An \textit{integral domain} is a commutative ring with unity and no zero-divisors.
\end{definition}
\begin{theorem}[Cancellation]
Let $a,b$, and $c$ belong to an integral domain If $a \neq 0$ and $ab = ac$, then $b = c$.
\end{theorem}