Next: Factoring over
Up: Factoring strategies
Previous: Factoring strategies
  Contents
  Index
One method of determining whether a given
polynomial in
is irreducible over
is the following test.
Theorem 2.12.3 (Eisenstein's criterion)
If all the coefficients (except the
leading coefficient) are divisible by
a prime

, and the constant term coefficient
is not divisible by

, then the polynomial
is irreducible
over

.
proof:
Let
satisfy the hypotheses of the theorem.
By assumption,
for
,
, and
.
Suppose, to get a contradiction, that
, where
,
.
Let
if
and
if
. In general, we have
 |
(2.2) |
In particular,
.
Since
but
, we may assume without
loss of generality that
and
.
Let
be the smallest index such that
does not divide
. We know
.
But then
divides all but the first term
of the right-hand side of (2.2)
and
divides the left-hand side. This
is a contradiction.
Example 2.12.4
Let

.
By the Eisenstein criterion,

is irreducible.
Another method of determining whether a given
polynomial in
is irreducible over
is to use the following test.
Theorem 2.12.5
Given is a
polynomial

of degree

in
![$ \mathbb{Z}[x]$](img1532.png)
.
If there are

integers

such that

is a prime number
then then

is irreducible over the
integers.
proof:
If
, where
, then
prime implies
or
. By the fundamental
theorem of algebra, there are at most
deg
solutions to
and at most
deg
solutions to
.
Example 2.12.6
This is easy to implement on in a computer
algebra system. For example, if we want to test

(which fails the Eisenstein criterion)
then out of the integers

, there are

's such that

is a prime (

). By the
previous test,

is irredecible over the
integers.
In 1857 Bouniakowsky conjectured that if
is
an irreducible polynomial in
such that
no
number greater than
divides all the values of
for every
integer
, then
is prime for infinitely many
integers
.
Next: Factoring over
Up: Factoring strategies
Previous: Factoring strategies
  Contents
  Index
David Joyner
2002-08-23