WS8Sols PDF
WS8Sols PDF
IRREDUCIBLE POLYNOMIALS
We recall several different ways we have to prove that a given polynomial is irreducible. As always, k is a field.
Theorem 0.1 (Gauss’ Lemma). Suppose that f ∈ Z[x] is monic of degree > 0. Then f is irreducible in Z[x] if
and only if it is irreducible when viewed as an element of Q[x].
Lemma 0.2. A degree one polynomial f ∈ k[x] is always irreducible.
Proposition 0.3. Suppose that f ∈ k[x] has degree 2 or 3. Then f is irreducible if and only if f (a) 6= 0 for all
a ∈ k.
Proposition 0.4. Suppose that a, b ∈ k with a 6= 0. Then f (x) ∈ k[x] is irreducible if and only if f (ax + b) ∈ k[x]
is irreducible.
Theorem 0.5 (Reduction mod p). Suppose that f ∈ Z[x] is a monic1 polynomial of degree > 0. Set fp ∈ Zmodp [x]
to be the reduction mod p of f (ie, take the coefficients mod p). If fp ∈ Zmodp [x] is irreducible for some prime p,
then f is irreducible in Z[x].
WARNING: The converse need not be true.
Theorem 0.6 (Eisenstein’s Criterion). Suppose that f = xn + an−1 xn−1 + · · · + a1 x1 + a0 ∈ Z[x] and also that
there is a prime p such that p|ai for all i but that p2 does NOT divide a0 . Then f is irreducible.
1. Consider the polynomial f (x) = x3 + x2 + x + 2. In which of the following rings of polynomials is f irreducible?
Justify your answer.
(a) R[x]
(b) C[x]
(c) Zmod2 [x]
(d) Zmod3 [x]
(e) Zmod5 [x]
(f) Q[x]
Solution:
(a) It is reducible (= not irreducible) because it is a cubic polynomial and therefore has a root α. Thus f can
be factored as f (x) = (x − α)g(x).
(b) The root from (a) is also a complex number, and so f is reducible in C[x] as well.
(c) Mod 2, f2 = x3 + x2 + x, which has a root at x = 0 and so is reducible.
(d) Mod 3, f3 = x3 +x2 +x+2. 0 is not a root, f2 (1) = 5 = 2 6= 0, and finally f2 (2) = 8+4+2+2 = 16 = 1 6= 0.
In particular, f3 is irreducible.
(e) Mod 5, f5 = x3 + x2 + x + 2. Note 1 is a root, and so f5 is reducible.
(f) f is irreducible since f3 is irreducible by Theorem 0.5.
1
WORKSHEET #8 2
Solution: First consider f (x) = x4 + 1 so that f (x + 1) = (x + 1)4 + 1 = x4 + 4x3 + 6x2 + 4x2 + 2. Eisenstein’s
criterion applies and so f (x + 1) is irreducible in Q[x]. But thus so is f (x) by Proposition 0.4.
For the second part, consider
√ √ √ √ √ √
(x2 − 2x + 1)(x2 + 2x + 1) = x4 + 2x3 + x2 − 2x3 − 2x2 − 2x + x2 + 2x + 1 = x4 + 1
which proves that f (x) is reducible.
3. Consider 3x2 + 4x + 3 ∈ Zmod5 [x]. Show it factors both as (3x + 2)(x + 4) and as (4x + 1)(2x + 3). Explain why
this does NOT contradict unique factorization of polynomials.
4. Completely factor all the polynomials in question 1. into irreducible polynomials in each of the rings (c)–(f).
Solution:
(c) Zmod2 [x], f = x(x2 + x + 1)
(d) Zmod3 [x], f = (x3 + x2 + x + 2)
(e) Zmod5 [x], f = (x − 1)(x2 + 2x + 3)
(f) Q[x], f = (x3 + x2 + x + 2)