GP Action
GP Action
KEITH CONRAD
1. Introduction
The symmetric group Sn behaves, by its very definition, as permutations of the set
{1, 2, . . . , n}. Dihedral groups Dn for n ≥ 3, while interpreted geometrically as certain mo-
tions of the plane preserving a regular n-gon, can be considered as a group of permutations
just of the n vertices; rigid motions of the vertices determine where the rest of the n-gon
goes. If we label the n vertices in a definite manner by the numbers from 1 to n then we
can view Dn as a subgroup of Sn .
Example 1.1. The labeling of the square below lets us regard the 90 degree counterclock-
wise rotation r in D4 as the 4-cycle (1234) and the reflection s across the horizontal line
bisecting the square as the transposition (24). The rest of the elements of D4 , as permuta-
tions of the vertices, are in the table below the square.
2
3 1
4
1 r r2 r3 s rs r2 s r3 s
(1) (1234) (13)(24) (1432) (24) (12)(34) (13) (14)(23)
If we label the vertices in a different way (e.g., swap the labels 1 and 2), then we turn D4
into a different subgroup of S4 (e.g., swapping 1 and 2 turns r into (2134) = (1342)).
More abstractly, if we are given a set X (not necessarily the set of vertices of a square),
then the set Sym(X) of all permutations of X is a group under composition, and the
subgroup Alt(X) of even permutations of X is a group under composition. If we list the
elements of X in a definite order, say as X = {x1 , . . . , xn }, then we can think about Sym(X)
as Sn and Alt(X) as An , but a listing in a different order leads to different identifications
of Sym(X) with Sn and Alt(X) with An .1
The “abstract” symmetric groups Sym(X) really do arise naturally:
Theorem 1.2 (Cayley). Every finite group G can be embedded in a symmetric group.
Proof. To each g ∈ G, define the left multiplication function `g : G → G, where `g (x) = gx
for x ∈ G. Each `g is a permutation of G as a set, with inverse `g−1 . So `g belongs to
Sym(G). Since `g1 ◦ `g2 = `g1 g2 (that is, g1 (g2 x) = (g1 g2 )x for all x ∈ G), associating to g
1When X = ∅, consider Sym(X) and Alt(X) to be trivial groups. The number of permutations of a set
of size 0 is 0! = 1.
1
2 KEITH CONRAD
2. Examples
Example 2.1. We can make Rn act on itself by translations: for v ∈ Rn , let Tv : Rn → Rn
by Tv (w) = w + v. The axioms for a group action are: T0 (w) = w and Tv1 (Tv2 (w)) =
Tv1 +v2 (w). These are true from properties of vector addition:
w + 0 = w, (w + v2 ) + v1 = w + (v1 + v2 ).
(This is a special case of Example 1.5 using additive notation.)
Example 2.2. Let G be the group of Rubik’s cube: all sequences of motions on the cube
(keeping center colors in fixed locations). This group acts on two different sets: the 12 edge
cubelets and the 8 corner cubelets. Or we could let G act on the set of all 20 non-centerface
cubelets together.
Example 2.3. For n ≥ 3, Dn acts on a regular n-gon as rigid motions. We can also view
Dn as acting just on the n vertices of a regular n-gon. This does not lose information, since
knowing where vertices go under a rigid motion determines where everything else goes. By
focusing on the action of Dn on the n vertices, and labelling them by 1, 2, . . . , n in some
way, we make Dn act on {1, 2, . . . , n} (the case n = 4 is Example 1.1).
We can also make Dn act on the set of diagonals of the regular n-gon, since a rigid motion
sends diagonals to diagonals.
Example 2.4. The group GLn (R) acts on vectors in Rn in the usual way that a matrix
can be multiplied with a (column) vector: A · v = Av. In this action, the origin 0 is fixed
by every A while other vectors get moved around (as A varies). The axioms of a group
action are properties of matrix-vector multiplication: In v = v and A(Bv) = (AB)v.
4 KEITH CONRAD
Example 2.5. The group Sn acts on polynomials f (T1 , . . . , Tn ), by permuting the variables:
(2.1) (σ · f )(T1 , . . . , Tn ) = f (Tσ(1) , . . . , Tσ(n) ).
The effect is to replace Ti everywhere in f (T1 , . . . , Tn ) by Tσ(i) . For example, (12)(23) =
(123) in S3 and (12)·((23)·(T2 +T32 )) = (12)·(T3 +T22 ) = T3 +T12 and (123)·(T2 +T32 ) = T3 +T12 ,
giving the same result both ways.
It’s obvious that (1) · f = f . To check that σ · (σ 0 · f ) = (σσ 0 ) · f for all σ and σ 0 in Sn ,
so (2.1) is a group action of Sn on polynomials in n variables, σ 0 · f replaces each Ti in f
with Tσ0 (i) . Applying σ to a polynomial replaces each Tj in it with Tσ(j) , so it replaces each
Tσ0 (i) with Tσ(σ0 (i)) . Therefore applying σ 0 and then σ has the effect
σ0 σ
f (T1 , . . . , Tn ) 7→ f (Tσ0 (1) , . . . , Tσ0 (n) ) 7→ f (Tσ(σ0 (1)) , . . . , Tσ(σ0 (n)) ).
The last expression is f (T(σσ0 )(1) , . . . , T(σσ0 )(n) ), which is σσ 0 · f , so σ · (σ 0 · f ) = (σσ 0 ) · f .
Since f and σ ·f have the same degree, and if f is homogeneous then σ ·f is homogeneous,
this action of Sn on polynomials in n variables can be restricted to the polynomials in n
variables with a fixed degree or the homogeneous polynomials in n variables with a fixed
degree. An example is Sn acting on homogeneous linear polynomials {a1 T1 + · · · + an Tn },
where
(2.2) σ · (c1 T1 + · · · + cn Tn ) = c1 Tσ(1) + · · · + cn Tσ(n) = cσ−1 (1) T1 + · · · + cσ−1 (n) Tn .
Lagrange’s study of the group action in Example 2.5 (ca. 1770) marked the first system-
atic use of symmetric groups in algebra. Lagrange wanted to understand why nobody had
found an analogue of the quadratic formula for roots of a polynomial of degree greater than
four. He was not completely successful, although he found in this group action that there
are some different features in the cases n ≤ 4 and n = 5.
Example 2.6. The laws of motion in physics to an observer should be the same at every
location, at every time, in every direction, and when traveling in a fixed direction at a fixed
speed. All of these conditions under which the laws of physics should not change can be
described by the action on R4 (spacetime) of a 10-dimensional group, both in relativistic
and non-relativistic settings. See Appendix B for more details.
Example 2.7. Here is a tricky example, so pay attention. Let Sn act on Rn by permuting
the coordinates: for σ ∈ Sn and v = (c1 , . . . , cn ) ∈ Rn , set πσ (v) = (cσ(1) , . . . , cσ(n) ).
For example, let n = 3, σ = (12), σ 0 = (23), and v = (5, 7, 9). Then
πσ (πσ0 (v)) = π(12) (π(23) (5, 7, 9)) = π(12) (5, 9, 7) = (9, 5, 7)
and
πσσ0 (5, 7, 9) = π(123) (5, 7, 9) = (7, 9, 5),
which do not agree, so sending v to πσ (v) in Rn is not a group action of Sn on Rn .
A peculiar thing happens if we calculate πσ (πσ0 (v)) and πσσ0 (v) in general to see what is
going wrong, since it is easy to convince ourselves that we do have a group action:
πσ (πσ0 (c1 , . . . , cn )) = πσ (cσ0 (1) , . . . , cσ0 (n) )
= (cσ(σ0 (1)) , . . . , cσ(σ0 (n)) )
= (c(σσ0 )(1) , . . . , c(σσ0 (n) )
= πσσ0 (c1 , . . . , cn ),
GROUP ACTIONS 5
which suggests πσ ◦πσ0 = πσσ0 , and that is not what we saw in the numerical example above.
What happened?!? The mistake really is in the general calculation, not the example. Try
to find the error before reading further.
The mistake was in the second line, when we computed πσ (cσ0 (1) , . . . , cσ0 (n) ) by applying
σ to the indices σ 0 (i). A vector does not remember the indices of its coordinates after
they are permuted: to compute π(12) (π(23) (5, 7, 9)) = π(12) (5, 9, 7), the next step treats
(5, 9, 7) as a new vector with coordinates indexed by 1, 2, 3 in that order even though the
coordinate order has changed from the original (5, 7, 9). The computation of πσ (v) always
needs coordinate indices for v to run from 1 to n in that order. Thus when computing
π(12) (π(23) (c1 , c2 , c3 )) = π(12) (c1 , c3 , c2 ), in the next step write (c1 , c3 , c2 ) = (d1 , d2 , d3 ).
Then
π(12) (π(23) (c1 , c2 , c3 )) = π(12) (c1 , c3 , c2 ) = π(12) (d1 , d2 , d3 ) = (d2 , d1 , d3 ) = (c3 , c1 , c2 ),
which does not agree with
π(12)(23) (c1 , c2 , c3 ) = π(123) (c1 , c2 , c3 ) = (c2 , c3 , c1 ).
In general, for σ and σ 0 in Sn , and v = (c1 , . . . , cn ) in Rn ,
πσ (πσ0 (v)) = πσ (cσ0 (1) , . . . , cσ0 (n) )
= πσ (d1 , . . . , dn ) where di = cσ0 (i)
= (dσ(1) , . . . , dσ(n) )
= (cσ0 (σ(1)) , . . . , cσ0 (σ(n)) )
= (c(σ0 σ)(1) , . . . , c(σ0 σ)(n) )
= πσ0 σ (v),
so πσ ◦ πσ0 is πσ0 σ , which is not πσσ0 on Rn if σ 0 σ 6= σσ 0 (e.g., n ≥ 3, σ = (12), σ 0 = (23)).
A way to explain why πσ ◦ πσ0 = πσ0 σ without the trick of rewriting coordinates with
another letter is to express the formula πσ ((c1 , . . . , cn )) = (cσ(1) , . . . , cσ(n) ) as (πσ (v))i =
vσ(i) for i = 1, . . . , n (e.g., when v = (c1 , . . . , cn ) and i = 1, (πσ (v))i and vσ(i) are both
cσ(1) ). Then for all v ∈ Rn and i = 1, . . . , n,
(πσ (πσ0 (v)))i = (πσ0 (v))σ(i) = vσ0 (σi) = v(σ0 σ)(i) = (πσ0 σ (v))i ,
so πσ ◦ πσ0 = πσ0 σ on Rn .
To have an honest group action here, redefine the effect of Sn on Rn using inverses
in Sn : set σ · v = (cσ−1 (1) , . . . , cσ−1 (n) ), or equivalently (σ · v)i = vσ−1 (i) for all i. Then
σ · (σ 0 · v) = (σσ 0 ) · v and we have a group action of Sn on Rn , which in fact is essentially
the action of Sn from the previous example on homogeneous P linear polynomials (see (2.2)).
Indeed, if e1 , . . . , en is the standard basis of Rn and v = ni=1 ci ei then
n
X n
X n
X
σ· ci ei = (cσ−1 (1) , . . . , cσ−1 (n) ) = cσ−1 (i) ei = ci eσ(i) ,
i=1 i=1 i=1
which is how (2.2) looks with Ti in place of ei . In other words, the action of each σ ∈ Sn
on Rn is R-linear and permutes the basis vectors {ei } (not the coefficients!) in the same
way it permutes the indices: σ(ei ) = eσ(i) .
The lesson from these last two examples is that when Sn permutes variables in a poly-
nomial then it acts “directly”, but when Sn permutes coordinates in a vector then it has
to act using inverses. When Sn acts on variables or coordinates, it acts without inverses in
6 KEITH CONRAD
one case and with inverses in the other case, but it’s easy to forget which case is which. At
least remember that you need to be careful.
Example 2.8. Let G be a group acting on the set X, and S be a set. Write Map(X, S)
for the set of all functions f : X → S. It is natural to try defining an action of G on the set
Map(X, S) by the rule
(2.3) (πg f )(x) = f (gx),
where gx is the action of g ∈ G on x ∈ X. While πg f is a function X → S, sending each f
to πg f is usually not an action of G on Map(X, S) even though it is easy to confuse yourself
into thinking it is: for g and h in G, and x ∈ X,
πg ((πh f )(x)) = πg (f (hx)) = f (g(hx)) = f ((gh)x) = (πgh f )(x).
This holds for all x ∈ X, so πg (πh f ) = πgh f , right? No. The calculation above is bogus
since the first expression πg ((πh f )(x)) is nonsense: (πh f )(x) = f (hx) belongs to S and no
action of G has been defined on S, so πg (f (hx)) isn’t defined. Even if G acts on S, πg is
applied to functions X → S, not to elements of S. The mistake was confusing (πg f )(x) in
(2.3) with the meaningless expression πg (f (x)).
A correct calculation is
(πg (πh f ))(x) = (πh f )(gx) = f (h(gx)) = f ((hg)x) = (πhg f )(x).
Therefore πg (πh f ) = πhg f . This flipping in the indices is similar to the false action in
Example 2.7. To get a group action of G on Map(X, S) when G already acts on X (from
the left), replace g with g −1 in (2.3): set
(g · f )(x) = f (g −1 x).
Now
(g · (h · f ))(x) = (h · f )(g −1 x) = f (h−1 (g −1 x)) = f ((gh)−1 x) = ((gh) · f )(x),
so g · (h · f ) = (gh) · f . This is a group action of G on Map(X, S).
If G is Sn , X is {1, . . . , n} with its natural Sn -action, and S = R, then Map(X, S) = Rn :
writing down a vector v = (c1 , . . . , cn ) amounts to listing the coordinates in order, and
a list of coordinates in order is a function f : {1, 2, . . . , n} → R where f (i) = ci . The
definition (g · f )(i) = f (g −1 i) amounts to saying g · (c1 , . . . , cn ) = (cg−1 (1) , . . . , cg−1 (n) ),
which is precisely the valid action of Sn on Rn at the end of Example 2.7.
There are three basic ways we will make an abstract group G act: left multiplication of
G on itself, conjugation of G on itself, and left multiplication of G on a coset space G/H.
All of these will now be described.
Example 2.9. To make G act on itself by left multiplication, we let X = G and g · x (for
g ∈ G and x ∈ G) is the usual product of g and x in G. This example was used already in
the proof of Cayley’s theorem and in Example 1.5, and the definition of a group action is
satisfied by the axioms for multiplication in G, e.g., g1 · (g2 · x) = (g1 g2 ) · x from associativity
in G.
Note that right multiplication of G on itself, given by rg (x) = xg for g and x in G, is
not an action since the order of composition gets reversed: rg1 ◦ rg2 = rg2 g1 . But if we set
rg (x) = xg −1 then we do get an action. This could be called the action by right-inverse
multiplication (nonstandard terminology).
GROUP ACTIONS 7
Example 2.10. To make G act on itself by conjugation, let X = G and let g · x = gxg −1 .
Here g ∈ G and x ∈ G. Since e · x = exe−1 = x and
g1 · (g2 · x) = g1 · (g2 xg2−1 )
= g1 (g2 xg2−1 )g1−1
= (g1 g2 )x(g1 g2 )−1
= (g1 g2 ) · x,
conjugation is a group action.
Example 2.11. For a subgroup H ⊂ G, consider the left coset space G/H = {aH : a ∈ G}.
(We do not care whether or not H C G, as we are just thinking about G/H as a set.) Let
G act on G/H by left multiplication. That is, for g ∈ G and a left coset aH (a ∈ G), set
g · aH = gaH = {gy : y ∈ aH}.
This is an action of G on G/H, since eaH = aH and
g1 · (g2 · aH) = g1 · (g2 aH)
= g1 g2 aH
= (g1 g2 ) · aH.
Example 2.9 is the special case when H is trivial.
Example 2.12. Let G = Z/(4) act on itself (X = G) by additions. For instance, addition
by 1 has the effect 0 7→ 1 7→ 2 7→ 3 7→ 0. Therefore addition by 1 on Z/(4) is a 4-cycle (0123).
Addition by 2 has the effect 0 7→ 2, 1 7→ 3, 2 7→ 0, and 3 7→ 1. Therefore, as a permutation
on Z/(4), addition by 2 is (02)(13), a product of two 2-cycles. The composition of these
two permutations is (0123)(02)(13) = (0321), which is the permutation of G described by
addition by 3, and 3 = 1 + 2 in Z/(4). (This is a special case of Example 2.9 using additive
notation.)
We return to the action of a group G on itself by left multiplication and by conjugation,
and extend these actions to subsets rather than just points.
Example 2.13. When A is a subset of G, and g ∈ G, the subset gA = {ga : a ∈ A} has the
same size as A. Therefore G acts by left multiplication on the set of subsets of G, or even
on the subsets with a fixed size. Example 2.9 is the special case of one-element subsets of
G. Notice that, when H ⊂ G is a subgroup, gH is usually not a subgroup of G, so the left
multiplication action of G on its subsets does not convert subgroups into other subgroups.
Example 2.14. As a special case of Example 2.13, let S4 act on the set of pairs from
{1, 2, 3, 4} by the rule σ · {a, b} = {σ(a), σ(b)}.
There are 6 pairs:
x1 = {1, 2}, x2 = {1, 3}, x3 = {1, 4}, x4 = {2, 3}, x5 = {2, 4}, x6 = {3, 4}.
The effect of (12) on these pairs is
(12)x1 = x1 , (12)x2 = x4 , (12)x3 = x5 ,
(12)x4 = x2 , (12)x5 = x3 , (12)x6 = x6 .
Thus, as a permutation of the set {x1 , . . . , x6 }, (12) acts like (x2 x4 )(x3 x5 ). That is inter-
esting: we have made a transposition in S4 look like a product of two 2-cycles in S6 . In
8 KEITH CONRAD
particular, we have made an odd permutation of {1, 2, 3, 4} look like an even permutation
on a new set. This is an embedding S4 ,→ A6 .
Example 2.15. Let G be a group. When A ⊂ G, gAg −1 is a subset with the same size
as A. Moreover, unlike the left multiplication action of G on its subsets, the conjugation
action of G on its subsets transforms subgroups into subgroups: when H ⊂ G is a subgroup,
gHg −1 is also a subgroup. For instance, three of the (seven) subgroups of S4 with size 4 are
{(1), (1234), (13)(24), (1432)}, {(1), (2134), (23)(14), (2431)},
{(1), (12)(34), (13)(24), (14)(23)}.
Under conjugation by S4 , the first two subgroups can be transformed into each other, but
neither of these subgroups can be conjugated to the third subgroup: the first and second
subgroups have an element with order 4 while the third one does not.
While the left multiplication action of G on itself (Example 2.9) turns different group
elements into different permutations, the conjugation action of G on itself (Example 2.10)
can make different group elements act in the same way: if g1 = g2 z, where z is in the center
of G, then g1 and g2 have the same conjugation action on G. Group actions where different
elements of the group act differently have a special name:
Definition 2.16. A group action of G on X is called faithful (or effective) if different
elements of G act on X in different ways: when g1 6= g2 in G, there is an x ∈ X such that
g1 · x 6= g2 · x.
Note that when we say g1 and g2 act differently, we mean they act differently somewhere,
not everywhere. This is consistent with what it means to say two functions are not equal:
they take different values somewhere, not everywhere.
Example 2.17. The action of G on itself by left multiplication is faithful: different elements
send e to different places.
Example 2.18. The action of G on itself by conjugation is faithful if and only if G has a
trivial center, because g1 gg1−1 = g2 gg2−1 for all g ∈ G if and only if g2−1 g1 is in the center of
G. When D4 acts on itself by conjugation, the action is not faithful since r2 acts trivially
(it is in the center), so 1 and r2 act in the same way.
Example 2.19. When H is a subgroup of G and G acts on G/H by left multiplication
(Example 2.11), g1 and g2 in G act inT the same way on G/H precisely when g1 gH = g2 gH
for all g ∈ G, which means g2−1 g1 ∈ g∈G gHg −1 . So the left multiplication action of G on
G/H is faithful if and only if the subgroups gHg −1 (as g varies) have trivial intersection.
Example 2.20. The action of 2
1
GL2 (R)
0
on R is faithful, since we can recover the columns
of a matrix by acting it on 0 and 1 .
Viewing group actions as homomorphisms (Theorem 1.7), a faithful action of G on X is
an injective homomorphism G → Sym(X). Nonfaithful actions are not injective as group
homomorphisms, and many important homomorphisms are not injective.
Remark 2.21. What we have been calling a group action could be called a left group action,
while a right group action, denoted xg, has the properties xe = x and (xg1 )g2 = x(g1 g2 ).
The exponential notation xg in place of xg works well here, especially by writing the identity
in the group as 1: x1 = x and (xg1 )g2 = xg1 g2 . The distinction between left and right actions
GROUP ACTIONS 9
is how a product gg 0 acts: in a left action g 0 acts first and g acts second, while in a right
action g acts first and g 0 acts second.
Right multiplication of G on itself (or more generally right multiplication of G on the
space of right cosets of a subgroup H) is an example of a right action. To take a more
concrete example, the action of GLn (R) on row vectors of length n is most naturally a right
action since the product vA (not Av) makes sense when v is a row vector and A ∈ GLn (R).
The wrong definitions of actions πg in Examples 2.7 and 2.8, which were wrong because
formulas came out backwards (πg ◦ πh = πhg ) are legitimate right actions of G.
Many group theorists (unlike most other mathematicians) like to define the conjugate of
h by g as g −1 hg instead of as ghg −1 , and this convention fits well with the right (but not
left) conjugation action: setting hg = g −1 hg we have h1 = h and (hg1 )g2 = hg1 g2 .
The difference between left and right actions of a group is largely illusory, since replacing
g with g −1 in the group turns left actions into right actions and conversely because inversion
reverses the order of multiplication in G. We saw this idea at work in Examples 2.7, 2.8,
and 2.9. We will not use right actions (except in Example 3.24), so for us “group action”
means “left group action.”
Example 3.3. When the group GL2 (Z) acts in the usual way on Z2 , the orbit of 0 is {0}
with stabilizer GL2 (Z). But in contrast to Example 3.2, the orbit of 10 under GL2 (Z) is
not Z2 − {0}. Indeed, a matrix ( ac db ) in GL2 (Z) sends 10 to ac , which is a vector with
10 KEITH CONRAD
relatively prime coordinates since ad − bc = ±1. (For instance, GL2 (Z) can’t send 10 to
2
each vector m in Z2 with relatively prime coordinates is in the GL2 (Z)-
0 .) Conversely, n
orbit of 10 : we can solve mx + ny = 1 for some integers x and y, so ( m −y
n x ) is in GL2 (Z)
−y 1 m
(its determinant is 1) and ( m
n x) 0 = n .
Check as an exercise that the orbits in Z2 under the action of GL2 (Z) are the vectors
whose coordinates have a fixed greatest common divisor. Each1orbit contains one vector of
d d x
the form 0 for d ≥ 0, and the stabilizer of 0 for d > 0 is {( 0 y ) : y = ±1} ⊂ GL2 (Z).
Example 3.4. Identifying Z/(2) with the subgroup {±In } of GLn (R) gives an action of
Z/(2) on Rn , where 0 acts as the identity and 1 acts by negation on Rn . We can restrict
this action of Z/(2) to the unit sphere of Rn , and then it is called the antipodal action since
its orbits are pairs of opposite points (which are called antipodal points) on the sphere.
Example 3.5. When the Rubik’s cube group acts on the non-centerface cubelets of Rubik’s
cube, there are two orbits: the corner cubelets and the edge cubelets.
Example 3.6. For n ≥ 2, consider Sn in its natural action on {1, 2, . . . , n}. What is the
stabilizer of an integer i ∈ {1, 2, . . . , n}? It is the set of permutations of {1, 2, . . . , n} fixing
i, which can be thought of as the set of permutations of {1, 2, . . . , n} − {i}. This is an
isomorphic copy of Sn−1 inside Sn (once we identify {1, 2, . . . , n} − {i} in a definite manner
with the numbers from 1 to n − 1). The stabilizer of each number in {1, 2, . . . , n} for the
natural action of Sn on {1, 2, . . . , n} is isomorphic to Sn−1 .
Example 3.7. For n ≥ 2, the even permutations of {1, 2, . . . , n} that fix a number k can be
identified with the even permutations of {1, 2, . . . , n} − {k}, so the stabilizer of each point
in the natural action of An is essentially An−1 up to relabelling.
Remark 3.8. When trying to think about a set as a geometric object, it is helpful to refer
to its elements as points, no matter what they might really be. For example, when we think
about G/H as a set on which G acts (by left multiplication), it is useful to think about
the cosets of H, which are the elements of G/H, as the points in G/H. At the same time,
though, a coset is a subset of G. There is a tension between these two interpretations: is a
left coset of H a point in G/H or a subset of G? It is both, and it is important to be able
to think about a coset in both ways.
All of our applications of group actions to group theory will flow from the relations
between orbits, stabilizers, and fixed points, which we now make explicit in our three basic
examples of group actions.
Example 3.9. When a group G acts on itself by left multiplication,
• there is one orbit (g = ge ∈ Orbe ),
• Staba = {g : ga = a} = {e} is trivial,
• there are no fixed points (if |G| > 1).
Example 3.10. When a group G acts on itself by conjugation,
• the orbit of a is Orba = {gag −1 : g ∈ G}, which is the conjugacy class of a,
• Staba = {g : gag −1 = a} = {g : ga = ag} is the centralizer of a, denoted Z(a),
• a is a fixed point when it commutes with all elements of G, and thus the fixed points
of conjugation form the center Z(G).
Example 3.11. When a group G acts on G/H (for a subgroup H) by left multiplication,
GROUP ACTIONS 11
Parts b and c show the role of conjugate subgroups and cosets of a subgroup when working
with group actions. The formula in part c that relates the length of an orbit to the index
in G of a stabilizer for a point in the orbit, is called the orbit-stabilizer formula.
Proof. a) We prove different orbits in a group action are disjoint by proving that two orbits
that overlap must coincide.2 Suppose Orbx and Orby have a common element z:
z = g1 x, z = g2 y.
We want to show Orbx = Orby . It suffices to show Orbx ⊂ Orby , since then we can switch
the roles of x and y to get the reverse inclusion.
For each point u ∈ Orbx , write u = gx for some g ∈ G. Since x = g1−1 z,
u = g(g1−1 z) = (gg1−1 )z = (gg1−1 )(g2 y) = (gg1−1 g2 )y,
which shows us that u ∈ Orby . Therefore Orbx ⊂ Orby .
Every element of X is in some orbit (its own orbit), so the orbits partition X into disjoint
subsets.
b) To see that Stabx is a subgroup of G, we have e ∈ Stabx since ex = x, and if
g1 , g2 ∈ Stabx , then
(g1 g2 )x = g1 (g2 x) = g1 x = x,
so g1 g2 ∈ Stabx . Thus Stabx is closed under multiplication. Lastly,
gx = x =⇒ g −1 (gx) = g −1 x =⇒ x = g −1 x,
so Stabx is closed under inversion.
To show Stabgx = g Stabx g −1 , for all x ∈ X and g ∈ G, observe that
h ∈ Stabgx ⇐⇒ h · (gx) = gx
⇐⇒ (hg)x = gx
⇐⇒ g −1 ((hg)x) = g −1 (gx)
⇐⇒ (g −1 hg)x = x
⇐⇒ g −1 hg ∈ Stabx
⇐⇒ h ∈ g Stabx g −1 ,
so Stabgx = g Stabx g −1 .
c) The condition gx = g 0 x is equivalent to x = (g −1 g 0 )x, which means g −1 g 0 ∈ Stabx ,
or g 0 ∈ g Stabx . Therefore g and g 0 have the same effect on x if and only if g and g 0 lie in
the same left coset of Stabx . (Recall that for all subgroups H of G, g 0 ∈ gH if and only if
g 0 H = gH.)
Since Orbx consists of the points gx for varying g, and we showed elements of G have
the same effect on x if and only if they lie in the same left coset of Stabx , we get a bijection
between the points in the orbit of x and the left cosets of Stabx by gx 7→ g Stabx . (Think
carefully about why this is well-defined.) Therefore the cardinality of the orbit of x, which
is | Orbx | equals the cardinality of the left cosets of Stabx in G.
Remark 3.17. That the orbits of a group action partition the set includes as special cases
two basic partition results in group theory: the left (or right) cosets of a subgroup and the
conjugacy classes of a group partition the group into disjoint parts. The partition by cosets
2The argument will be similar to the proof that different left cosets of a subgroup are disjoint: if the
cosets overlap they coincide.
GROUP ACTIONS 13
uses the right-inverse multiplication action (or left multiplication action) of the subgroup
on the group (see Examples 2.9, 3.13, and 3.14) and the partition into conjugacy classes
use the action of a group on itself by conjugation (see Examples 2.10 and 3.10).
Example 3.18. For n ≥ 2 and k ∈ {1, . . . , n − 1}, the group G = Sn acts on the k-element
subsets of {1, 2, . . . , n} in the usual way: σ({i1 , . . . , ik }) = {σ(i1 ), . . . , σ(ik )}. This group
··· k
action has one orbit since {i1 , . . . , ik } = σ({1, . . . , k}) where σ is the permutation 1i12i2 ···i
k
.
n
The number of k-element subsets of {1, . . . , n} is k , by the combinatorial definition
of binomial coefficients, so Theorem 3.16(c) implies nk = [Sn : Stab{1,...,k} ]. What is the
stabilizer of {1, . . . , k}? It is all σ ∈ Sn such that {σ(1), . . . , σ(k)} = {1, . . . , k} (equality of
sets, not ordered sets or k-tuples), which is the same as saying σ permutes {1, . . . , k} and
thus also permutes {k + 1, . . . , n}. Therefore Stab{1,...,k} ∼ = Sk × Sn−k , so
n n!
= [Sn : Stab{1,...,k} ] = .
k k!(n − k)!
This is a derivation of the standard formula for nk using group actions.
Proof. The set X can be written as the union of its orbits, which are mutually disjoint. The
orbit-stabilizer formula tells us how large each orbit is.
Example 3.21. In a finite group G, the size of every conjugacy class divides |G| since
conjugacy classes are orbits for the conjugation action of G on itself. For instance, when
G = S3 its conjugacy classes are {(1)}, {(123), (132)}, and {(12), (13), (23)}, whose sizes 1,
2, and 3 are all factors of 6: (3.1) here says 6 = 1+2+3. When G = S4 its conjugacy classes
are represented by (1), (1234), (12)(34), (123), and (12) and their conjugacy classes have
respective sizes 1, 6, 3, 8, and 6. All are factors of 24 and (3.1) here says 24 = 1+6+3+8+6.
Example 3.22. Which elements of D6 commute with the reflection s? This is asking for
{g ∈ D6 : gs = sg}. Three such elements are 1, s, and r3 (since rn/2 ∈ Z(Dn ) for even n).
14 KEITH CONRAD
Let’s interpret the condition gs = sg as gsg −1 = s: the task is now computing the
stabilizer of s when D6 acts on itself by conjugation. To compute the stabilizer, let’s
first compute the orbit: how many different values of gsg −1 are there as g runs over D6 ?
Elements of D6 are rk (rotations) and rk s (reflections, so equal to their inverses). From
rk sr−k = r2k s, (rk s)s(rk s)−1 = rk ssrk s = rk rk s = r2k s
the different gsg −1 as g varies in D6 is {reven s} = {s, r2 s, r4 s}.
Since the D6 -orbit of s has size 3, the stabilizer of s has index 3 in D6 and thus its size
is |D6 |/3 = 12/3 = 4. We already know 1, s, and r3 are in the stabilizer, so being a group
means r3 s is in the stabilizer too. That is a fourth element, and the stabilizer has size 4,
so {g ∈ D6 : gs = sg} = {1, s, r3 , r3 s}.
Example 3.23. We examine now a geometric example. The figure F below is a hexagon
with an X drawn inside of it. Which elements of D6 preserve this figure when D6 acts in a
natural way on it?
For g ∈ D6 , g(F ) = F means g ∈ StabF . To compute StabF we first compute the orbit
of F : it’s easier to figure out all the ways F can change than to figure out all the ways F
can stay the same, and these are related by the orbit-stabilizer formula. By rotating and
reflecting it is clear that g(F ), as g runs over D6 , has only the 3 results below.
F F0 F 00
Let r be the 60-degree counterclockwise rotation preserving the hexagonal shape and let
s be the reflection across the horizontal line bisecting F . Since F has an orbit of size 3,
its stabilizer in D6 has index 3, so | StabF | = |D6 |/3 = 12/3 = 4. From the 180-degree
rotational symmetry of F , r3 ∈ StabF . Since s(F ) = F , s ∈ StabF . Since StabF is a
subgroup of D6 , StabF also contains r3 s. Thus {1, r3 , s, r3 s} ⊂ StabF , and we are done
since we know | StabF | = 4: StabF = {1, r3 , s, r3 s} = hr3 , si .
While F 0 looks like F , it is not equal to F . What are StabF 0 and {g ∈ D6 : g(F ) = F 0 }?
We can compute both as soon as we know just one g sending F to F 0 . Since F 0 = r(F ) we
can use g = r. Then Theorem 3.16(b) says
StabF 0 = Stabr(F ) = r StabF r−1 = r{1, r3 , s, r3 s}r−1 = {1, r3 , r2 s, r5 s}
and Theorem 3.16(c) says
{g ∈ D6 : g(F ) = F 0 } = r StabF = r{1, r3 , s, r3 s} = {r, r4 , rs, r4 s}.
GROUP ACTIONS 15
In a group action, the length of an orbit divides |G|, but the number of orbits usually
does not divide |G|. For example, D4 and Q8 each have 5 conjugacy classes, and 5 does not
divide 8. But there is an interesting relation between the number of orbits and the group
action.
Theorem 3.27. Let a finite group G act on a finite set X with r orbits. Then r is the
average number of fixed points of the elements of the group:
1 X
r= | Fixg (X)|,
|G|
g∈G
Next we count over the x’s and have to add up the number of g’s with gx = x, i.e., with
g ∈ Stabx : X
|{(g, x) ∈ G × X : gx = x}| = | Stabx |.
x∈X
Equating these two counts gives
X X
| Fixg (X)| = | Stabx |.
g∈G x∈X
Divide by |G|:
1 X X 1
| Fixg (X)| = .
|G| | Orbx |
g∈G x∈X
Let’s consider the contribution to the right side from points in a single orbit. If an orbit
has n points in it, then the sum over the points in that orbit is a sum of 1/n for n terms,
and that is equal to 1. Thus the part of the sum over points in an orbit is 1, which makes
the sum on the right side equal to the number of orbits, which is r.
Theorem 3.27 is often called Burnside’s lemma, but it is not due to him [4]. He included
it in his widely read book on group theory.
Example 3.28. We will use a special case of Theorem 3.27 to prove for all a ∈ Z and
m ∈ Z+ that
Xm
(3.2) a(k,m) ≡ 0 mod m.
k=1
GROUP ACTIONS 17
When m = p is a prime number, the left side is (p − 1)a + ap = (ap − a) + pa, so (3.2)
becomes ap ≡ a mod p, which is Fermat’s little theorem. Thus (3.2) can be thought of as a
generalization of Fermat’s little theorem to all moduli that is essentially different from the
generalization called Euler’s theorem, which says aϕ(m) ≡ 1 mod m if (a, m) = 1: (3.2) is
true for all a ∈ Z.
Our setup leading to (3.2) starts with a finite group G and comes from [3]. For a positive
integer a, G acts on the set of functions Map(G, {1, 2, . . . , a}) by (g · f )(h) = f (g −1 h) for
g, h ∈ G. This is a special case of the group action at the end of Example 2.8, where G acts
on itself by left multiplication. We want to apply Theorem 3.27 to this action, so we need
to understand the fixed points (really, fixed functions) of each g ∈ G. We have g · f = f if
and only if f (g −1 h) = f (h) for all h ∈ G, which is the same as saying f is constant on every
left coset hgih in G. The number of left cosets of hgi in G is [G : hgi] = m/ord(g), where
m = |G| and ord(g) is the order of g, so the number of functions fixed by g is am/ord(g) , since
the value of the function on each coset can be chosen arbitrarily in {1, . . . , a}. Therefore
Theorem 3.27 implies (1/m) g∈G am/ord(g) is a positive integer, so
P
X
(3.3) am/ord(g) ≡ 0 mod m.
g∈G
Since (3.3) depends on a only by the value of a mod m, it holds for all a ∈ Z, not just a > 0.
Taking G = Z/(m), each k ∈ G has additive order m/(k, m), so (3.3) becomes
m
X
a(k,m) ≡ 0 mod m.
k=1
Next we turn to the idea of two different actions of a group being essentially the same.
Definition 3.29. Two actions of a group G on sets X and Y are called equivalent if there
is a bijection f : X → Y such that f (gx) = g(f (x)) for all g ∈ G and x ∈ X.
Actions of G on two sets are equivalent when G permutes elements in the same way on
the two sets after matching up the sets appropriately. When f : X → Y is an equivalence of
group actions on X and Y , gx = x if and only if g(f (x)) = f (x), so the stabilizer subgroups
of x ∈ X and f (x) ∈ Y are the same.
Example 3.30. Let R× act on a linear subspace Rv0 ⊂ Rn by scaling. This is equivalent
to the natural action of R× on R by scaling: let f : R → Rv0 by f (a) = av0 . Then f is a
bijection and f (ca) = (ca)v0 = c(av0 ) = cf (a) for all c in R× and a ∈ R.
Example 3.31. Let GL2 (R) act on the set B of ordered bases (e1 , e2 ) of R2 in the natural
way: for A ∈ GL2 (R), A(e1 , e2 ) := (Ae1 , Ae2 ) is another ordered basis of R2 . This action
of GL2 (R) on B is equivalent to the action of GL2 (R) on itself by left multiplication. The
reason is that the columns of a matrix in GL2 (R) are a basis of R2 (the first and second
columns are an ordering of basis vectors: the first column is the first basis vector and the
second column is the second one) and two square matrices multiply throughmultiplication
on the columns: A( ac db ) = (A ac A db ). Letting f : B → GL2 (R) by f ( ac , db ) = ( ac db )
gives a bijection and f (A(e1 , e2 )) = A · f (e1 , e2 ) for all A ∈ GL2 (R) and (e1 , e2 ) ∈ B.
Example 3.32. Let S3 act on its conjugacy class {(12), (13), (23)} by conjugation. This
action on a 3-element set, described in the first half of Table 1 below, looks like the usual
action of S3 on {1, 2, 3} in the second half of Table 1 if we identify (12) with 3, (13) with 2,
18 KEITH CONRAD
and (23) with 1 (in short, identity (ij) with k where k 6∈ {i, j}). Then the action of S3 on
{(12), (13), (23)} by conjugation is equivalent to the natural action of S3 on {1, 2, 3}.
Example 3.33. Let H and K be subgroups of G. The group G acts by left multiplication on
G/H and G/K. If H and K are conjugate subgroups then these actions are equivalent: fix a
representation K = g0 Hg0−1 for some g0 ∈ G and let f : G/H → G/K by f (gH) = gg0−1 K.
This is well-defined (independent of the coset representatives for gH) since, for h ∈ H,
f (ghH) = ghg0−1 K = ghg0−1 g0 Hg0−1 = gHg0−1 = gg0−1 K.
The reader can check f (g(g 0 H)) = gf (g 0 H) for g ∈ G and g 0 H ∈ G/H, and f is a bi-
jection. (The mapping f might depend on g0 , but that is not a problem. There can be
multiple equivalences between two equivalent group actions, just as there can be multiple
isomorphisms between two isomorphic groups.)
If H and K are nonconjugate then the actions of G on G/H and G/K are not equivalent:
corresponding points in equivalent actions have the same stabilizer subgroup, but the sta-
bilizer subgroups of left cosets in G/H are conjugate to H and those in G/K are conjugate
to K, and none of the former and latter are equal.
The left multiplication action of G on a left coset space G/H has one orbit. It turns out
all actions with one orbit are essentially of this form:
Theorem 3.34. An action of G that has one orbit is equivalent to the left multiplication
action of G on some left coset space of G.
Proof. Suppose that G acts on the set X with one orbit. Fix x0 ∈ X and let H = Stabx0 .
We will show the action of G on X is equivalent to the left multiplication action of G on
G/H.
Every x ∈ X has the form gx0 for some g ∈ G, and all elements in a left coset gH have
the same effect on x0 : for all h ∈ H, (gh)(x0 ) = g(hx0 ) = g(x0 ). Let f : G/H → X by
f (gH) = gx0 . This is well-defined, as we just saw. Moreover, f (g · g 0 H) = gf (g 0 H) since
both sides equal gg 0 (x0 ). We will show f is a bijection.
Since X has one orbit, X = {gx0 : g ∈ G} = {f (gH) : g ∈ G}, so f is onto. If
f (g1 H) = f (g2 H) then g1 x0 = g2 x0 , so g2−1 g1 x0 = x0 . Since x0 has stabilizer H, g2−1 g1 ∈ H,
so g1 H = g2 H. Thus f is one-to-one.
A particular case of Theorem 3.34 says that an action of G is equivalent to the left
multiplication action of G on itself if and only if the action has one orbit and the stabilizer
subgroups are trivial.
GROUP ACTIONS 19
Definition 3.35. The action of G on X is called free when every point has a trivial stabi-
lizer.
Example 3.36. The left multiplication action of a group on itself (Example 3.9) is free
with one orbit.
Example 3.37. The antipodal action of Z/(2) on a sphere (Example 3.4) is a free action.
There are uncountably many orbits.
Free actions show up often in topology. Example 3.37 is a typical example of that.
Example 3.38. For an integer n ≥ 2, let Xn be the set of roots of unity of order n in
C× , so3 |Xn | = ϕ(n). (For instance, X4 = {i, −i}.) The group (Z/(n))× acts on Xn by
a · ζ = ζ a . (This is well-defined since a ≡ b mod n ⇒ ζ a = ζ b .) Since every element of Xn is
a power of every other element of Xn using exponents relatively prime to n, this action of
(Z/(n))× has a single orbit. Since ζ a = ζ only if a ≡ 1 mod n (ζ has order n), all stabilizers
are trivial (a free action). Thus (Z/(n))× acting on Xn is equivalent to the multiplication
action of (Z/(n))× on itself, except there is no naturally distinguished element of Xn (when
ϕ(n) > 1, i.e., n > 2) while 1 is a distinguished element of (Z/(n))× .
It is worth comparing faithful and free actions. An action is faithful (Definition 2.16)
when g1 6= g2 in G ⇒ g1 x 6= g2 x for some x ∈ X (different elements of G act differently
at some point in X) while an action is free when g1 6= g2 in G ⇒ g1 x 6= g2 x for all x ∈ X
(different elements of G act differently at every point of X). So all free actions are faithful.
Since g1 x = g2 x if and only if g2−1 g1 x = x, we can describe faithful and free actions in terms
of fixed points: an action is faithful when each g 6= e has Fixg (X) 6= X while an action is
free when each g 6= e has Fixg (X) = ∅.
4. Actions of p-groups
The action of a group of prime power size has special features. When |G| = pk for a
prime p, we call G a p-group. For example, (Z/(5))× = {1, 2, 3, 4} and D4 are 2-groups.
The action of a p-group has special features. Because all subgroups of a p-group have p-
power index, the length of an orbit under an action by a p-group is divisible by p unless the
point is a fixed point, when its orbit has length 1. This leads to an important congruence
modulo p for actions of a p-group.
Theorem 4.1 (Fixed Point Congruence). Let G be a finite p-group acting on a finite set
X. Then
|X| ≡ |{fixed points}| mod p.
Proof. Let the different orbits in X be represented by x1 , . . . , xt , so Corollary 3.20 leads to
t
X
(4.1) |X| = | Orbxi |.
i=1
Since | Orbxi | = [G : Stabxi ] and |G| is a power of p, | Orbxi | ≡ 0 mod p unless Stabxi = G,
in which case Orbxi has length 1, i.e., xi is a fixed point. Thus when we reduce both sides
of (4.1) modulo p, all terms on the right side vanish except for a contribution of 1 for each
fixed point. That implies
|X| ≡ |{fixed points}| mod p.
3Having order n is more than just satisfying z n = 1: no smaller power can be 1, so X is not all nth
n
roots of unity when n > 1.
20 KEITH CONRAD
Keep in mind that the congruence in Theorem 4.1 holds only for actions by groups with
prime-power size. When a group of size 9 acts we get a congruence mod 3, but when a
group of size 6 acts we do not get a congruence mod 2 or 3.
Corollary 4.2. Let G be a finite p-group acting on a finite set X. If |X| is not divisible
by p, then there is at least one fixed point in X. If |X| is divisible by p, then the number of
fixed points is a multiple of p (possibly 0).
Proof. When |X| is not divisible by p, neither is the number of fixed points (by the fixed
point congruence), so the number of fixed points can’t equal 0 (after all, p | 0) and thus is
≥ 1. On the other hand, when |X| is divisible by p, then the fixed point congruence shows
the number of fixed points is ≡ 0 mod p, so this number is a multiple of p.
Example 4.3. Let G be a p-subgroup of GLn (Z/(p)), where n ≥ 1. Then there is a nonzero
v ∈ (Z/(p))n such that gv = v for all g ∈ G. Indeed, because G is a group of matrices it
naturally acts on the set V = (Z/(p))n . (The identity matrix is the identity function and
g1 (g2 v) = (g1 g2 )v by the rules of matrix-vector multiplication.) Since the set V has size
pn ≡ 0 mod p, the number of fixed points is divisible by p. The number of fixed points is
at least 1, since the zero vector is a fixed point, so the number of fixed points is at least p.
A nonzero fixed point for a group of matrices can be interpreted as a simultaneous
eigenvector with eigenvalue 1. These are the only possible simultaneous eigenvectors for G
in (Z/(p))n since every element of G has p-power order and the only element of p-power
order in (Z/(p))× is 1 (so a simultaneous eigenvector for G in (Z/(p))n must have eigenvalue
1 for each element of the group).
Theorem 4.1 can be used to prove existence theorems about finite groups (nonconstruc-
tively) if we can interpret a problem in terms of fixed points. For example, an element of a
group G is in the center precisely when it is a fixed point for the conjugation action of G
on itself. So if we want to show a class of groups has nontrivial centers then we can try to
show there are fixed points for the conjugation action other than the identity element.
Up to this point we have not used the condition p | |G|. That is, (5.2) is valid for all finite
groups G and primes p. This will be useful in Appendix A.
Since p divides |G|, the left side of (5.2) vanishes modulo p, so the right side is a multiple
of p. Thus |{g ∈ G : g p = e}| ≡ 0 mod p. Since |{g ∈ G : g p = e}| > 0, there must be some
g 6= e with g p = e.
Cauchy’s theorem has other proofs6 that handle abelian and nonabelian G in different
ways. The above proof treats all finite groups in the same way.
Remark 5.5. Letting G be a finite group where p | |G|, (5.2) says
(5.3) |{g ∈ G : g p = e}| ≡ 0 mod p.
Frobenius proved a more general result: when d | |G|,
|{g ∈ G : g d = e}| ≡ 0 mod d.
The divisor d need not be a prime. However, the proof is not as direct as the case of a
prime divisor, and we don’t look at this more closely.
Proof. We will give two proofs. The second will use group actions.
Each subgroup gHg −1 has the same size, namely |H|. How many different conjugate
groups gHg −1 are there (as g varies)? For g1 , g2 ∈ G,
g1 Hg1−1 = g2 Hg2−1 ⇐⇒ g2−1 g1 Hg1−1 g2 = H
⇐⇒ g2−1 g1 H(g2−1 g1 )−1 = H
⇐⇒ g2−1 g1 ∈ N(H)
⇐⇒ g1 ∈ g2 N(H)
⇐⇒ g1 N(H) = g2 N(H).
Therefore the number of different subgroups gHg −1 as g varies is [G : N(H)]. These
subgroups all contain the identity,Sso they are not disjoint. Therefore, on account of the
overlap at the identity, the size of g∈G gHg −1 is strictly less than
|G| |H|
[G : N(H)]|H| = |H| = |G| ≤ |G|,
| N(H)| | N(H)|
so the union of all gHg −1 is not all of G.
For the second proof, we apply Theorem 6.6 to the action of G on X = G/H by left
multiplication. For a ‘point’ gH in G/H, itsS stabilizer is gHg −1 . By Theorem 6.6, some
a ∈ G has no fixed points, which means a 6∈ g∈G gHg −1 .
Remark 6.9. Theorem 6.8 is not always true for infinite groups. For instance, let G =
GL2 (C). Every matrix in
S G has an−1eigenvector, so we can conjugate each matrix in G to the
a b
form ( 0 d ). Thus G = g∈G gHg , where H is the proper subgroup of upper triangular
matrices.
Remark 6.10. Here is a deep application of Theorem 6.8 to number theory. Suppose a
polynomial f (X) in Z[X] is irreducible and has a root modulo p for every p. Then f (X) is
linear. The proof of this requires Theorem 6.8 and complex analysis.
Corollary 6.11. If H is a proper subgroup of the finite group G, there is a conjugacy class
in G that is disjoint from H and its conjugate subgroups.
Proof. Pick an x 6∈ g∈G gHg −1 and use the conjugacy class of x.
S
Theorem 6.12. Let G be a finite group with |G| > 1, and p the smallest prime factor of
|G|. Every subgroup of G with index p is a normal subgroup.
Corollary 6.4 is a special case of Theorem 6.12. Group actions don’t appear in the
statement of Theorem 6.12, but they will play a role in its proof. According to [2, pp. 3-4],
Theorem 6.12 was conjectured and proved by Ernst Straus when he was a student.
Proof. Let H be a subgroup of G with index p, so G/H is a set with size p. We will prove
H C G in two ways using group actions.
Method 1. We will show H is the kernel of a homomorphism out of G, and thus is a
normal subgroup of G. The argument will be similar to the second proof of Corollary 6.4.
Let G act on G/H by left multiplication, which (by Theorem 1.7) gives a group homo-
morphism
(6.2) G → Sym(G/H) ∼ = Sp .
This homomorphism sends each g ∈ G to the permutation `g of G/H, where `g (aH) = gaH.
We will show this homomorphism has kernel H.
GROUP ACTIONS 25
Write the kernel of the homomorphism (6.2) as K, so K CG. The group G/K embeds into
Sp , so [G : K] | p!. Since [G : K] divides |G|, whose smallest prime factor is p, (|G|, p!) = p.
Therefore [G : K] is 1 or p. Each g ∈ K satisfies gH = H, so g ∈ H. Thus K ⊂ H, so
[G : K] = [G : H][H : K] = p[H : K]. Thus [G : K] = p and [H : K] = 1, so H = K C G.
Method 2.7 Let H act on G/H by left multiplication, which (by Theorem 1.7) gives a
group homomorphism
(6.3) H → Sym(G/H) = ∼ Sp .
This action of H on a p-element set fixes the coset H, so each orbit has size at most p−1. By
the orbit-stabilizer formula, an orbit has length dividing |H|, which divides |G|. The only
factor of |G| that’s at most p−1 is 1 (why?), so all orbits of the H-action in (6.3) have length
1. That means (6.3) is a trivial action: hgH = gH for each h ∈ H and g ∈ G. Therefore
g −1 hgH = H, so g −1 hg ∈ H, which implies (as h varies) g −1 Hg ⊂ H, so g −1 Hg = H since
both sides have the same size. Since this last equation holds for all g ∈ G, H C G.
Some special cases of Theorem 6.12 are worth recording separately.
Corollary 6.13. Let G be a finite group.
a) If H is a subgroup with index 2, then H C G.
b) If G is a p-group and H is a subgroup with index p, then H C G.
c) If |G| = pq where p < q are different primes, then each subgroup of G with size q is a
normal subgroup.
Proof. Parts a and b are immediate consequences of Theorem 6.12. For part c, note that a
subgroup with size q is a subgroup with index p. This completes the proof.
Part a can be checked directly, without the reasoning of Theorem 6.12: if [G : H] = 2
and a 6∈ H, then the two left cosets of H are H and aH, while the two right cosets of H
are H and Ha. Therefore aH = G − H = Ha, so H C G. Part b was already seen in
Corollary 6.4. (In fact, our second proof of Corollary 6.4 used the same idea as the proof of
Theorem 6.12.) Part c could also be checked directly with the Sylow theorems, which show
a subgroup of order q in G is not just normal but in fact unique. In Theorem 6.12, these
disparate results are unified into a single statement.
All of our applications of group actions in this section have been to finite groups. Here
is an application to infinite groups.
Theorem 6.14. A finitely generated group has finitely many subgroups of index n for each
integer n ≥ 1.
Proof. Let G be a finitely generated group and H be a subgroup with finite index, say n.
The left multiplication action of G on G/H is a group homomorphism ` : G → Sym(G/H).
In this action, the stabilizer of the coset H is H (gH = H if and only if g ∈ H).
Pick an enumeration of the n cosets in G/H so that the coset H corresponds to the
number 1. This enumeration gives an isomorphism Sym(G/H) ∼ = Sn , so we can make G
act on the set {1, 2, . . . , n} and the stabilizer of 1 is H. Therefore we have constructed from
each subgroup H ⊂ G of index n an action of G on {1, 2, . . . , n} in which H is the stabilizer
of 1. Since H is recoverable from the action, the number of subgroups of G with index n is
bounded above by the number of homomorphisms G → Sn . Since G is finitely generated,
7I learned this from the answer by Bar Alon at https://math.stackexchange.com/questions/164244/
normal-subgroup-of-prime-index.
26 KEITH CONRAD
it has finitely many homomorphisms to the finite group Sn . Therefore G has finitely many
subgroups of index n.
I am not aware of a proof of this theorem that is fundamentally different from the one
presented above.
This is probably a good place to warn the reader about a false property of finitely
generated groups: a subgroup of a finitely generated group need not be finitely generated!
However, every finite-index subgroup of a finitely generated group is finitely generated: if
the original group has d generators, a subgroup with index n has at most (d − 1)n + 1
generators. This is due to Schreier.
for 0 ≤ i ≤ p − 1, so
{1, 2, . . . , n} = A0 ∪ A1 ∪ · · · ∪ Ap−1 ∪ {pn0 + 1, . . . , pn0 + a0 }.
For 1 ≤ t ≤ n0 , let σt be the p-cycle
σt = (t, n0 + t, 2n0 + t, . . . , (p − 1)n0 + t).
This cycle cyclically permutes the numbers in A0 , A1 , . . . , Ap−1 that are ≡ t mod n0 . The
σt ’s for different t are disjoint, so they commute. Set σ = σ1 σ2 · · · σn0 . Then σ has order p
as a permutation of {1, 2, . . . , n} (fixing all numbers above pn0 ).
n
Let X be the set of m-element subsets of {1, 2, . . . , n}, so |X| = m . Let the group hσi
act on X. Since σ has order p, Theorem 4.1 tells us
|X| ≡ |{fixed points}| mod p.
n0
The left side is m . We will show the right side is ab00 m
n
0 .
The basic transformations of spacetime that don’t change physical laws are (i) translations
in space and time, (ii) rotations of space, and (iii) traveling at a constant speed in a fixed
direction. The transformations in (iii) are called “boosts” and are different in non-relativistic
and relativistic physics. Transformations in (i) and (ii) are the same in both settings.
Non-relativistic spacetime transformations
(i) Translations in space and time. These are (t, x) 7→ (t + s, x + y) for a time change
(or time shift) by s and space change by y.
(ii) Rotations of space. These are (t, x) 7→ (t, Ax) where A is a rotation of R3 fixing
the origin. Such rotations form the group O(3) = {A ∈ M3 (R) : AA> = I3 }.
(iii) Boosts by velocity v (fixed speed ||v|| and direction v b = v/||v||). A boost at speed
v along the positive x-axis is (t, x, y, z) 7→ (t, tv + x, y, z). More generally, a boost
Bv by velocity v is Bv (t, x) = (t, tv + x). Here v is an arbitrary (velocity) vector
in R3 . The effect of Bv on (t, x) can be described as a 4 × 4 matrix transformation,
where we write the coordinates of v as (vx , vy , vz ):
1 0 0 0 t
vx 1 0 0 x
vy 0 1 0 y .
vz 0 0 1 z
The composition of non-relativistic boosts is a non-relativistic boost: Bv ◦ Bw =
Bv+w .
Relativistic spacetime transformations
(i) Translations in space and time. These are (ct, x) 7→ (c(t + s), x + y) for a time
change by s and space change by y. This is the same as (i) above, except for using
ct in the time coordinate.
(ii) Rotations of space. These are (ct, x) 7→ (ct, Ax) where A ∈ O(3). This matches (ii)
above except for using ct in the time coordinate.
(iii) Boosts by velocity v (fixed speed ||v|| < c and direction v b = v/||v||). At speed v
2
p positive x-axis it is (ct, x, y, z) 7→ (cγ(t + xv/c ), γ(tv + x), y, z), where
along the
γ = 1/ 1 − v 2 /c2 . More generally, the relativistic boost by velocity v is
v γ−1
(B.1) (ct, x) 7→ γct + γ · x, γtv + x + (x · v)v ,
c ||v||2
p p
where γ = 1/ 1 − ||v||2 /c2 = 1/ 1 − v · v/c2 . The factor γ, which depends on the
speed ||v||, is greater than 1. Its first-order approximation, by the binomial theorem,
is 1 + 21 ||v||2 /c2 . As a 4 × 4 matrix transformation, the relativistic boost by v is
γvx γvy γvz
γ c c c ct
γv (γ − 1)v 2 (γ − 1)v v (γ − 1)v v
x x x y x z
1+
x
c ||v||2 ||v||2 ||v||2
.
(γ − 1)vx vy (γ − 1)vy2 (γ − 1)vy vz
γvy
2
1+ 2 2
y
c
||v|| ||v|| ||v||
γvz (γ − 1)vx vz (γ − 1)vy vz (γ − 1)vz 2
1+ z
c ||v||2 ||v||2 ||v||2
GROUP ACTIONS 29
The composition of the effects of ((s0 , y0 ), (v0 , A0 )) and ((s, y), (v, A)) on (t, x) is
((s0 , y0 ), (v0 , A0 ))(((s, y), (v, A))(t, x)) = ((s0 , y0 ), (v0 , A0 ))(s + t, y + tv + Ax)
= (s0 + (s + t), y0 + (s + t)v0 + A0 (y + tv + Ax))
= (s0 + s + t, (y0 + A0 y + sv0 ) + t(v0 + A0 v) + (A0 A)x).
Writing the final result as ((?, ?), (?, ?))(t, x) to fit (B.6) says we should multiply elements
of R4 × E(3) by the rule
(B.7) ((s0 , y0 ), (v0 , A0 ))((s, y), (v, A)) = ((s0 + s, y0 + A0 y + sv0 ), (v0 + A0 v, A0 A)).
Since elements of E(3) compose by (v0 , A0 )(v, A) = (v0 + A0 v, A0 A), we can rewrite (B.7) as
((s0 , y0 ), (v0 , A0 ))((s, y), (v, A)) = ((s0 , y0 ) + (v0 , A0 )(s, y), (v0 , A0 )(v, A)),
where (v0 , A0 )(s, y) = (s, A0 y + sv0 ), which is how E(3) acts on R4 by (B.4). Therefore
(B.7) can be described as a semidirect product group R4 oϕ E(3) , with ϕ coming from
(B.4). This semidirect product group is the Galilean group of Galilean spacetime R4 . The
group R4 oϕ E(3) acts on R4 by (B.6) and the non-relativistic transformations (i), (ii), and
(iii) of R4 are special cases of (B.6) by taking some components in R4 oϕ E(3) to be trivial.
Remark B.2. In (B.6), the origin (t, x) = (0, 0) is fixed if and only if (s, y) = (0, 0), so
the elements of the Galilean group fixing the origin are the Galilean transformations. To
distinguish the full Galilean group from the subgroup fixing the origin, the full group is called
the inhomogeneous Galiean group and the subgroup fixing 0 is called the homogeneous
Galilean group, by analogy with linear functions mx + b from high school algebra being
“inhomogeneous” due to a constant term and the linear functions mx from linear algebra
being “homogeneous” due to the constant term being 0.
Relativistic spacetime transformations
The transformations (i), (ii), and (iii) of Minkowski spacetime combine to give the action
of a group on R4 by the same method as in the non-relativistic case. First we make R4 act
on Minkowski spacetime as time and space translations just as in the non-relativistic case:
for (ct, x) ∈ R4 and (cs, y) ∈ R4 , set (cs, y)(ct, x) = (c(s + t), y + x). Each A ∈ O(3) acts
on R4 by A(ct, x) = (ct, Ax). Each velocity vector v ∈ R3 acts on R4 by the relativistic
boost (B.1). Putting these three transformations together leads to all the “symmetries” of
Minkowski spacetime, which have a complicated composition formula. These transforma-
tions and their products form the Poincaré group. Its subgroup fixing the origin is built
from rotations and boosts (no nonzero translations) and is called the Lorentz group.
The Galilean and Poincaré groups both have dimension 4 + 6 = 10. Analogues on Rn+1
(n space coordinates and 1 time coordinate) have dimension (n + 1)(n + 2)/2.
References
[1] B. Fein, W. M. Kantor, M. Schacher, Relative Brauer groups II, J. Reine Angew. Math. 328 (1981),
39–57.
[2] B. R. Gelbaum and J. M. H. Olmstead, Theorems and Counterexamples in Mathematics, Springer, New
York, 1990.
[3] I. M. Isaacs and M. R. Pournaki, “Generalizations of Fermat’s Little Theorem Using Group Theory,”
Amer. Math. Monthly 112 (2005), 734–740.
[4] Wikipedia, Burnside’s lemma, http://en.wikipedia.org/wiki/Burnside%27s_lemma.