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
+3
View File
@@ -0,0 +1,3 @@
\chapter{Finite Groups; Subgroups}
\subimport{./}{subgroup-tests.tex}
\subimport{./}{terminology-and-notation.tex}
@@ -0,0 +1,13 @@
\section{Terminology and Notation}
\begin{definition}[Order of a Group]
The number of elements of a group (finite or infinite) is called its \textit{order}. We will use $\abs{G}$ to denote the order of $G$.
\end{definition}
\begin{definition}[Order of an Element]
The \textit{order} of an element $g$ in a group $G$ is the smallest positive integer $n$ such that $g^n = e$. (In additive notation, this would be $ng = 0$.) If no such integer exists, we say that $g$ has \textit{infinite order}. The order of an element $g$ is denoted by $\abs{g}$.
\end{definition}
\begin{definition}[Subgroup]
If a subset $H$ of a group $G$ is itself a group under the operation of $G$, we say that $H$ is a \textit{subgroup} of $G$.
\end{definition}
@@ -0,0 +1,36 @@
\section{Subgroup Tests}
\begin{theorem}[One-Step Subgroup Test]
Let $G$ be a group and $H$ a nonempty subset of $G$. If $ab^{-1}$ is in $H$ whenever $a$ and $b$ are in $H$, then $H$ is a subgroup of $G$. (In additive notation, if $a - b$ is in $H$ whenever $a$ and $b$ are in $H$, then $H$ is a subgroup of $G$.)
\end{theorem}
\begin{theorem}[Two-Step Subgroup Test]
Let $G$ be a group and let $H$ be a nonempty subset of $G$. If $ab$ is in $H$ whenever $a$ and $b$ are in $H$ ($H$ is closed under the operation), and $a^{-1}$ is in $H$ whenever $a$ is in $H$ ($H$ is closed under taking inverses), then $H$ is a subgroup of $G$.
\end{theorem}
\begin{theorem}[Finite Subgroup Test]
Let $H$ be a nonempty finite subset of a group $G$. If $H$ is closed under the operation of $G$, then $H$ is a subgroup of $G$.
\end{theorem}
\begin{theorem}[$\mathbf{\lr{a}}$ Is a Subgroup]
Let $G$ be a group, and let $a$ be any element of $G$. Then, $\lr{a}$ is a subgroup of $G$.
\end{theorem}
\begin{definition}[Center of a Group]
The \textit{center}, $Z(G)$, of a group $G$ is the subset of elements in $G$ that commute with every element of $G$. In symbols,
\[ Z(G) = \{a \in G\ \vert\ ax = xa,\ \forall\ x \in G\} \]
[The notation $Z(G)$ comes from the fact that the German word for center is \textit{Zentrum}. The term was coined by J.A. de Séguier in 1904.]
\end{definition}
\begin{theorem}[Center Is a Subgroup]
The center of a group $G$ is a subgroup of $G$.
\end{theorem}
\begin{definition}[Centralizer of $\mathbf{a}$ in $\mathbf{G}$]
Let $a$ be a fixed element of a group $G$. The \textit{centralizer of $a$ in $G$}, $C(a)$, is the set of all elements in $G$ that commute with $a$. In symbols,
\[ C(a) = \{g \in G\ \vert\ ga = ag\} \]
\end{definition}
\begin{theorem}[$\mathbf{C(a)}$ Is a Subgroup]
For each $a$ in a group $G$, the centralizer of $a$ is a subgroup of $G$.
\end{theorem}