math20201-algebraic-structures-1
math20201-algebraic-structures-1
Table of Contents
Groups 1-3
Multiplication Tables . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1-4
Examples of Groups . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1-5
Groups of Numbers (Additive Groups) . . . . . . . . . . . . . . . . . . . . . . . . . . 1-5
Multiplicative Groups . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1-5
Symmetric Groups . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1-6
Notation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1-6
“Standard Notation” . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1-6
Cyclic Notation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1-7
Powers in a Group . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1-8
Subgroups 2-10
Cyclic Subgroups . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2-12
Order of an element . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2-13
Orders of elements in symmetric groups . . . . . . . . . . . . . . . . . . . . . . . . . 2-14
Some Subgroups of GLn (R) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2-15
Centralizers . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2-16
Centre of a Group . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2-19
Conjugacy 6-31
Conjugate of a Cycle . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6-33
MATH20201 GROUPS
DISCLAIMER: Theses notes are unofficial and merely scribed by myself in my own time. I strongly
encourage you to develop and revise off of your own set of notes from lectures. If you revise solely
using these notes, you’re a moron, and I take no responsibility for inconsistencies/mistakes.
Groups
Define a binary operation ∗ on a set S as a function mapping S × S into S. It assigns, for an ordered
pair of two elements (a, b) existing in S, a unique element of S denoted a ∗ b.
Definition 1.1 A group is (G, ∗) where G is a non empty set, closed under a binary operation ∗,
such that the following are satisfied:
(G1) ∀ a, b ∈ G, a ∗ b ∈ G
(∗ is an arbitrary operation on G)
(G2) ∀ a, b, c ∈ G, (a ∗ b) ∗ c = a ∗ (b ∗ c)
(∗ is an associative binary operation)
(G3) ∃ e ∈ G such that ∀a ∈ G, a ∗ e = e ∗ a = a
(e is the identity element)
(G4) ∀a ∈ G, ∃ a0 ∈ G such that a ∗ a0 = e = a0 ∗ a
(a0 is the inverse of a)
Standard to say G is a group rather than (G, ∗); but ∗ is very important.
Similarly, we write ab for a ∗ b. Say ab is “multiply a by b,” or “ab is the product of a and b.”
(NOTE: ∗ may be nothing like multiplication!)
Proof:
ee0 = e0 e = e
1-3
MATH20201 GROUPS
Remarks
i. If ab = ac, then b = c.
ii. If ba = ca, then b = c.
Proof:
i. So ab = ac. By (G4),
G2
a−1 (ab) = a−1 (ac) = (a−1 a)b = (a−1 a)c
eb = ec (G4)
Thus b = c (G3).
ii. is similar.
Multiplication Tables
g1 g1 2 g3 ... gn
g1 g1 g1 g1 g2 g1 g3 ... g1 gn
g2
g3
... ...
gn ... gn gn
1-4
MATH20201 GROUPS
In any row of this table, each element of G appears exactly once; similarly for columns.
Definition 1.4 Suppose G is a group. The order of G is the number of elements in G, denoted
by |G|.
If |G| is finite, say G is a finite group. If |G| is infinite, say G is an infinite group.
Definition 1.5 If (G, ∗) is a group and ∗ is a commutative binary operation, then we say G is
abelian. i.e. a group is abelian iff
∀ a, b ∈ G, ab = ba.
Examples of Groups
Multiplicative Groups
x ⊕ y = d ⇔ x + y = kn + d where k ∈ Z, d ∈ Zn .
The order of |Zn | = n; the identity element e = 0; and if x ∈ Zn , x 6= 0, the inverse x−1 = n − x.
n = 2 : Z2 = {0, 1}
n = 3 : Z2 = {0, 1, 2}
1-5
MATH20201 GROUPS
x ⊗ y = d ⇔ xy = kn + d where k ∈ Z, d ∈ Zn .
(G1), (G2), (G3) are satisfied (identity element 1); however (G4) is not necessarily true. So (Zn , ⊗)
is not always a group.
Example: n = 6, Z6 = {0, 1, 2, 3, 4, 5}
x = 3 : 3 ⊗ y = 1? (i.e. does 3 have an inverse?)
By definition, y ∈ Z6 ⇔ 3y = 6k + 1. If such a y ∈ Z6 exists, then 3 1. So 3 does not
have an inverse in (Z6 , ⊗). Thus (Z6 , ⊗) is not a group.
We can see that (Z∗n , ⊗) is a group precisely when n is a prime.
Note that so far all our examples have been abelian groups.
Symmetric Groups
Let n ∈ N (fix). Let Ω be a set with n elements. We shall suppose Ω = {1, 2, 3, ..., n} where Sn =
set of all permutations of Ω.
Sn = {f f : Ω → Ω, f is a bijection}
Notation
“Standard Notation”
For f ∈ Sn
1 2 3 4 ... n
1f 2f 3f 4f ... nf
1-6
MATH20201 GROUPS
Example: n = 12
f: 1 7−→ 1 7 7−→ 2
2 7−→ 7 8 7−→ 9
3 7−→ 12 9 7−→ 10
4 7−→ 5 10 7−→ 8
5 7−→ 11 11 7−→ 3
6 7−→ 6 12 7−→ 4
1 2 3 4 5 6 7 8 9 10 11 12
f=
1 7 12 5 11 6 2 9 10 8 3 4
Cyclic Notation
α1 7→ α2
α2 7→ α3
α3 7→ α4
...
αa 7→ α1
Note this does not necessarily include every element in Ω! ∀α ∈ Ω \ {α1 , α2 , ..., αa }:
α 7→ α
1-7
MATH20201 GROUPS
(12)(23) = (132)
is not equal to
(23)(12) = (123).
(ii) When n ≥ 2, GLn (R) (or GLn (Q), GLn (C)) is not abelian.
Powers in a Group
g n = gggg...g
| {z }
n times
i. g n g m = g n+m
ii. (g n )m = g nm
Proof:
1-8
MATH20201 GROUPS
Extend the following notation: G group, g ∈ G, n ∈ Z.
gn , n>0
n
g = e n=0
−1 |n|
(g ) n<0
1-9
MATH20201 SUBGROUPS
Subgroups
Definition 2.1 If (G, ∗) is a group and ∅ = 6 H ⊆ G, and H is closed under ∗, then H is a subgroup
of G, if using ∗ (restricted to H) is a group.
Write H ≤ G.
Example:
Look at G = (Z, +). H = {2k | k ∈ Z}. Then H 6 G because:
(G1) X
(G2) Associativity X
(G3) 0 ∈ H X
(G4) 2k ∈ H, −2k ∈ H. X
(G1) ∀ x, y ∈ H, x ∗ y ∈ H.
(G2) ∀ x, y, z ∈ H, (x ∗ y) ∗ z = x ∗ (y ∗ z).
This holds as (G2) holds for (G, ∗), i.e. G being a group means (G2) is true.
(G3) Let e0 be the identity element for H. Since e0 ∈ G and e is the identity element for G, e0 ∗e = e0 .
Also e0 ∗ e0 = e0 , as e0 is the identity element for H.
Therefore e0 ∗ e = e0 ∗ e0 and cancellation in G gives e = e0 .
∴ e is the identity element for H.
(G4) Let h ∈ H. We must have an inverse h0 ∈ H such that hh0 = h0 h = e0 = e. Since inverses are
unique, h0 = h−1 (where h−1 is the inverse of h in G).
Theorem 2.2 (The Subgroup Criterion) Suppose G is a group and H is a subset of (G, ∗)
(i.e. H ⊆ G). Then H ≤ G (a subgroup of G) iff: (Note double implication!)
i. H 6= ∅
ii. ∀ x, y ∈ H, x ∗ y ∈ H
iii. ∀x ∈ H, x−1 ∈ H
2-10
MATH20201 SUBGROUPS
(G1) Assumption (ii) ⇒ G1. (i.e., restricting ∗ to H gives a binary operation on H.)
(G2) ∀ x, y, z ∈ H, (x ∗ y) ∗ z = x(y ∗ z) holds as it is true for G.
(G3) Since H 6= ∅, we may choose x ∈ H. By (iii) x−1 ∈ H. So e = x ∗ x−1 ∈ H by (ii). (For any
two elements x, y in H, x ∗ y still in H.) Thus e ∈ H, so e is the identity element for H.
(G4) For x ∈ H, by (iii) x−1 ∈ H, so x ∗ x−1 = x−1 ∗ x = e.
Example: Subgroup Criterion
G = (GL2 (R), matrix multiplication).
1 n n∈Z
H=
0 1
1 n
(i) det = 1 6= 0 ⇒ ∅ =
6 H ⊆ G.
0 1
1 n 1 m
(ii) Let , ∈ H (so n, m ∈ Z.)
0 1 0 1
1 n 1 m 1 n+m
= ∈ H (as n + m ∈ Z)
0 1 0 1 0 1
1 n
(iii) Let ∈ H (so n ∈ Z.)
0 1
−1
1 n 1 −n
= ∈ H (as − n ∈ Z)
0 1 0 1
So H is a subgroup of G (H ≤ G).
Note: if H ≤ G, then e ∈ H. (Identity element.)
Proof:
2-11
MATH20201 SUBGROUPS
(iii) Let x ∈ H ∩ K. Then x ∈ H and as H ≤ G (see theorem 2.2) x−1 ∈ H. Also x ∈ K, and as
K ≤ G (see theorem 2.2) x−1 ∈ K. Thus x−1 ∈ H ∩ K.
Cyclic Subgroups
(i) By definition and the fact that (G1) holds for G, we know hgi ⊆ G. Since g ∈ hgi,
∅=
6 hgi ⊆ G.
2-12
MATH20201 SUBGROUPS
Order of an element
Definition 2.5 Suppose G is a group and g ∈ G. The smallest natural number n such that g n = e
is called the order of g. if there is no such natural number, we say g has infinite order.
In any group, the identity element has order 1. It is the only element with order 1.
Lemma 2.6 Suppose G is a group and g ∈ G, with g having infinite order. Then for n, m ∈ Z
with n 6= m, g n 6= g m .
g m−n = g m g −n = g n g −n = g (n−n) = g 0 = e
↑
as per initial assumption g n = g m
Corollary 2.7 Suppose G is a group, g ∈ G, g having infinite order. Then hgi is an infinite
subgroup of G.
2-13
MATH20201 SUBGROUPS
Proof:
g t−s = g t g −s = g s g −s = g s−s = g 0 = e
Sn : look at an r-cycle, Ω = {1, 2, 3, ..., n}, with α1 , α2 , ..., αa ∈ Ω. In cyclic notation we write
(α1 , α2 , ..., αa ) and if α ∈
/ {α1 , α2 , ..., αa }, then α 7→ α.
Say σ = (α1 , α2 , ..., αa ) ∈ Sn . A cycle in Sn of length r has order r. Then σ r = identity permutation.
Let σ ∈ Sn be any permutation (not necessarily cyclic). However we can write it as a product of
pairwise disjoint cycles:
σ = (α1 α2 ...αa ) (β1 β2 ...βb ) (...) ...
| {z } | {z } |{z}
r1 r2 r3
2-14
MATH20201 SUBGROUPS
Let m ∈ N. σ m = (α1 α2 ...αa )m (β1 β2 ...βb )m (...)m (due to the fact that pairwise disjoint cycles
commute).
The lengths of the cycles must divide m for σ m to be the identity; this must be true for all cycles.
Thus we want to find the smallest m for which this is true.
The order of σ is the least common multiple of the length of cycles σi (where σ = σ1 σ2 ...σl ).
Example:
(i) σ = (137624985) order 9.
(ii) σ = (12) (345) (6789)
|{z} | {z } | {z }
2 3 4
⇒ LCM(2, 3, 4) = 12 thus σ is of order 12.
(iii) σ = (1234)(56)(478) is NOT a product of pairwise disjoint cycles! Write:
σ = (123784)(56).
2-15
MATH20201 SUBGROUPS
There are similar subgroups of GLn (Q) and GLn (C). Likewise for GLn (Zp ) where p is a prime.
Note that if Zn is a group, the binary operation is always ⊕.
Centralizers
C(g) = {x ∈ G | xg = gx}
i.e. the set of all elements that commute with the fixed element g. C(g) is called the Centralizer
of g.
2-16
MATH20201 SUBGROUPS
REMARKS ON C(g):
(i) g ∈ C(g)
(ii) C(e) = G
Proof:
2-17
MATH20201 SUBGROUPS
Let σ ∈ C(τ ).
(1)σ = k ∈ Ω. Show σ = τ k−1 .
We need to show ∀m ∈ Ω, (m)σ = (m)τ k−1 .
Let m ∈ Ω.
2-18
MATH20201 SUBGROUPS
Centre of a Group
Definition 2.12 Given any group G, then the centre Z(G) = C(g) = {x ∈ G | xg = gx ∀g ∈ G}.
Proof:
∴ x−1 g = gx−1
So x−1 ∈ Z(G).
2-19
Cyclic Groups
Theorem 3.2 Suppose G is a cyclic group and H ≤ G. Then H is also a cyclic group.
Proof: Since G is cyclic, ∃g ∈ G such that hgi = G. If H = {e}, then H = hei, and so H is cyclic.
Now assume H 6= {e}. So we have g k ∈ H, some k ∈ Z, k 6= 0. As H ≤ G, (g k )−1 = g −k ∈ H. Since
one of k, −k is a positive integer (and 6= 0), we may choose m to be a positive integer so that m is
minimal with the property g m ∈ H.
We now show hg m i = H. So as H ≤ G and g m ∈ H, hg m i ⊆ H. Thus we must show H ⊆ hg m i.
Let h ∈ H. So h = g t for some t ∈ Z. Write t = lm + r, l ∈ Z, r ∈ {0, 1, ..., m − 1}.
h = g t = g lm+r = g lm g r = (g m )l g r
h = (g m )l g r . If we multiply both side by the inverse of (g m )l , which ∈ H, then g r is the
So |{z}
| {z }
∈H ∈H
product of two elements of H, which means it must exist in H as well. By our minimal choice of
m, r = 0. Thus t = lm, and so
h = g t = g lm = (g m )l ∈ hg m i.
Hence H ⊆ hg m i ⇒ H = hg m i.
Suppose G = hgi (the generator) has order n. Then H = hg n i.
Lemma 3.3 Suppose G is a finite cyclic group of order n with generator g. Then for any
m ∈ Z,
hg m i = hg d i
where d is the highest common factor of n and m: hcf(n, m).
3-20
m m
Proof: Show hg m i ⊆ hg d i: Note d|m. Then we can write g m = g d d (as d ∈ Z.)
dm m
gm = g d = (g d ) d ∈ hg d i
Because g m belongs in the subgroup hg d i, then all possible powers of g m are also in the subgroup
hg d i, by definition. Thus hg m i is also a subgroup. As hg d i ≤ G, then hg m i ⊆ hg d i.
Show hg d i ⊆ hg m i:
Recall d = an + bm where a, b ∈ Z. Look at g d = g an+bm = g an g bm :
g d = (g n )a (g m )b
Our group has order n, so the generator, g, also has order n. Thus g n is the identity element. So:
g d = (g n )a (g m )b = ea (g m )b = (g m )b
n
Corollary 3.4 The order of g m is the same as the order of g d , which is d.
Proof: hg m i is a cyclic group with generator g m . So the order of hg m i is the same as the number
of elements in hg m i.
Order of g m = |hg m i| = |hg m i| = order of g d .
Since d|n, we see easily that the order of g d is nd . ( nd is the smallest power to which we can raise g d
to get the identity:)
n dn
(g d ) d = g d = g n = e
Theorem 3.6 The subgroups of a cyclic group of order n are in 1-1 correspondence with the divisors
of n.
hg m i → d
3-21
The number of elements in |hg m i| = nd . This correspondence must be 1-1 as if d1 , d2 with d1 |n and
d2 |n, then the subgroups corresponding to d1 and d2 will have orders dn1 and dn2 respectively. If
d1 6= d2 , then they have different orders.
General remark: if G = hgi is cyclic, and H ≤ G, then g m = H for some m ∈ Z.
We know that the number of elements in |hg m i| = nd because n
d is the order of hg m i. Thus order(H)
divides order(G):
|H| n = |G|
i.e. the number of elements in the cyclic group must divide the number of elements in G.
3-22
Definition 4.1 Suppose G is a group and H ≤ G. Then a right coset of H (in G) is a subset of
the form
Hg = {hg | h ∈ H}, where g ∈ G.
g Hg
(1) {(1), (12)} *multiply transposition by
(12) {(12), (1)} itself for identity
(13) {(1)(13), (12)(13)} = {(13), (123)}
(23) {(1)(23), (12)(23)} = {(23), (132)}
(123) {(1)(123), (12)(123)} = {(123), (13)}
(132) {(1)(132), (12)(132)} = {(132), (23)}
Example: G = (Z9 , ⊕)
Z9 = {0, 1, 2, 3, 4, 5, 6, 7, 8}
h3i = {0, 3, 6}
h3i0 = {0 ⊕ 0, 3 ⊕ 0, 6 ⊕ 0} = {0, 3, 6} ∗
h3i1 = {0 ⊕ 1, 3 ⊕ 1, 6 ⊕ 1} = {1, 4, 7}
h3i2 = {0 ⊕ 2, 3 ⊕ 2, 6 ⊕ 2} = {2, 5, 8}
h3i3 = {3, 6, 0} ∗
h3i4 = {4, 7, 1}
h3i5 = {5, 8, 2}
h3i6 = {6, 0, 3} ∗
h3i7 = {7, 1, 4}
h3i8 = {8, 2, 5}
h3i9 = {0, 3, 6} ∗
Note the same set ∗ keeps reoccurring. Also, g appears in its own set.
4-23
Remark
If G is a group, H ≤ G, g ∈ G. Then g ∈ Hg as Hg = {hg | h ∈ H}, e ∈ H.
It is obvious why this happens: one of the elements will be the identity element of the group. As
H is a subgroup, the identity element of the larger group exists in H by definition.
Also, in the example above, the same sets keep reoccurring, but are pairwise disjoint. (See lemma
4.2.)
Hx = Hy OR Hx ∩ Hy = ∅.
Show Hx ⊆ Hy:
Hx = {hx | h ∈ H} = {hh3 x | h ∈ H} ⊆ Hy
| {z }
∈H
Show Hy ⊆ Hx:
Hy = {hy | h ∈ H} = {hh4 x | h ∈ H} ⊆ Hx
| {z }
∈H
Corollary 4.3 Suppose G is a group and H ≤ G. Then G is the disjoint union of the right cosets
of H (in G).
S
Proof: Keep in mind g ∈ Hg. G = Hg. Corollary follows from 4.2.
g∈G
4-24
Lemma 4.5 Suppose G is a group and H ≤ G. Assume H is finite. Then for any g ∈ G, |Hg| =
|H|.
Hg = {h1 g, h2 g, h3 g, ..., hm g}
If any of these are equal, say, hi g = hj g, then by the cancellation lemma we have hi = hj .
Thus |Hg| = m = |H|.
Proof: Let’s suppose Hx1 , Hx2 , ..., Hxm are all the disjoint cosets of H in G (no duplicates).
Corollary 4.3 says
G = Hx1 ∪˙ Hx2 ∪˙ Hx3 ∪˙ ... ∪˙ Hxm
⇒ |G| = |Hx1 | + |Hx2 | + |Hx3 | + ... + |Hxm |
lemma 4.5
⇒ |G| = |H| + |H| + ... + |H| = |H|m = |H|[G : M ]
| {z }
m
Example: G = S4
|G| = 4! = 24, if H ≤ G, then |H| 24.
Corollary 4.8 Suppose G is a finite group, g ∈ G. Then the order of g must divide |G|.
Proof: Recall that the order of g = |hgi|. Since hgi ≤ G, so |hgi| |G| by Corollary 4.7.
Corollary 4.9 Suppose G is a group, and |G| = p where p is a prime. Then G is a cyclic group.
Proof: Since |G| = p ≤ 2, we may choose g ∈ G, g 6= e. Now hgi ≤ G. By Corollary 4.7, |hgi| p
(as |G| = p).
As p is a prime, |hgi| = 1 or p. But g, e ∈ hgi and so |hgi| = p (= |G|)...hgi = G. So G is cyclic.
4-25
Example:
(S3 , composition of permutations) and (GL(2, 2), matrix multiplication)
(Recall: GL(2, 2) is the group of all 2x2 invertible matrices with entries Z2 = {0, 1}.)
φ : G −→ H
is a group homomorphism if
[Note on notation: soon we will write G and H groups, (∗) becomes φ(xy) = φ(x)φ(y). It should be
understood that the operations for the LHS and RHS are NOT THE SAME, and are the operations
for G and H respectively.]
Example: G = (R, +) and H = (GL(2, R), matrix mult.)
1 x
Define φ : G −→ H by φ(x) = x ∈ R.
0 1
Let x, y ∈ G = R.
1 x+y 1 x 1 y 1 x+y
φ(x + y) = and φ(x)φ(y) = =
0 1 0 1 0 1 0 1
Example: G = (GL(n, R), matrix mult.) and H = (R\{0}, mult. of real numbers)
Define φ : G −→ H by, for A ∈ G, φ(A) = detA.
Since A is invertible, detA 6= 0, so φ is indeed a map G → H.
Let A, B ∈ G = GL(n, R).
(i) φ(eG ) = eH
(ii) For g ∈ G, φ(g −1 ) = φ(g)−1 .
“For any group element, its inverse in the group H is the element of the inverse of G.”
5-26
Proof:
Since x−1 ∈ G, it is the case that a−1 ∈ imφ. Hence imφ ≤ H by the subgroup criterion.
So φ is a homomorphism.
Now check that it is a bijection:
5-27
1 x 1 y
φ is injective (1-1) because if φ =φ then x = y and so
0 1 0 1
1 x 1 y
= .
0 1 0 1
1 x 1 x
φ is surjective (onto) as if x ∈ R, then ∈ UT(2, R) and φ = x so
0 1 0 1
the imφ = R.
To summarize: φ is an isomorphism, therefore our UT(2, R) ∼
= R.
Example: G = S2 (symmetric group of size 2, ∗ multiplication of permutations)
H = Z2 ({0, 1}, ∗ is addition mod 2)
Prove: S2 ∼
= Z2 . Define φS2 → Z2 by
φ is clearly a bijection.
Check homomorphism condition:
5-28
∴ h ∈ hθ(g)i, so H = hθ(g)i
∴ H is cyclic.
5-29
Example: The property of the centre of G being only the identity element, Z(G) = {eG }, is a
group theoretic property.
Suppose Z(G) = {eG } and G ∼ = H. To show Z(H) = {eH }: Let θ : G → H be an
isomorphism. Let h ∈ H, h 6= eH . We will show h ∈
/ Z(H).
Since θ is a bijection, ∃x ∈ G such that θ(x) = h.
Note x 6= eG (if x = eG , then h = θ(x) = θ(eG ) = eH , a contradiction as by definition
the identity element of G will always map to the identity element of H).
Since Z(G) = {eG } and x 6= eG , x ∈ / Z(G). So there must be a y ∈ G such that xy 6= yx.
So, as θ is a bijection, θ(xy) 6= θ(yx).
Since θ is a homomorphism, θ(x)θ(y) 6= θ(y)θ(x).
So hθ(y) 6= θ(y)h ∴ h ∈
/ Z(H).
Hence we must have that Z(H) = {eH }.
5-30
MATH20201 CONJUGACY
Conjugacy
x = g −1 yg ≡ x ∼ y.
Behind every equivalence relation is a partition of the set. This is why we find them interesting.
Proof: Use the criteria of an equivalence relation.
∴ (g −1 )−1 xg −1 = y
Since g −1 ∈ G, x ∼ y.
∼ is transitive: Let x, y, z ∈ G and suppose x ∼ y and y ∼ z. So ∃g ∈ G s.t. x = g −1 yg and
∃h ∈ G s.t. x = h−1 yh. So
It’s the partition that interests us, and the partition is given by equivalence classes (subsets of G).
The equivalence classes of ∼ are called conjugacy classes.
Let x ∈ G,
xG = {y ∈ G x ∼ y} = {g −1 xg g ∈ G}
G
where x is called the conjugacy class of the element x.
G is the disjoint union of its conjugacy classes.
Example: Suppose G is abelian. Let x ∈ G.
xG = {g −1 xg g ∈ G} = {g −1 gx g ∈ G} = {x}
6-31
MATH20201 CONJUGACY
Conjugacy classes in abelian groups are a bit boring as we only get one element. e.g. (R, +)
conjugacy classes are {x}, x ∈ R.
Example: (S3 , multiplication of permutations)
|S3 | = 6
• x ∈ S3 , x = (1) (= eS3 )
g G = {g −1 (1)g g ∈ S3 } = {(1)}
• x = (123)
g G = {g −1 (123)g g ∈ S3 }
List of all possible elements of S3 ...
g = (1) (1)−1 (123)(1) = (123)
(123) (132)(123)(123) = (123)
(132) (123)(123)(132) = (123)
(12) (12)(123)(12) = (132)
(13) (13)(123)(13) = (132)
(23) (23)(123)(23) = (132)
Remarks
G any group.
−1
(i) For any g ∈ G, g ∈ g G . (g = eG geG )
(ii) eG
G = {eG }
−1
eG
G = {g e g g ∈ G} = {eG }
| {zG }
eG
6-32
MATH20201 CONJUGACY
Conjugate of a Cycle
Then g −1 f g = ((α1 )g, (α2 )g, (α3 )g, ..., (αa )g).
f : α1 7→ α2
α2 7→ α3
α3 7→ α4 α 7→ α if α ∈ Ω \ {α1 , ..., αa }
..
.
αa 7→ α1
Example: S9
f = (13579246), g = (1968)(24753)
g −1 f g = (92356478)
6-33
MATH20201 CONJUGACY
If f is any permutation in Sn , then f = σ1 σ2 ...σk where σi are pairwise disjoint cycles. Let g ∈ Sn .
Then
g −1 f g = g −1 σ1 σ2 ...σk g
= g −1 σ1 gg −1 σ2 gg −1 σ3 ...gg −1 σk g as gg −1 = e
= (g −1 σ1 g)(g −1 σ2 g)...(g −1 σk )
Example:
f = (1, 2, 3, 4)(15, 14, 13)(12, 6)(7, 8, 9, 10, 11)
g = (1, 14)(15, 3, 6, 7, 4, 2)(10, 11)
We see that f and g −1 f g have the same number of 1-cycles, the same number of 2-cycles, the same
number of 3-cycles, etc. This is called the cycle type of a permutation, which specifies how many
cycles there are of each size. To say two groups have the same cycle type means if the permutations
are written as a composite of disjoint cycles, then the number of cycles of any given length is the
same in both decompositions.
Conjugate permutations, e.g. for f, g ∈ Sn , f and g −1 f g have the same cycle type.
Theorem 6.3 Let f, f 0 ∈ Sn . Then f and f 0 are conjugate iff f and f 0 have the same cycle type.
Note double implication: iff := ⇔ .
6-34
MATH20201 CONJUGACY
Example: S9
f1 = (12345)(6)(789)
f2 = (12345)(67)(89)
f3 = (98765)(12)(34)
f1 is not conjugate to either f2 or f3 , however f2 and f3 are conjugate as they have the
same cycle type.
g1−1 f2 g1 = f3 [g1 = (18)(27459)(36)]
Example: n = 5
1 + 1 + 1 + 1 + 1 = 5
1+1+1+2=5
1+1+3=5
1+2+2=5 7 conjugacy classes in S5 ⇔ 7 partitions of S5
2+3=5
1+4=5
5=5
Corollary 6.5 The conjugacy classes of Sn are in (1-1) correspondence with the partitions of n
(as the conjugacy class determines the cycle type).
Revisit S3 :
(1)S3 = {(1)} ←→ 1 + 1 + 1
S3
(12) = {(12), (13), (23)} ←→ 1 + 2
S3
(123) = {(123), (132)} ←→ 3
Theorem 6.6 (The Class Theorem) Suppose G is a finite group and g ∈ G. Then
|G|
|g G | = [G : C(g)] =
|C(g)|
i.e. the number of conjugates of an element g is equal to the index of the centralizer of g in G.
6-35
MATH20201 CONJUGACY
Proof: We want to show that a−1 ga = b−1 gb ⇔ C(g)a = C(g)b. This will show that the elements
in the conjugacy class g G are in (1-1) correspondence with the right cosets of C(g) in G.
H ≤ G, x, y ∈ G
Hx = Hy ⇔ xy −1 ∈ H
bb−1 gba−1
so a−1 ga = b−1 gb ⇔ ba−1 g |aa{z−1} = |{z}
eG eG
⇔ (ba−1 )g = g(ba−1 )
⇔ ba−1 ∈ C(g)
⇔ C(g)a = C(g)b
Since we see the same element on both sides, it must ∈ C(g) as that is all elements which commute
with g. (See sheet 5, Q5).
There are as many conjugates of g as there are elements in the right coset of the centralizer of G.
Theorem 6.8 Suppose G is a group where the order of the group |G| = pn > 1, and p is a prime
number. Then Z(g) 6= {eG }.
Proof: Let C1 , C2 , ..., Ck be the conjugacy classes of our group G. Assume C1 is the conjugacy
class of the identity element, e.g. C1 = eG
G = {eG }.
By definition G = C1 ∪˙ C2 ∪˙ ... ∪˙ Ck .
Let ni = |Ci |. (note n1 = 1)
pn = 1 + n2 + n3 + ... + nk (†)
By corollary 6.7, each of these ni must divide the group order |G|. Since |G| is pn > 1, each ni
either is equal to 1 or a power of p (ni = 1 or p ni ).
By (†) we cannot have p ni (i = 2, 3, ..., k) and so there must be at least one ni (i 6= 1) such that
ni = 1. Thus there is more than one conjugacy class consisting of a single element.
If one such of these conjugacy classes, say Ci = {x}, then x ∈ Z(G) 6= {eG } (note x 6= eG ).
Recall: G group, g ∈ G. |g G | = 1 ⇔ g ∈ Z(G).
6-36
Normal Subgroups
Remark: H E G is the same as: H is a subgroup of G and H is the union of G-conjugacy classes.
[
H= hG
h∈H
Example: 1.
For any group G, G E G, {eG } E G because g −1 eG g = eG ∈ {eG } ∀g ∈ G.
Example: 2.
Suppose G is abelian. (Any two elements in the group commute). Every subgroup of G
is a normal subgroup of G.
Suppose H ≤ G. We want to show if G is abelian, H must be normal.
Let g ∈ G, h ∈ H. g −1 hg = g −1 gh = eG h = h ∈ H.
S
Also note in an abelian group, h ∈ H, looking at the conjugacy class H = h∈H {h}
(this is another way to prove above).
[ [
hG = {h} so H = {h} = hG
h∈H h∈H
Example: 3. G = S3
H = h(123)i = {(1), (123), (132)} = (1)G ∪ (123)G
The subgroup H is the union of conjugacy classes.
⇒ H = h(123)i E G = S3 .
Example: NON-EXAMPLE: G = S3
H = h(12)i = {(1), (12)}. Then H 5 G (“H is not a normal subgroup”)
Let’s take (123) ∈ G.
7-37
det(AB) = (detA)(detB) = 1F 1F = 1F
∴ AB ∈ SL(n, F ).
So A−1 ∈ SL(n, F ), as detA−1 = (detA)−1 = 1−1
F = 1F .
ker θ = {g ∈ G θ(g) = eK }
7-38
θ(xy) = θ(x)θ(y) = eK eK = eK
∴ x, y, ∈ ker θ.
• Let x ∈ ker θ. (We want to show x−1 ∈ ker θ.) So θ(x) = eK .
−1
θ(x−1 ) = θ(x) = e−1
K = eK .
↑
lemma 5.2ii
∴ x−1 ∈ ker θ.
g −1 xg = g −1 gx = eG x = x ∈ Z(G) ∴ Z(G) E G.
∀g ∈ G, ∀x ∈ H, g −1 xg ∈ H.
So H has two right cosets: H, and G\H (N.B.: for any y ∈ G\H, G\H = Hy).
7-39
7-40
Factor Groups
G/N = {N g g ∈ G}
To prove this, we must show that (∗) is well-defined (there is a unique solution).
Proof: Suppose N x = N a and N y = N b with x, y, a, b ∈ G.
(∗) says (N x)(N y) = N xy, and (N a)(N b) = N ab.
We want to show that N xy = N ab. Recall: two right cosets are either the same subset or have
an empty intersection, so it suffices to show that xy ∈ N ab (since xy ∈ N xy, we then have
N xy ∩ N ab 6= ∅ which shows they are the same).
an2 = n3 a. (∗∗)
8-41
(∗) N N (12)
N (1)N (1) = N (1)(1) = N
N N N (12) N (12)N (12) = N (12)(12) = N
N (12) N (12) N N (1)N (12) = N (1)(12) = N (12)
Theorem 8.2 Suppose G is a group and N E G. Then G/N with binary operation (∗) is a group.
Proof:
(N x)(N eG ) = N xeG = N x
G/N is called the FACTOR GROUP of G by N or the QUOTIENT GROUP of G by N.
Example: G = (Z, +), N = {3k k ∈ Z}
Remember, G is an abelian group, and all subgroups are thus normal. So we check
N ≤ G and it follows that N E G .
N N +1 N +2
(N + 1)(N + 1) = N (1 + 1) = N + 2
N N N +1 N +2 (N + 1(N + 2) = N + (1 + 2) = N
N +1 N +1 N +2 N
N +2 N +2 N N +1
Notice this is the group (Z, ⊕).
8-42
G = (Z, +) N = {nk k ∈ Z}
G/N = {N, {nk + 1 k ∈ Z}, {nk + 2 k ∈ Z}, ..., {nk + (n − 1) k ∈ Z}}
θ : G −→ G/N
g 7−→ N g
Remarks: Lemma 7.3 says for any homomorphism, ker θ E G, so G/ ker θ; also from lemma 5.2(iii),
Gθ ≤ K.
ψ(N g) = θ(g)
where N g is some typical representative of a right coset. Thus we must check that ψ is well-defined,
i.e. N g = N h for some h ∈ G.
Suppose N g = N h. So according to our definition, ψ(N g) = θ(g) and ψ(N h) = θ(h). In particular
g ∈ N g (fact of right cosets), and N g = N h. ∴ g = nh for some n ∈ N.
8-43
Thus ψ is well-defined.
Check ψ is a homomorphism: let N x, N y ∈ G/N.
Thus θ is a homomorphism.
8-44
ker θ = {x ∈ R θ(x) = 1} = Z
∴ R/Z = R/ ker θ ∼
= image of θ
F.I.T.
R/Z ∼
= {z ∈ C∗ |z| = 1}
N.B. images of θ = K.
Let λ ∈ K = R\{0}.
A=
λ
..
0 ∈ GL(n, R)
.
0 λ
det A = λ, ∴ λ ∈ image of θ.
= K, ∴ GL(n, R)/ SL(n, R) ∼
GL(n, R)/ SL(n, R) = GL(n, R)/ ker θ ∼ = (R\{0}, ×).
F.I.T.
In general, it is very hard to show if two groups are isomorphic (often it is much easier to show
that they are not). This makes this theorem quite powerful.
This marks the end of the course content. I hope you found these unofficial notes helpful. Please
remember to fill out your course unit evaluations if you have any feedback for the professor with
regards to what worked or didn’t work well in this course!
8-45
References
[1] Rowley, Peter. “Algebraic Structures.” University Lecture, School of Mathematics,
University of Manchester, Manchester. September 2017 - December 2017.
[2] Fraleigh, John B. “A First Course in Abstract Algebra,” 7th Edition. Pearson
Education, 2003.
8-46