Problems
Problems
0 1 0 −1
4.14. Let A = −1 0 and B = 1 −1 be elements in GL2 (R). Show that A and B have finite orders but
AB does not.
Solution.
−1 0 0 −1
• A2 = 0 −1 , A3 =
1 0 , and A4 = ( 10 01 ) so A has order 4.
−1 1
• B2 = −1 0 and B 3 = ( 10 0 ) so
B has order 3.
1
−n 1 −1 1 −1
1 −n
(AB)n = 10
• I claim that AB =1 .0 1 , which is the base case, and 0 1 · 0 1 =
1 −n−1
n
0 1 , which is the induction step. Thus (AB) is never the identity matrix for n > 0 and
AB has infinite order.
4.27. If g and h have orders 15 and 16 respectively in a group G, what is the order of hgi ∩ hhi?
Solution. The intersection hgi ∩ hhi is a subgroup of both hgi and hhi. By Lagrange’s theorem, its
order must therefore divide both 15 and 16. Since gcd(15, 16) = 1, we get that |hgi ∩ hhi| = 1.
1
5.2(n). Compute (12537)−1 .
Solution. We reverse the order of the cycle, yielding
5.16. Find the group of rigid motions of a tetrahedron. Show that this is the same group as A4 .
Solution. Let G be the group of rigid motions. Label the vertices of the tetrahedron 1, 2, 3, 4. A
rotation is determined by where it sends vertex 1 (four possibilities) and the orientation of the edges
emanating from that vertex (three possibilities). So there are 12 elements in G. Define a map φ
from G to the symmetric group on the vertices by mapping a given rotation to the permutation it
induces on the vertices. There are eight rotations of order 3 that fix a single vertex and rotate around
the axis connecting that vertex to the center of the opposite face. The images of these rotations
under φ are {(123), (132), (124), (142), (134), (143), (234), (243)}. There are three rotations of order
2 around the axis between midpoints of opposite edges. The images of these rotations under φ are
{(12)(34), (13)(24), (14)(23)}. Together with the identity, this gives all twelve rotations. The image of
φ is A4 , it is injective, and it preserves the group operation (since the operation is function composition
in both cases), so φ gives an isomorphism between the group of rigid motions of the tetrahedron and
A4 .
5.26. Prove that any element can be written as a finite product of the following permutations.
(a) (12), (13), . . . , (1n)
2
Solution. Every element of Sn can be written as a product of transpositions, and any transpo-
sition (ab) can be written as (1a)(1b)(1a). Thus (12), (13), . . . , (1n) generate Sn .
(b) (12), (23), . . . , (n − 1, n)
Solution. We prove by induction that (1k) can be written in terms of (12), (23), . . . , (n − 1, n) for
k = 2, 3, . . . , n. The base case is clear: (12) = (12). The induction step follows from the identity
(1, k + 1) = (1k)(k, k + 1)(1k). By part (a), the set (12), (13), . . . , (1n) generates Sn , and thus
(12), (23), . . . , (n − 1, n) does as well.
(c) (12), (12 . . . n)
Solution. We prove by induction that (k − 1, k) can be written in terms of (12), (12 . . . n) for
k = 2, 3, . . . , n. The base case is again clear: (12) = (12). The induction step follows from the
identity (k, k + 1) = (12 . . . n)(k − 1, k)(n . . . 21). By part (b), the set (12), (23), . . . , (n − 1, n)
generates Sn , and thus (12), (12 . . . n) does as well.
5.30. Let τ = (a1 , a2 , . . . , ak ) be a cycle of length k.
(a) Prove that if σ is any permutation, then
is a cycle of length k.
Solution. Let L = σ · τ and R = (σ(a1 ), σ(a2 ), . . . , σ(ak )) · σ. We show that L = R by proving
that L(x) = R(x) for x = 1, 2, . . . , n. There are two cases: x = ai for some i and x 6= ai for any
i. If x = ai then
L(x) = στ (ai ) = σ(ai+1 ),
where we set ak+1 = a1 by convention. Since
Solution. Label the vertices of the square 1, 2, 3, 4 in clockwise order. Then the elements of D4 , as a
subgroup of S4 , are
3
is another left coset of D4 . Moreover, since g1 H = g2 H ⇔ Hg1−1 = Hg2−1 , the set consisting of the
inverses of these elements is a right coset of D4 :
Finally, we can construct the remaining left coset by collecting the remaining elements,
6.15. Show that any two permutations α, β ∈ Sn have the same cycle structure if and only if there exists a
permutation γ such that β = γαγ −1 .
Solution. Suppose first that β = γαγ −1 , and let α = α1 α2 . . . αk be a decomposition of α into disjoint
cycles. Then β = (γα1 γ −1 )(γα2 γ −1 ) . . . (γαk γ −1 ). By 5.30(a), (γαi γ −1 ) is a cycle of the same length
as αi , and if i 6= j then (γαi γ −1 ) is disjoint from (γαj γ −1 ). Thus the cycle structures of α and β are
the same.
Conversely, suppose that α and β have the same cycle structure. Then we get write α = α1 α2 . . . αk
and β = β1 β2 . . . βk , with αi = (a1 , . . . , ani ) and βi = (b1 , . . . , bni ). Let X be the complement of the
ai,j in {1, . . . , n} and let Y be the complement of the bi,j . Then the cardinality of X is the same as
the cardinality of Y , and we may choose a bijection γ between them. Extending γ to all of {1, . . . , n}
by setting γ(ai,j ) = bi,j yields a permutation, and by 5.30(a), β = γαγ −1 .