Subsection 11.3.1 First Theorems
Theorem 11.3.1. Identities are Unique.
The identity of a group is unique.
One difficulty that students often encounter is how to get started in proving a theorem like this. The difficulty is certainly not in the theorem’s complexity. It’s too terse! Before actually starting the proof, we rephrase the theorem so that the implication it states is clear.
Theorem 11.3.2. Identities are Unique - Rephrased.
If \(G= [G; *]\) is a group and \(e\) is an identity of \(G\text{,}\) then no other element of \(G\) is an identity of \(G\text{.}\)
Proof.
(Indirect): Suppose that \(f\in G\text{,}\) \(f\neq e\text{,}\) and \(f\) is an identity of \(G\text{.}\) We will show that \(f = e\text{,}\) which is a contradiction, completing the proof.
\begin{equation*}
\begin{split}
f &= f * e \quad \textrm{ Since }e\textrm{ is an identity}\\
&= e \quad \textrm{ Since }f\textrm{ is an identity}
\end{split}
\end{equation*}
Next we justify the phrase “... the inverse of an element of a group.”
Theorem 11.3.3. Inverses are Unique.
The inverse of any element of a group is unique.
The same problem is encountered here as in the previous theorem. We will leave it to the reader to rephrase this theorem. The proof is also left to the reader to write out in detail. Here is a hint: If \(b\) and \(c\) are both inverses of \(a\text{,}\) then you can prove that \(b = c\text{.}\) If you have difficulty with this proof, note that we have already proven it in a concrete setting in Chapter 5.
As mentioned above, the significance of
Theorem 11.3.3 is that we can refer to
the inverse of an element without ambiguity. The notation for the inverse of
\(a\) is usually
\(a^{-1}\) (note the exception below).
Example 11.3.4. Some Inverses.
In any group, \(e^{-1}\) is the inverse of the identity \(e\text{,}\) which always is \(e\text{.}\)
\(\left(a^{-1}\right)^{-1}\) is the inverse of
\(a^{-1}\) , which is always equal to
\(a\) (see
Theorem 11.3.5 below).
\((x*y*z)^{-1}\) is the inverse of \(x * y * z\text{.}\)
In a concrete group with an operation that is based on addition, the inverse of \(a\) is usually written \(-a\text{.}\) For example, the inverse of \(k - 3\) in the group \([\mathbb{Z}; +]\) is written \(-(k- 3)=3-k\text{.}\) In the group of \(2 \times 2 \) matrices over the real numbers under matrix addition, the inverse of \(\left(
\begin{array}{cc}
4 & 1 \\
1 & -3 \\
\end{array}
\right)\) is written \(-\left(
\begin{array}{cc}
4 & 1 \\
1 & -3 \\
\end{array}
\right)\text{,}\) which equals \(\left(
\begin{array}{cc}
-4 & -1 \\
-1 & 3 \\
\end{array}
\right)\text{.}\)
Theorem 11.3.5. Inverse of Inverse Theorem.
If a is an element of group \(G\text{,}\) then \(\left(a^{-1}\right)^{-1}=a\text{.}\)
Again, we rephrase the theorem to make it clear how to proceed.
Theorem 11.3.6. Inverse of Inverse Theorem (Rephrased).
If \(a\) has inverse \(b\) and \(b\) has inverse \(c\text{,}\) then \(a = c\text{.}\)
Proof.
\begin{equation*}
\begin{split}
a &=a*e \quad \quad e\textrm{ is the identity of }G\\
&= a * (b * c) \quad\textrm{ because }c\textrm{ is the inverse of } b\\
& = (a * b) * c \quad \textrm{ why?}\\
& = e * c \quad \textrm{ why?}\\
& = c \quad \textrm{ by the identity property}\\
\end{split}
\end{equation*}
The next theorem gives us a formula for the inverse of \(a * b\text{.}\) This formula should be familiar. In Chapter 5 we saw that if \(A\) and \(B\) are invertible matrices, then \((A B)^{-1}= B^{-1} A^{-1}\text{.}\)
Theorem 11.3.7. Inverse of a Product.
If \(a\) and \(b\) are elements of group \(G\text{,}\) then \((a*b)^{-1}= b^{-1}*a^{-1}\text{.}\)
Proof.
Let \(x = b^{-1}*a^{-1}\text{.}\) We will prove that \(x\) inverts \(a * b\text{.}\) Since we know that the inverse is unique, we will have proved the theorem.
\begin{equation*}
\begin{split}
(a * b) * x &= (a * b) * \left(b^{-1}*a^{-1}\right)\\
&= a* \left(b*\left(b^{-1}*a^{-1}\right)\right)\\
&= a*\left(\left(b*b^{-1}\right)*a^{-1}\right)\\
&= a * \left(e * a^{-1}\right)\\
&= a * a^{-1}\\
&= e
\end{split}
\end{equation*}
Similarly, \(x * (a * b) = e\text{;}\) therefore, \((a*b)^{-1}=x= b^{-1}*a^{-1}\)
Theorem 11.3.8. Cancellation Laws.
If \(a\text{,}\) \(b\text{,}\) and \(c\) are elements of group \(G\text{,}\) then
\begin{equation*}
\begin{array}{lc}
\textrm{left cancellation:}& (a * b = a * c) \Rightarrow b = c\\
\textrm{right cancellation:}& (b * a = c * a) \Rightarrow b = c\\
\end{array}
\end{equation*}
Proof.
We will prove the left cancellation law. The right law can be proved in exactly the same way. Starting with \(a * b = a * c\text{,}\) we can operate on both \(a * b\) and \(a * c\) on the left with \(a^{-1}\text{:}\)
\begin{equation*}
a^{-1}* (a * b) = a^{-1} * (a * c)
\end{equation*}
Applying the associative property to both sides we get
\begin{equation*}
\begin{split}
(a^{-1} * a) * b = (a^{-1} * a) * c & \Rightarrow e * b = e * c\\
& \Rightarrow b = c
\end{split}
\end{equation*}
Theorem 11.3.9. Linear Equations in a Group.
If \(G\) is a group and \(a, b \in G\text{,}\) the equation \(a * x = b\) has a unique solution, \(x
= a^{-1} * b\text{.}\) In addition, the equation \(x * a = b\) has a unique solution, \(x = b * a^{-1}\text{.}\)
Proof.
We prove the theorem only for \(a * x = b\text{,}\) since the second statement is proven identically.
\begin{equation*}
\begin{split}
a*x = b & =e * b\\
&= (a* a^{-1}) * b \\
& = a * (a^{-1} * b)
\end{split}
\end{equation*}
By the cancellation law, we can conclude that \(x = a ^{-1} * b\text{.}\)
If \(c\) and \(d\) are two solutions of the equation \(a * x = b\text{,}\) then \(a * c = b = a * d\) and, by the cancellation law, \(c = d\text{.}\) This verifies that \(a ^{-1} * b\) is the only solution of \(a * x = b\text{.}\)
Subsection 11.3.2 Exponents
If \(a\) is an element of a group \(G\text{,}\) then we establish the notation that
\begin{equation*}
a * a = a^2\quad \quad
a*a*a=a^3\quad \quad
\textrm{etc.}
\end{equation*}
In addition, we allow negative exponents and define, for example,
\begin{equation*}
a^{-2}= \left(a^2\right)^{-1}
\end{equation*}
Although this should be clear, proving exponentiation properties requires a more precise recursive definition.
Definition 11.3.11. Exponentiation in Groups.
For \(n \geq 0\text{,}\) define \(a^n\) recursively by \(a ^0 = e\) and if \(n > 0, a^n= a^{n-1} *a\text{.}\) Also, if \(n >1\text{,}\) \(a^{-n}= \left(a^n\right)^{-1}\text{.}\)
Example 11.3.12. Some concrete exponentiations.
In the group of positive real numbers with multiplication,
\begin{equation*}
5^3= 5^2\cdot 5 =\left(5^1\cdot 5\right)\cdot 5=\left(\left(5^0\cdot 5\right)\cdot 5\right)\cdot 5=((1\cdot 5)\cdot 5)\cdot 5=
5 \cdot 5\cdot 5=125
\end{equation*}
and
\begin{equation*}
5^{-3}= (125)^{-1}= \frac{1}{125}
\end{equation*}
In a group with addition, we use a different form of notation, reflecting the fact that in addition repeated terms are multiples, not powers. For example, in \([\mathbb{Z}; +]\text{,}\) \(a + a\) is written as \(2a\text{,}\) \(a + a + a\) is written as \(3a\text{,}\) etc. The inverse of a multiple of \(a\) such as \(- (a + a + a + a + a) = -(5a)\) is written as \((-5)a\text{.}\)
Although we define, for example, \(a^5=a^4* a\text{,}\) we need to be able to extract the single factor on the left. The following lemma justifies doing precisely that.
Lemma 11.3.13.
Let \(G\) be a group. If \(b\in G\) and \(n\geq 0\text{,}\) then \(b^{n+1}=b* b^n\text{,}\) and hence \(b* b^n= b^n*b\text{.}\)
Proof.
(By induction): If \(n=0\text{,}\)
\begin{equation*}
\begin{split}
b^1 &= b^0*b \textrm{ by the definition of exponentiation}\\
& =e*b\textrm{ by the basis for exponentiation}\\
&= b * e\textrm{ by the identity property}\\
&= b * b^0\textrm{ by the basis for exponentiation}
\end{split}
\end{equation*}
Now assume the formula of the lemma is true for some \(n\geq 0\text{.}\)
\begin{equation*}
\begin{split}
b^{(n+1)+1} &= b^{(n+1)}* b\textrm{ by the definition of exponentiation}\\
&= \left(b*b^n\right)*b\textrm{ by the induction hypothesis}\\
& = b*\left(b^n*b\right)\textrm{ associativity}\\
& = b*\left(b^{n+1}\right)\textrm{ definition of exponentiation}\\
\end{split}
\end{equation*}
Based on the definitions for exponentiation above, there are several properties that can be proven. They are all identical to the exponentiation properties from elementary algebra.
Theorem 11.3.14. Properties of Exponentiation.
If a is an element of a group \(G\text{,}\) and \(m\) and \(n\) are integers,
\(a^{-n}= \left(a^{-1}\right)^n\) and hence \(\left(a^n\right)^{-1}= \left(a^{-1}\right)^n\)
\(\displaystyle a^{n+m}= a^n*a^m\)
\(\displaystyle \left(a^n\right)^m= a^{n m}\)
Proof.
We will leave the proofs of these properties to the reader. All three parts can be done by induction. For example the proof of the second part would start by defining the proposition \(p(m)\) , \(m\geq 0\text{,}\) to be \(a^{n+m}=a^n*a^m \textrm{ for all } n\text{.}\) The basis is \(p(0): a^{n+0}=a^n*a^0\text{.}\)
Our final theorem is the only one that contains a hypothesis about the group in question. The theorem only applies to finite groups.
Theorem 11.3.15.
If \(G\) is a finite group, \(\left| G\right| = n\text{,}\) and \(a\) is an element of \(G\text{,}\) then there exists a positive integer \(m\) such that \(a^m= e\) and \(m\leq n\text{.}\)
Proof.
Consider the list \(a, a^2,\ldots , a^{n+1}\) . Since there are \(n + 1\) elements of \(G\) in this list, there must be some duplication. Suppose that \(a^p=a^q\text{,}\) with \(p < q\text{.}\) Let \(m = q - p\text{.}\) Then
\begin{equation*}
\begin{split}
a^m & =a^{q-p}\\
&= a^q*a^{-p}\\
&= a^q*\left(a^p\right)^{-1}\\
&= a^q *\left(a^q\right)^{-1}\\
&= e\\
\end{split}
\end{equation*}
Furthermore, since \(1\leq p < q \leq n+1\text{,}\) \(m= q-p\leq n\text{.}\)
Consider the concrete group \([\mathbb{Z}; +]\text{.}\) All of the theorems that we have stated in this section except for the last one say something about \(\mathbb{Z}\text{.}\) Among the facts that we conclude from the theorems about \(\mathbb{Z}\) are:
Since the inverse of 5 is \(-5\text{,}\) the inverse of \(-5\) is 5.
The inverse of \(-6 + 71\) is \(-(71) + -(-6) = -71 + 6\text{.}\)
The solution of \(12 + x = 22\) is \(x = -12 + 22\text{.}\)
\(-4(6) + 2(6) = (-4 + 2)(6) = -2(6) = -(2)(6)\text{.}\)
\(7(4(3)) = (7\cdot 4)(3) = 28(3)\) (twenty-eight 3s).