Solutions Manual for Galois Theory 5th Edition by Ian Stewart
Solutions Manual for Galois Theory 5th Edition by Ian Stewart
,Solutions Manual for FGalois Theory, 5e
bySOUTIONS
Ian Stewart (All MANUAL
Chapters) FOR
Galois Theory 5th Edition by Ian Introduction 1
Stewart
Introduction
This Solutions Manual contains solutions to all of the exercises in the Fifth Edi-
tion of Galois Theory.
Many of the exercises have several different solutions, or can be solved using
several different methods. If your solution is different from the one presented here, it
may still be correct — unless it is the kind of question that has only one answer.
The written style is informal, and the main aim is to illustrate the key ideas in-
volved in answering the questions. Instructors may need to fill in additional details
where these are straightforward, or explain assumed background material. On the
whole, I have emphasised ‘bare hands’ methods whenever possible, so some of the
exercises may have more elegant solutions that use higher-powered methods.
Ian Stewart
Coventry January 2022
1 Classical Algebra
1.1 Let u = x + iy ≡ (x, y), v = a + ib ≡ (a, b), w = p + iq ≡ (p, q). Then
uv = (x, y)(a, b)
= (xa — yb, xb + ya)
= (ax — by, bx + ay)
= (a, b)(x, y)
= vu
(uv)w = [(x, y)(a, b)](p, q)
= (xa — yb, xb + ya)(p, q)
= (xap — ybp — xbq — yaq, xaq — ybq + xbp + yap)
= (x, y)(ap — bq, aq + bp)
= (x, y)[(a, b)(p, q)]
= (uv)w
1.2 (1) Changing the signs of a, b does not affect (a/b)2, so we may assume a, b > 0.
(2) Any non-empty set of positive integers has a minimal element. Since b > 0 is
an integer, the set of possible elements b has a minimal element.
, 2
(3) We know that a2 = 2b2. Then
(2b — a)2 — 2(a — b)2 = 4b2 — 4ab + a2 — 2(a2 — 2ab + b2)
= 2b2 — a2 = 0
(4) If 2b ≤ a then 4b2≤ a2 = 2b2, a contradiction. If a≤ b then 2a2≤ 2b2 = a2,
a contradiction.
(5) If a —b ≥ b then a ≥ 2b so a2 ≥ 4b2 = 2a2, a contradiction. Now (3) contra-
dicts the minimality of b.
Note on the Greek approach.
The ancient Greeks did not use algebra. They expressed them same underlying
idea in terms of a geometric figure, Figure 1.
√
FIGURE 1: Greek proof that 2 is irrational.
Start with square ABCD and let CE = AB. Complete square AEFG. The rest of
the figure leads to a point H on AF. Clearly AC/AB = AF/AE. In modern notation,
let AB = b′, AC = a′. Since AB = HF = AB and BH = AC, we have AE b=a a′ + ′ b = b,
′
√ AF = a′ + 2b′ = a, say. Therefore a′ + b′ = b, b′ = a — b, and = ba′ .
say, and
If 2 is rational, we can make a b integers, in which case a′ b′
, √ , are also integers,
and the same process of constructing rationals equal to 2 with ever-decreasing
numerators and denominators could be carried out. The Greeks didn’t argue the proof
quite that way: they observed that the ‘anthyphaeresis’ of AF and AE goes on forever.
This process was their version of what we now call the continued fraction expansion
(or the Euclidean algorithm, which is equivalent). It stops after finitely many steps if
and only if the initial ratio lies in Q. See Fowler (1987) pages 33–35.
1.3 A nonzero rational can be written uniquely, up to order, as a produce of prime
powers (with a sign ±):
m m
r = ±p1 1 · · · pk k
where the mj are integers. So
r2 = p21m1 · · · pk2mk
Solutions Manual for Galois Theory 5th Edition by Ian Stewart
, 1 Classical Algebra 3
√
Now q = r if and only if q = r2, and all exponents 2mj are even.
√ √
1.4 * Clearly 18 ± 325 = 18 ± 5 13. A little experiment shows that
√ !3
3 ± 13 √
2 = 18 ± 5 13
(The factor 12 is the only real surprise here: it occurs because 13 is of the form 4n + 1,
but it would take us too far afield to explain why.) At any rate,
q √
3 √ 3 ± 13
18 ± 5 13 =
2
so that
q q √ √
3 √ 3 √ 3 + 13 3 — 13
18 + 5 13 + 18 — 5 13 = +
2 2
3 3
= + =3
2 2
1.5 Let K be the set of all p + qα + rα2, where p, q, ∈
r Q. Clearly K is closed under
addition and subtraction. Since α3 = 2 we also have α4 = 2α, and it follows easily
that K is closed under multiplication.
Tedious but elementary calculations, or computer algebra, show that
(p + qα + rα2)(p + qωα + rω2α2)(p + qω2α + rωα2) = p3 + 2(q3 — 3pqr) + 4r3
(1)
so that
(p + qωα + rω2α2)(p + qω2α + rωα2)
(p + qα + rα 2)—1 =
p3 + 2(q3 — 3pqr) + 4r3
implying closure under inverses, hence division.
However, it is necessary to check that p3 + 2(q3— 3pqr) + 4r3 = 0 in rational
numbers implies p = q = r = 0. By (1) p3 + 2(q3 —3pqr) + 4r3 = 0 implies that
p + qα + rα2 = 0 or p + qωα + rω2α2 = 0 or p + qω2α + rωα2 = 0. The required
result follows since 1, α, α2 are linearly independent over Q.
1.6 The map is one-to-one since it is linear in (p, q, r) and p + qω2α + rωα2 = 0
implies p = q = r = 0. Compute
(p + qα + rα2)(a + bα + cα2)
= (pa + 2qc + 2rb) + (pb + qa + 2rc)α + (pc + qb + ra)α2
and compare with
(p + qωα + rω2α2)(a + bωα + cω2α2)
= (pa + 2qc + 2rb) + (pb + qa + 2rc)ωα + (pc + qb + ra)ω2α2
Solutions Manual for Galois Theory 5th Edition by Ian Stewart
,Solutions Manual for FGalois Theory, 5e
bySOUTIONS
Ian Stewart (All MANUAL
Chapters) FOR
Galois Theory 5th Edition by Ian Introduction 1
Stewart
Introduction
This Solutions Manual contains solutions to all of the exercises in the Fifth Edi-
tion of Galois Theory.
Many of the exercises have several different solutions, or can be solved using
several different methods. If your solution is different from the one presented here, it
may still be correct — unless it is the kind of question that has only one answer.
The written style is informal, and the main aim is to illustrate the key ideas in-
volved in answering the questions. Instructors may need to fill in additional details
where these are straightforward, or explain assumed background material. On the
whole, I have emphasised ‘bare hands’ methods whenever possible, so some of the
exercises may have more elegant solutions that use higher-powered methods.
Ian Stewart
Coventry January 2022
1 Classical Algebra
1.1 Let u = x + iy ≡ (x, y), v = a + ib ≡ (a, b), w = p + iq ≡ (p, q). Then
uv = (x, y)(a, b)
= (xa — yb, xb + ya)
= (ax — by, bx + ay)
= (a, b)(x, y)
= vu
(uv)w = [(x, y)(a, b)](p, q)
= (xa — yb, xb + ya)(p, q)
= (xap — ybp — xbq — yaq, xaq — ybq + xbp + yap)
= (x, y)(ap — bq, aq + bp)
= (x, y)[(a, b)(p, q)]
= (uv)w
1.2 (1) Changing the signs of a, b does not affect (a/b)2, so we may assume a, b > 0.
(2) Any non-empty set of positive integers has a minimal element. Since b > 0 is
an integer, the set of possible elements b has a minimal element.
, 2
(3) We know that a2 = 2b2. Then
(2b — a)2 — 2(a — b)2 = 4b2 — 4ab + a2 — 2(a2 — 2ab + b2)
= 2b2 — a2 = 0
(4) If 2b ≤ a then 4b2≤ a2 = 2b2, a contradiction. If a≤ b then 2a2≤ 2b2 = a2,
a contradiction.
(5) If a —b ≥ b then a ≥ 2b so a2 ≥ 4b2 = 2a2, a contradiction. Now (3) contra-
dicts the minimality of b.
Note on the Greek approach.
The ancient Greeks did not use algebra. They expressed them same underlying
idea in terms of a geometric figure, Figure 1.
√
FIGURE 1: Greek proof that 2 is irrational.
Start with square ABCD and let CE = AB. Complete square AEFG. The rest of
the figure leads to a point H on AF. Clearly AC/AB = AF/AE. In modern notation,
let AB = b′, AC = a′. Since AB = HF = AB and BH = AC, we have AE b=a a′ + ′ b = b,
′
√ AF = a′ + 2b′ = a, say. Therefore a′ + b′ = b, b′ = a — b, and = ba′ .
say, and
If 2 is rational, we can make a b integers, in which case a′ b′
, √ , are also integers,
and the same process of constructing rationals equal to 2 with ever-decreasing
numerators and denominators could be carried out. The Greeks didn’t argue the proof
quite that way: they observed that the ‘anthyphaeresis’ of AF and AE goes on forever.
This process was their version of what we now call the continued fraction expansion
(or the Euclidean algorithm, which is equivalent). It stops after finitely many steps if
and only if the initial ratio lies in Q. See Fowler (1987) pages 33–35.
1.3 A nonzero rational can be written uniquely, up to order, as a produce of prime
powers (with a sign ±):
m m
r = ±p1 1 · · · pk k
where the mj are integers. So
r2 = p21m1 · · · pk2mk
Solutions Manual for Galois Theory 5th Edition by Ian Stewart
, 1 Classical Algebra 3
√
Now q = r if and only if q = r2, and all exponents 2mj are even.
√ √
1.4 * Clearly 18 ± 325 = 18 ± 5 13. A little experiment shows that
√ !3
3 ± 13 √
2 = 18 ± 5 13
(The factor 12 is the only real surprise here: it occurs because 13 is of the form 4n + 1,
but it would take us too far afield to explain why.) At any rate,
q √
3 √ 3 ± 13
18 ± 5 13 =
2
so that
q q √ √
3 √ 3 √ 3 + 13 3 — 13
18 + 5 13 + 18 — 5 13 = +
2 2
3 3
= + =3
2 2
1.5 Let K be the set of all p + qα + rα2, where p, q, ∈
r Q. Clearly K is closed under
addition and subtraction. Since α3 = 2 we also have α4 = 2α, and it follows easily
that K is closed under multiplication.
Tedious but elementary calculations, or computer algebra, show that
(p + qα + rα2)(p + qωα + rω2α2)(p + qω2α + rωα2) = p3 + 2(q3 — 3pqr) + 4r3
(1)
so that
(p + qωα + rω2α2)(p + qω2α + rωα2)
(p + qα + rα 2)—1 =
p3 + 2(q3 — 3pqr) + 4r3
implying closure under inverses, hence division.
However, it is necessary to check that p3 + 2(q3— 3pqr) + 4r3 = 0 in rational
numbers implies p = q = r = 0. By (1) p3 + 2(q3 —3pqr) + 4r3 = 0 implies that
p + qα + rα2 = 0 or p + qωα + rω2α2 = 0 or p + qω2α + rωα2 = 0. The required
result follows since 1, α, α2 are linearly independent over Q.
1.6 The map is one-to-one since it is linear in (p, q, r) and p + qω2α + rωα2 = 0
implies p = q = r = 0. Compute
(p + qα + rα2)(a + bα + cα2)
= (pa + 2qc + 2rb) + (pb + qa + 2rc)α + (pc + qb + ra)α2
and compare with
(p + qωα + rω2α2)(a + bωα + cω2α2)
= (pa + 2qc + 2rb) + (pb + qa + 2rc)ωα + (pc + qb + ra)ω2α2