Overview

Relevant theorems:

Related notes:


Basic definition and properties

Irreducible polynomial

A polynomial is irreducible if it satisfies the following equivalent statements:

  • (i) The polynomial is neither nor a unit (i.e., is a non-constant polynomial), and whenever for some , then either (hence ) or (hence ).
  • (ii) The polynomial is not a product of two polynomials such that both and hold.

Hence an irreducible polynomial is a nonconstant polynomial that does not factor into a product of polynomials with strictly smaller degrees.

Modern Algebra II 2.10: Relation between irreducibility and relatively prime polynomials

Let be irreducible.

  • (i) For any polynomial , either or are relatively prime.
  • (ii) For all , if then either or . In particular, if and , then there exists such that .

Proof from Modern Algebra II.

  • (i) Suppose . Then , so by definition of an irreducible polynomial, we have either as a unit or , a multiple of by some unit . In the first case, we can take and conclude that are relatively prime. In the second case, we can take and conclude that .
  • (ii) Suppose and does not divide . Then by (i), and are relatively prime, it follows from the earlier proposition that as claimed.

Tests for irreducibility

Theorem

Let be a unique factorization domain, be its field of quotients, and

be a polynomial of degree . Suppose is an ideal in for which . If the reduction is not the product of two polynomials in with degrees , respectively, satisfying , then is irreducible in .

Eisenstein criterion

Let be a polynomial of degree , and let be a maximal ideal in . If the following conditions hold:

  • (i) The leading coefficient is not in ;
  • (ii) For , we have ;
  • (iii) We have , meaning there do not exist such that ;

Then is not the product of two polynomials of strictly smaller degree in , and hence is irreducible as an element of .

Irreducibility modulo prime implies irreducibility in

Let be a nonconstant polynomial and be a prime number which does not divide the leading coefficient of . If is irreducible over the field , then is irreducible over .


The quotient by an (irreducible) polynomial

Given a field and a polynomial that has (hence ), the quotient ring is quite similar to the ring of Integers modulo n.

ElementsCosets Cosets
Description of elementsUniquely described by , where and Written as
ComputationsAddition is computed by adding coefficients, and multiplication by the rule Both addition and multiplication are computed by setting multiples of to be
When the quotient is a fieldWhen is irreducible in When is prime
Chinese remainder theoremIf are relatively prime, then the quotient by the product is isomorphic to the product of quotients If are relatively prime, then the modulo of the product is isomorphic to the product of modulos

Examples

Irreducibility depends on the underlying field

  • A linear (degree 1) polynomial is always irreducible.
  • A quadratic (degree 2) or cubic (degree 3) polynomial is reducible if and only if it has a linear factor in , i.e., it has a root in . For example, and are both irreducible in , but not in ; is irreducible in but not in .
  • The polynomial is irreducible in , the field of integers modulo , since and does not have a root in .
  • The polynomial is reducible in even though it does not have a root in : we have a non-trivial factorization but the roots , are certainly not in .

Irreducibility for polynomials of degree in

  • Checking the discriminant: A quadratic polynomial of the form is reducible in (or in ) if and only if its discriminant is a perfect square in (or in ).

Factoring polynomials of degree in

  • Linear factors: Linear factors, corresponding to roots of the polynomial, can be checked using the rational root test: if for some , the is a factor.

Notes

  • Einstein’s criterion?