additional-exercises
additional-exercises
Additional exercises
The exercises below have been ordered according to the last section of the book that is needed
in order to be able to do the entire exercise, but often the first few parts are already good
problems for earlier sections of the book.
(a) The set {xk with k in Z} has exactly n elements, namely e, x, x2 , . . . , xn−1 .
(b) For k in Z, we have xk = e if and only if k is divisible by n.
2. Let G be a group, and x an element of G. Show from the definitions that xm xn = xm+n for
all m and n in Z.
3. Let G be a group and x an element of G. Show that (xm )n = xmn for alle m and n in Z.
Hint: prove this using Exercise ?? by means of induction on n for n ≥ 0, then deduce the
case where n < 0 by multiplying the required formula with (xm )a for a suitable a > 0.
4. The IBAN of an account with a Dutch bank is a string N Lc1 c0 B1 B2 B3 B4 a1 a2 . . . a10 with
a1 , a2 , . . . , a10 in {0, 1, . . . , 9}, B1 B2 B3 B4 in {A, B, . . . , Z} relating to the name of the bank,
and c1 c0 one of the strings 02, 03, . . . , 98, computed from the other data as follows. Rearrange
the IBAN to B1 B2 B3 B4 a1 a2 . . . a10 N Lc1 c0 and convert this to a string d23 d22 . . . d0 of decimal
digits by replacing the Bi as well as the N and L according to the rule A 7→ 10, B 7→ 11,
. . . , Z 7→ 35. Note that c1 = d1 , c0 = d0 . Given B1 B2 B3 B4 a1 a2 . . . a10 , there is a unique
string c1 c0 as above such that d23 1023 + d22 1022 + · · · + d2 102 + d1 10 + d0 ≡ 1 modulo 97.
(a) Compute c1 c0 for the fictional IBAN N Lc1 c0 BAN K0123456789. Hint: working with
groups of two adjacent digits may be easier because 102 ≡ 3 modulo 97.
In order to analyse some of the detectable errors made while entering an IBAN (i.e., they do
not result in a valid IBAN), we need some more information.
(b) Compute m = ϕ(97), and show that 10 in the group (Z/97Z)∗ has order m. Hint: if
m/p
the order of 10 does not equal m, then 10 = 1 for some prime divisor p of m. Why?
(c) Show that the following errors can be detected:
• changing any single element of the string;
• interchanging any two digits, or any two letters, of the string.
(d) Show that not all cyclic shift errors of length 3 among the last 10 digits (so replacing
ai−1 ai ai+1 with ai+1 ai−1 ai or ai ai+1 ai−1 ) can be detected.
(e) In fact, classify the errors in the previous part that cannot be detected. What does this
tell you about the detectability of interchanging a letter and a digit that are adjacent
in an IBAN?
1
Section 1.2 (dihedral groups)
3. Determine (with explanations) the number of elements in S7 of order 4, and the number of
elements in S10 of order 12. Hint: Argue on the cycle decomposition into disjoint cycles of
length at least 2, as in Section 1.3.
is a group under the usual multiplication of matrices (with addition and multiplication of
the coefficients in Z/pZ). Note that H has p3 elements.
(b) Compute the order of each element of H. Hint: find and prove a formula for
n
1 a b
0 1 c
0 0 1
for all n ≥ 1.
2
4. Let G be a group and a a fixed element of G. Show that ϕ : G → G with ϕ(g) = aga−1 is
an isomorphism (i.e., it is an automorphism of G). [This map is given by conjugation by a.]
5. Find a group G, and an automorphism of G that is not given by conjugation. Hint: what
does conjugation by an element amount to if G is Abelian?
1. Let G be a group, and A a non-empty subset of G. Show by means of an example that the
set {g in G with gAg −1 ⊆ A} is not always a subgroup of G. Hint: why is it a subgroup if A
is finite?
2. Let
H = {s + ti with s, t in R and t > 0} ⊂ C ,
the (complex) upper half plane.
(a) Show that G = {A in GL2 (R) with det(A) > 0} is a subgroup of GL2 (R), and that it
acts on H via ( ac db ) · z = az+b
cz+d . Hint: first verify that the result is in H.
(b) Show that H = G · i, i.e., H consists of one orbit for this action.
(c) Determine the stabiliser Gi of i.
2. Let m, n ≥ 2.
1. Let ϕ : G → H be a homomorphism, and assume that G is a finite group. Prove that in that
case |G| = |im(ϕ)| · | ker(ϕ)|. Hint: count elements in the fibres ϕ−1 (h) with h in im(ϕ).
3
2. Let ϕ : G → H be a homomorphism, and N ≤ G.
3. Let N1 and N2 be normal subgroups of a group G with the property that N1 ∩ N2 = {e}.
Prove that n1 n2 = n2 n1 for all n1 in N1 and n2 in N2 .
4. Show that hr2 i is a normal subgroup of D8 , and compute the group table of D8 /hr2 i.
(a) If H = hx1 , . . . , xm i, then gHg −1 = hgx1 g −1 , . . . , gxm g −1 i, and gHg −1 ⊆ H if and only
if gxi g −1 is in H for all i = 1, . . . , m.
(b) If G = hy1 , . . . , yn i, then gHg −1 ⊆ H for all g in G if and only if for every j = 1, . . . , n
both yj Hyj−1 and yj−1 Hyj are contained in H.
(c) If H = hx1 , . . . , xm i and G = hy1 , . . . , yn i, then gHg −1 ⊆ H if and only if yj xi yj−1 and
yj−1 xi yj are in H for all i = 1, . . . , m and j = 1, . . . , n.
(d) How can the earlier parts be improved if we assume that H is finite?
8. Let G = D8 , N1 = hsi and N2 = hr2 , si. Show that N1 E N2 and N2 E G, but that N1 is
not a normal subgroup of G. [So ‘being a normal subgroup’ is not transitive: if N1 E N2
and N2 E G then it does not follow that N1 E G.]
3. Determine all homomorphisms ϕ : D18 → Z/5Z and all homomorphism ϕ : D18 → Z/10Z.
Hint: what can you learn from applying Lagrange to ϕ(r) and to ϕ(s)?
4
Section 4.3 (conjugacy classes, the class equation, p-groups, Cauchy’s theorem)
2. (a) Determine the size of each of the conjugacy classes of A4 . Hint: if σ is in A4 , then
CA4 (σ) = CS4 (σ) ∩ A4 .
(b) Determine all normal subgroups of A4 .
3. Compute the number of elements in S7 with the same cycle type as σ = (1 2 3)(4 5 6), and
determine the centraliser CS7 (σ).
4. Determine the size of each of the conjugacy classes in S5 , and determine the centraliser of a
2-cycle, of a 3-cycle, and of a 4-cycle in S5 .
5. It is given that
a b
G= with a in {±1} and b in Z
0 1
is a subgroup of GL2 (Q).
5
(a) Show that ϕ : G → {±1} × Z/2Z, given by ϕ(( a0 1b )) = (a, b), is a homomorphism with
kernel
1 c
N= with c even .
0 1
Here {±1} × Z/2Z is a group with as operation multiplication in the first position, and
addition in the second.
(b) Prove that there is an isomorphism G/N ' {±1} × Z/2Z.
(c) Now show by means of a brief calculation that N = [G, G].
6. Let G be a group, and N E G. We already know that [N, N ] E N . Show that, in fact, the
stronger statement [N, N ] E G holds.
It is given that G is a subgroup of GL2 (Fp ), the group of invertible 2 × 2-matrices with
coefficients in Fp .
(a) Show that the map G → F∗p × F∗p given by ϕ(( a0 cb )) = (a, c) is a homomorphism, with
kernel
1 b
N= with b in Fp .
0 1
(b) Show that there is an isomorphism G/N ' F∗p × F∗p .
(c) Now prove that [G, G] = N when p 6= 2.