Overview
If is a field, a polynomial that is irreducible in is a nonconstant polynomial that does not factor into polynomials of strictly smaller degrees. Note that the definition depends entirely on the underlying field .
Relevant theorems:
- (Theorem) Unique factorization in polynomial rings
- (Theorem) Chinese remainder
- (Theorem) A factorization in a UFD exists iff a factorization exists in its field of quotients
Related notes:
- Factorization on polynomial rings
- Factorization on integral domains
- Extension fields
- Tests for irreducibility in polynomial rings
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.
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.
Elements | Cosets | Cosets |
Description of elements | Uniquely described by , where and | Written as |
Computations | Addition 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 field | When is irreducible in | When is prime |
Chinese remainder theorem | If 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?