Skip to main content
Logo image

Applied Discrete Structures

Section 11.3 Some General Properties of Groups

In this section, we will present some of the most basic theorems of group theory. Keep in mind that each of these theorems tells us something about every group. We will illustrate this point with concrete examples at the close of the section.

Subsection 11.3.1 First Theorems

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.

Proof.

(Indirect): Suppose that fG, fe, and f is an identity of G. We will show that f=e, which is a contradiction, completing the proof.
f=fe Since e is an identity=e Since f is an identity
Next we justify the phrase “... the inverse of an element of a group.”
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, then you can prove that b=c. 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 a1 (note the exception below).

Example 11.3.4. Some Inverses.

  1. In any group, e1 is the inverse of the identity e, which always is e.
  2. (a1)1 is the inverse of a1 , which is always equal to a (see Theorem 11.3.5 below).
  3. (xyz)1 is the inverse of xyz.
  4. In a concrete group with an operation that is based on addition, the inverse of a is usually written a. For example, the inverse of k3 in the group [Z;+] is written (k3)=3k. In the group of 2×2 matrices over the real numbers under matrix addition, the inverse of (4113) is written (4113), which equals (4113).
Again, we rephrase the theorem to make it clear how to proceed.

Proof.

a=aee is the identity of G=a(bc) because c is the inverse of b=(ab)c why?=ec why?=c by the identity property
The next theorem gives us a formula for the inverse of ab. This formula should be familiar. In Chapter 5 we saw that if A and B are invertible matrices, then (AB)1=B1A1.

Proof.

Let x=b1a1. We will prove that x inverts ab. Since we know that the inverse is unique, we will have proved the theorem.
(ab)x=(ab)(b1a1)=a(b(b1a1))=a((bb1)a1)=a(ea1)=aa1=e
Similarly, x(ab)=e; therefore, (ab)1=x=b1a1

Proof.

We will prove the left cancellation law. The right law can be proved in exactly the same way. Starting with ab=ac, we can operate on both ab and ac on the left with a1:
a1(ab)=a1(ac)
Applying the associative property to both sides we get
(a1a)b=(a1a)ceb=ecb=c

Proof.

We prove the theorem only for ax=b, since the second statement is proven identically.
ax=b=eb=(aa1)b=a(a1b)
By the cancellation law, we can conclude that x=a1b.
If c and d are two solutions of the equation ax=b, then ac=b=ad and, by the cancellation law, c=d. This verifies that a1b is the only solution of ax=b.

Note 11.3.10.

Our proof of Theorem 11.3.9 was analogous to solving the concrete equation 4x=9 in the following way:
4x=9=(414)9=4(149)
Therefore, by cancelling 4,
x=149=94

Subsection 11.3.2 Exponents

If a is an element of a group G, then we establish the notation that
aa=a2aaa=a3etc.
In addition, we allow negative exponents and define, for example,
a2=(a2)1
Although this should be clear, proving exponentiation properties requires a more precise recursive definition.

Definition 11.3.11. Exponentiation in Groups.

For n0, define an recursively by a0=e and if n>0,an=an1a. Also, if n>1, an=(an)1.

Example 11.3.12. Some concrete exponentiations.

  1. In the group of positive real numbers with multiplication,
    53=525=(515)5=((505)5)5=((15)5)5=555=125
    and
    53=(125)1=1125
  2. 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 [Z;+], a+a is written as 2a, a+a+a is written as 3a, etc. The inverse of a multiple of a such as (a+a+a+a+a)=(5a) is written as (5)a.
Although we define, for example, a5=a4a, we need to be able to extract the single factor on the left. The following lemma justifies doing precisely that.

Proof.

(By induction): If n=0,
b1=b0b by the definition of exponentiation=eb by the basis for exponentiation=be by the identity property=bb0 by the basis for exponentiation
Now assume the formula of the lemma is true for some n0.
b(n+1)+1=b(n+1)b by the definition of exponentiation=(bbn)b by the induction hypothesis=b(bnb) associativity=b(bn+1) definition of exponentiation
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.

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) , m0, to be an+m=anam for all n. The basis is p(0):an+0=ana0.
Our final theorem is the only one that contains a hypothesis about the group in question. The theorem only applies to finite groups.

