In mathematics, an irreducible polynomial is, roughly speaking, a polynomial that cannot be factored into the product of two non-constant polynomials. The property of irreducibility depends on the nature of the coefficients that are accepted for the possible factors, that is, the ring to which the coefficients of the polynomial and its possible factors are supposed to belong. For example, the polynomial is a polynomial with integer coefficients, but, as every integer is also a real number, it is also a polynomial with real coefficients. It is irreducible if it is considered as a polynomial with integer coefficients, but it factors as
\left(x-\sqrt{2}\right)\left(x+\sqrt{2}\right)
Polynomial irreducibility can be considered for polynomials with coefficients in an integral domain, and there are two common definitions. Most often, a polynomial over an integral domain is said to be irreducible if it is not the product of two polynomials that have their coefficients in, and that are not unit in . Equivalently, for this definition, an irreducible polynomial is an irreducible element in the rings of polynomials over . If is a field, the two definitions of irreducibility are equivalent. For the second definition, a polynomial is irreducible if it cannot be factored into polynomials with coefficients in the same domain that both have a positive degree. Equivalently, a polynomial is irreducible if it is irreducible over the field of fractions of the integral domain. For example, the polynomial
2(x2-2)\in\Z[x]
x2-2
\Z[x]
\R[x].
A polynomial that is irreducible over any field containing the coefficients is absolutely irreducible. By the fundamental theorem of algebra, a univariate polynomial is absolutely irreducible if and only if its degree is one. On the other hand, with several indeterminates, there are absolutely irreducible polynomials of any degree, such as
x2+yn-1,
A polynomial that is not irreducible is sometimes said to be a reducible polynomial.[1]
Irreducible polynomials appear naturally in the study of polynomial factorization and algebraic field extensions.
It is helpful to compare irreducible polynomials to prime numbers: prime numbers (together with the corresponding negative numbers of equal magnitude) are the irreducible integers. They exhibit many of the general properties of the concept of "irreducibility" that equally apply to irreducible polynomials, such as the essentially unique factorization into prime or irreducible factors. When the coefficient ring is a field or other unique factorization domain, an irreducible polynomial is also called a prime polynomial, because it generates a prime ideal.
If F is a field, a non-constant polynomial is irreducible over F if its coefficients belong to F and it cannot be factored into the product of two non-constant polynomials with coefficients in F.
A polynomial with integer coefficients, or, more generally, with coefficients in a unique factorization domain R, is sometimes said to be irreducible (or irreducible over R) if it is an irreducible element of the polynomial ring, that is, it is not invertible, not zero, and cannot be factored into the product of two non-invertible polynomials with coefficients in R. This definition generalizes the definition given for the case of coefficients in a field, because, over a field, the non-constant polynomials are exactly the polynomials that are non-invertible and non-zero.
Another definition is frequently used, saying that a polynomial is irreducible over R if it is irreducible over the field of fractions of R (the field of rational numbers, if R is the integers). This second definition is not used in this article. The equivalence of the two definitions depends on R.
The following six polynomials demonstrate some elementary properties of reducible and irreducible polynomials:
\begin{align} p1(x)&=x2+4x+4={(x+2)2}\\ p2(x)&=x2-4={(x-2)(x+2)}\\ p3(x)&=9x2-3=3\left(3x2-1\right)=3\left(x\sqrt{3}-1\right)\left(x\sqrt{3}+1\right)\\ p4(x)&=x2-
4 | |
9 |
=\left(x-
2 | |
3 |
\right)\left(x+
2 | |
3 |
\right)\\ p5(x)&=x2-2=\left(x-\sqrt{2}\right)\left(x+\sqrt{2}\right)\\ p6(x)&=x2+1={(x-i)(x+i)} \end{align}
Over the integers, the first three polynomials are reducible (the third one is reducible because the factor 3 is not invertible in the integers); the last two are irreducible. (The fourth, of course, is not a polynomial over the integers.)
Over the rational numbers, the first two and the fourth polynomials are reducible, but the other three polynomials are irreducible (as a polynomial over the rationals, 3 is a unit, and, therefore, does not count as a factor).
Over the real numbers, the first five polynomials are reducible, but
p6(x)
Over the complex numbers, all six polynomials are reducible.
Over the complex field, and, more generally, over an algebraically closed field, a univariate polynomial is irreducible if and only if its degree is one. This fact is known as the fundamental theorem of algebra in the case of the complex numbers and, in general, as the condition of being algebraically closed.
It follows that every nonconstant univariate polynomial can be factored as
a\left(x-z1\right) … \left(x-zn\right)
where
n
a
z1,...,zn
There are irreducible multivariate polynomials of every degree over the complex numbers. For example, the polynomial
xn+yn-1,
which defines a Fermat curve, is irreducible for every positive n.
Over the field of reals, the degree of an irreducible univariate polynomial is either one or two. More precisely, the irreducible polynomials are the polynomials of degree one and the quadratic polynomials
ax2+bx+c
b2-4ac.
x4+1
\left(x2+\sqrt{2}x+1\right)\left(x2-\sqrt{2}x+1\right),
\left(\pm\sqrt{2}\right)2-4=-2<0.
See main article: Unique factorization domain.
Every polynomial over a field may be factored into a product of a non-zero constant and a finite number of irreducible (over) polynomials. This decomposition is unique up to the order of the factors and the multiplication of the factors by non-zero constants whose product is 1.
Over a unique factorization domain the same theorem is true, but is more accurately formulated by using the notion of primitive polynomial. A primitive polynomial is a polynomial over a unique factorization domain, such that 1 is a greatest common divisor of its coefficients.
Let be a unique factorization domain. A non-constant irreducible polynomial over is primitive. A primitive polynomial over is irreducible over if and only if it is irreducible over the field of fractions of . Every polynomial over may be decomposed into the product of a non-zero constant and a finite number of non-constant irreducible primitive polynomials. The non-zero constant may itself be decomposed into the product of a unit of and a finite number of irreducible elements of . Both factorizations are unique up to the order of the factors and the multiplication of the factors by a unit of .
This is this theorem which motivates that the definition of irreducible polynomial over a unique factorization domain often supposes that the polynomial is non-constant.
All algorithms which are presently implemented for factoring polynomials over the integers and over the rational numbers use this result (see Factorization of polynomials).
The irreducibility of a polynomial over the integers
Z
Fp
p
p
Z
Fp
p
Z
p2
The converse, however, is not true: there are polynomials of arbitrarily large degree that are irreducible over the integers and reducible over every finite field.[2] A simple example of such a polynomial is
x4+1.
The relationship between irreducibility over the integers and irreducibility modulo p is deeper than the previous result: to date, all implemented algorithms for factorization and irreducibility over the integers and over the rational numbers use the factorization over finite fields as a subroutine.
The number of degree irreducible monic polynomials over a field
Fq
M(q,n)=
1 | |
n |
\sumd\mid
| ||||
\mu(d)q |
,
where is the Möbius function. For, such polynomials are commonly used to generate pseudorandom binary sequences.
In some sense, almost all polynomials with coefficients zero or one are irreducible over the integers. More precisely, if a version of the Riemann hypothesis for Dedekind zeta functions is assumed, the probability of being irreducible over the integers for a polynomial with random coefficients in tends to one when the degree increases.[5] [6]
See main article: Factorization of polynomials. The unique factorization property of polynomials does not mean that the factorization of a given polynomial may always be computed. Even the irreducibility of a polynomial may not always be proved by a computation: there are fields over which no algorithm can exist for deciding the irreducibility of arbitrary polynomials.
Algorithms for factoring polynomials and deciding irreducibility are known and implemented in computer algebra systems for polynomials over the integers, the rational numbers, finite fields and finitely generated field extension of these fields. All these algorithms use the algorithms for factorization of polynomials over finite fields.
See main article: Algebraic extension. The notions of irreducible polynomial and of algebraic field extension are strongly related, in the following way.
Let x be an element of an extension L of a field K. This element is said to be algebraic if it is a root of a nonzero polynomial with coefficients in K. Among the polynomials of which x is a root, there is exactly one which is monic and of minimal degree, called the minimal polynomial of x. The minimal polynomial of an algebraic element x of L is irreducible, and is the unique monic irreducible polynomial of which x is a root. The minimal polynomial of x divides every polynomial which has x as a root (this is Abel's irreducibility theorem).
Conversely, if
P(X)\inK[X]
L=K[X]/P(X)
K[X]
An example of the above is the standard definition of the complex numbers as
C=R[X] /\left(X2+1\right).
If a polynomial has an irreducible factor over, which has a degree greater than one, one may apply to the preceding construction of an algebraic extension, to get an extension in which has at least one more root than in . Iterating this construction, one gets eventually a field over which factors into linear factors. This field, unique up to a field isomorphism, is called the splitting field of .
If R is an integral domain, an element f of R that is neither zero nor a unit is called irreducible if there are no non-units g and h with f = gh. One can show that every prime element is irreducible;[7] the converse is not true in general but holds in unique factorization domains. The polynomial ring F[''x''] over a field F (or any unique-factorization domain) is again a unique factorization domain. Inductively, this means that the polynomial ring in n indeterminates (over a ring R) is a unique factorization domain if the same is true for R.