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{Ideals}
\begin{definition}[Ideal]
A subring $A$ of a ring $R$ is called a (two-sided) \textit{ideal} of $R$ if for every $r \in R$ and every $a \in A$ both $ra$ and $ar$ are in $A$.
\end{definition}
\begin{theorem}[Ideal Test]
A nonempty subset $A$ of a ring $R$ is an ideal of $R$ if
\begin{enumerate}
\item $a-b \in A$ whenever $a,b \in A$.
\item $ra$ and $ar$ are in $A$ whenever $a \in A$ and $r \in R$.
\end{enumerate}
\end{theorem}