Proof.

Consider the list a,a2,,an+1 . Since there are n+1 elements of G in this list, there must be some duplication. Suppose that ap=aq, with p<q. Let m=qp. Then
am=aqp=aqap=aq(ap)1=aq(aq)1=e
Furthermore, since 1p<qn+1, m=qpn.
Consider the concrete group [Z;+]. All of the theorems that we have stated in this section except for the last one say something about Z. Among the facts that we conclude from the theorems about Z are:
  • Since the inverse of 5 is 5, the inverse of 5 is 5.
  • The inverse of 6+71 is (71)+(6)=71+6.
  • The solution of 12+x=22 is x=12+22.
  • 4(6)+2(6)=(4+2)(6)=2(6)=(2)(6).
  • 7(4(3))=(74)(3)=28(3) (twenty-eight 3s).

Exercises 11.3.3 Exercises

1.

Let [G;] be a group and a be an element of G. Define f:GG by f(x)=ax.
  1. Prove that f is a bijection.
  2. On the basis of part a, describe a set of bijections on the set of integers.
Answer.
  1. f is injective:
    f(x)=f(y)ax=ayx=y by left cancellation.
    f is surjective: For all bG, f(x)=b has the solution a1b.
  2. Functions of the form f(x)=a+x, where a is any integer, are bijections

3.

Prove by induction on n that if a1, a2,,an are elements of a group G, n2, then (a1a2an)1=an1a21a11. Interpret this result in terms of [Z;+] and [R;].
Answer.
Basis: (n=2) (a1a2)1=a21a11 by Theorem 11.3.7.
Induction: Assume that for some n2,
(a1a2an)1=an1a21a11
We must show that
(a1a2anan+1)1=an+11an1a21a11
This can be accomplished as follows:
(a1a2anan+1)1=((a1a2an)an+1)1 by the associative law=an+11(a1a2an)1 by the basis=an+11(an1a21a11) by the induction hypothesis=an+11an1a21a11 by the associative law

4.

True or false? If a, b, c are elements of a group G, and ab=ca, then b=c. Explain your answer.

5.

Answer.
In this answer, we will refer to Lemma 11.3.13 simply as “the lemma.”
  1. Let p(n) be an=(a1)n, where a is any element of group [G;]. First we will prove that p(n) is true for all n0.
    Basis: If n=0, Using the definition of the zero exponent, (a0)1=e1=e, while (a1)0=e. Therefore, p(0) is true.
    Induction: Assume that for some n0, p(n) is true.
    (an+1)1=(ana)1 by the definition of exponentiation=a1(an)1 by the lemma=a1(a1)n by the induction hypothesis=(a1)n+1 by the lemma
    If n is negative, then n is positive and
    an=(((a1)1)n)=(a1)(n) since the property is true for positive numbers=(a1)n
  2. For m>1, let p(m) be an+m=anam for all n1. The basis for this proof follows directly from the basis for the definition of exponentiation.
    Induction: Assume that for some m>1, p(m) is true. Then
    an+(m+1)=a(n+m)+1 by the associativity of integer addition=an+ma1 by the definition of exponentiation=(anam)a1 by the induction hypothesis=an(ama1) by associativity=anam+1 by the definition of exponentiation
    To complete the proof, you need to consider the cases where m and/or n are negative.
  3. Let p(m)be (an)m=anm for all integers n.
    Basis: (am)0=e and am0=a0=e therefore, p(0) is true.
    Induction; Assume that p(m) is true for some m>0,
    (an)m+1=(an)man by the definition of exponentiation=anman by the induction hypothesis=anm+n by part (b) of this proof=an(m+1)
    Finally, if m is negative, we can verify that (an)m=anm using many of the same steps as the positive case.

6.

Each of the following facts can be derived by identifying a certain group and then applying one of the theorems of this section to it. For each fact, list the group and the theorem that are used.
  1. (13)5 is the only solution of 3x=5.
  2. ((18))=18.
  3. If A,B,C are 3×3 matrices over the real numbers, with A+B=A+C, then B=C.
  4. There is only one subset K of the natural numbers for which KA=A for every subset A of the natural numbers.
You have attempted 1 of 1 activities on this page.