Gauss's lemma (polynomial)

From HandWiki
Short description: The greatest common divisor of the coefficients is a multiplicative function

In algebra, Gauss's lemma,[1] named after Carl Friedrich Gauss, is a statement about polynomials over the integers, or, more generally, over a unique factorization domain (that is, a ring that has a unique factorization property similar to the fundamental theorem of arithmetic). Gauss's lemma underlies all the theory of factorization and greatest common divisors of such polynomials.

Gauss's lemma asserts that the product of two primitive polynomials is primitive (a polynomial with integer coefficients is primitive if it has 1 as a greatest common divisor of its coefficients).

A corollary of Gauss's lemma, sometimes also called Gauss's lemma, is that a primitive polynomial is irreducible over the integers if and only if it is irreducible over the rational numbers. More generally, a primitive polynomial has the same complete factorization over the integers and over the rational numbers. In the case of coefficients in a unique factorization domain R, "rational numbers" must be replaced by "field of fractions of R". This implies that, if R is either a field, the ring of integers, or a unique factorization domain, then every polynomial ring (in one or several indeterminates) over R is a unique factorization domain. Another consequence is that factorization and greatest common divisor computation of polynomials with integers or rational coefficients may be reduced to similar computations on integers and primitive polynomials. This is systematically used (explicitly or implicitly) in all implemented algorithms (see Polynomial greatest common divisor and Factorization of polynomials).

Gauss's lemma, and all its consequences that do not involve the existence of a complete factorization remain true over any GCD domain (an integral domain over which greatest common divisors exist). In particular, a polynomial ring over a GCD domain is also a GCD domain. If one calls primitive a polynomial such that the coefficients generate the unit ideal, Gauss's lemma is true over every commutative ring.[2] However, some care must be taken, when using this definition of primitive, as, over a unique factorization domain that is not a principal ideal domain, there are polynomials that are primitive in the above sense and not primitive in this new sense.

The lemma over the integers

If F(X)=a0+a1X++anXn is a polynomial with integer coefficients, then F is called primitive if the greatest common divisor of all the coefficients a0,a1,,an is 1; in other words, no prime number divides all the coefficients.

Gauss's lemma (primitivity) — If P and Q are primitive polynomials over the integers, then product PQ is also primitive.

Proof: Clearly the product f(x).g(x) of two primitive polynomials has integer coefficients. Therefore, if it is not primitive, there must be a prime p which is a common divisor of all its coefficients. But p can not divide all the coefficients of either f(x) or g(x) (otherwise they would not be primitive). Let arxr be the first term of f(x) not divisible by p and let bsxs be the first term of g(x) not divisible by p. Now consider the term xr + s in the product. Its coefficient must take the form:

arbs+ar+1bs1+ar+2bs2++ar1bs+1+ar2bs+2+

The first term is not divisible by p (because p is prime), yet all the remaining ones are, so the entire sum cannot be divisible by p. By assumption all coefficients in the product are divisible by p, leading to a contradiction. Therefore, the coefficients of the product can have no common divisor and are thus primitive.

Gauss's lemma (irreducibility) — A non-constant polynomial in Z[X] is irreducible in Z[X] if and only if it is both irreducible in Q[X] and primitive in Z[X].

The proof is given below for the more general case. Note that an irreducible element of Z (a prime number) is still irreducible when viewed as constant polynomial in Z[X]; this explains the need for "non-constant" in the statement.

Statements for unique factorization domains

Main page: Primitive part and content

Gauss's lemma holds more generally over arbitrary unique factorization domains. There the content c(P) of a polynomial P can be defined as the greatest common divisor of the coefficients of P (like the gcd, the content is actually a set of associate elements). A polynomial P with coefficients in a UFD is then said to be primitive if the only elements of R that divide all coefficients of P at once are the invertible elements of R; i.e., the gcd of the coefficients is one.

Primitivity statement: If R is a UFD, then the set of primitive polynomials in R[X] is closed under multiplication. More generally, the content of a product fg of polynomials is the product c(f)c(g) of their contents.

Irreducibility statement: Let R be a unique factorization domain and F its field of fractions. A non-constant polynomial f in R[x] is irreducible in R[x] if and only if it is both irreducible in F[x] and primitive in R[x].

(For the proofs, see #General version below.)

Let R be a unique factorization domain with field of fractions F. If fF[x] is a polynomial over F, then, for some dR, df has coefficients in R and so, factoring-out the gcd q of the coefficients, we can write: df=qf for some primitive polynomial fR[x]. As one can check, this polynomial f is unique up to the multiplication by a unit element and is called the primitive part (or primitive representative) of f and is denoted by pp(f). The procedure is compatible with product: pp(fg)=pp(f)pp(g).

The construct can be used to show the statement:

  • A polynomial ring over a UFD is a UFD.

Indeed, by induction, it is enough to show R[x] is a UFD when R is a UFD. Let fR[x] be a nonzero polynomial. Now, F[x] is a unique factorization domain (since it is a principal ideal domain) and so, as a polynomial in F[x], f can be factorized as:

f=g1g2gr

where gi are irreducible polynomials of F[x]. Now, we write f=cf for the gcd c of the coefficients of f (and f is the primitive part) and then:

f=cf=cpp(g1)pp(g2)pp(gr).

Now, c is a product of prime elements of R (since R is a UFD) and a prime element of R is a prime element of R[x], as R[x]/(p)R/(p)[x] is an integral domain. Hence, c admits a prime factorization (or a unique factorization into irreducibles). Next, observe that f=pp(g1)pp(gr) is a unique factorization into irreducible elements of R[x], as (1) each pp(gi) is irreducible by the irreducibility statement and (2) it is unique since the factorization of f can also be viewed as a factorization in F[x] and factorization there is unique. Since c,f are uniquely determined by f, up to unit elements, the above factorization of f is a unique factorization into irreducible elements.

The condition that "R is a unique factorization domain" is not superfluous because it implies that every irreducible element of this ring is also a prime element, which in turn implies that every nonzero element of R has at most one factorization into a product of irreducible elements and a unit up to order and associate relationship. In a ring where factorization is not unique, say pa = qb with p and q irreducible elements that do not divide any of the factors on the other side, the product (p + qX)(a + qX) = pa + (p+a)qX + q2X2 = q(b + (p+a)X + qX2) shows the failure of the primitivity statement. For a concrete example one can take R = Z[i5], p = 1 + i5, a = 1 - i5, q = 2, b = 3. In this example the polynomial 3 + 2X + 2X2 (obtained by dividing the right hand side by q = 2) provides an example of the failure of the irreducibility statement (it is irreducible over R, but reducible over its field of fractions Q[i5]). Another well known example is the polynomial X2X1, whose roots are the golden ratio φ = (1 + √5)/2 and its conjugate (1 − √5)/2 showing that it is reducible over the field Q[√5], although it is irreducible over the non-UFD Z[√5] which has Q[√5] as field of fractions. In the latter example the ring can be made into an UFD by taking its integral closure Z[φ] in Q[√5] (the ring of Dirichlet integers), over which X2X1 becomes reducible, but in the former example R is already integrally closed.

General version

Let R be a commutative ring. If f is a polynomial in R[x1,,xn], then we write cont(f) for the ideal of R generated by all the coefficients of f; it is called the content of f. Note that cont(af)=acont(f) for each aR. The next proposition states a more substantial property.

Proposition[3] — For each pair of polynomials f,g in R[x1,,xn],

cont(fg)cont(f)cont(g)cont(fg)

where denotes the radical of an ideal. Moreover, if R is a GCD domain (e.g., a unique factorization domain), then

gcd(cont(fg))=gcd(cont(f))gcd(cont(g))

where gcd(I) denotes the unique minimal principal ideal containing a finitely generated ideal I.[note 1]

A polynomial f is said to be primitive if cont(f)=(1) is the unit ideal.[4] When R= (or more generally a Bézout domain), this agrees with the usual definition of a primitive polynomial. (But if R is only a UFD, this definition is inconsistent with the definition of primitivity in #Statements for unique factorization domains.)

Corollary[2] — Two polynomials f,g are primitive if and only if the product fg is primitive.

Proof: This is easy using the fact[5] that I=(1) implies I=(1).

Corollary[6] — Suppose R is a GCD domain (e.g., a unique factorization domain) with the field of fractions F. Then a non-constant polynomial f in R[x] is irreducible if and only if it is irreducible in F[x] and the gcd of the coefficients of f is 1.

Proof: () First note that the gcd of the coefficients of f is 1 since, otherwise, we can factor out some element cR from the coefficients of f to write f=cf, contradicting the irreducibility of f. Next, suppose f=gh for some non-constant polynomials g,h in F[x1,,xn]. Then, for some dR, the polynomial dg has coefficients in R and so, by factoring out the gcd q of the coefficients, we write dg=qg. Do the same for h and we can write f=cgh for some cF. Now, let c=a/b for some a,bR. Then bf=agh. From this, using the proposition, we get:

(b)gcd(cont(bf))=(a).

That is, b divides a. Thus, cR and then the factorization f=cgh constitutes a contradiction to the irreducibility of f.

() If f is irreducible over F, then either it is irreducible over R or it contains a constant polynomial as a factor, the second possibility is ruled out by the assumption.

Proof of the proposition: Clearly, cont(fg)cont(f)cont(g). If 𝔭 is a prime ideal containing cont(fg), then fg0 modulo 𝔭. Since R/𝔭[x1,,xn] is a polynomial ring over an integral domain and thus is an integral domain, this implies either f0 or g0 modulo 𝔭. Hence, either cont(f) or cont(g) is contained in 𝔭. Since cont(fg) is the intersection of all prime ideals that contain cont(fg) and the choice of 𝔭 was arbitrary, cont(f)cont(g)cont(fg).

We now prove the "moreover" part. Factoring out the gcd’s from the coefficients, we can write f=af and g=bg where the gcds of the coefficients of f,g are both 1. Clearly, it is enough to prove the assertion when f,g are replaced by f,g; thus, we assume the gcd's of the coefficients of f,g are both 1. The rest of the proof is easy and transparent if R is a unique factorization domain; thus we give the proof in that case here (and see [note 2] for the proof for the GCD case). If gcd(cont(fg))=(1), then there is nothing to prove. So, assume otherwise; then there is a non-unit element dividing the coefficients of fg. Factorizing that element into a product of prime elements, we can take that element to be a prime element π. Now, we have:

(π)=(π)cont(fg)cont(f)cont(g).

Thus, either (π) contains cont(f) or cont(g); contradicting the gcd's of the coefficients of f,g are both 1.

  • Remark: Over a GCD domain (e.g., a unique factorization domain), the gcd of all the coefficients of a polynomial f, unique up to unit elements, is also called the content of f.

Applications

It follows from Gauss's lemma that for each unique factorization domain R, the polynomial ring R[X1,X2,...,Xn] is also a unique factorization domain (see #Statements for unique factorization domains). Gauss's lemma can also be used to show Eisenstein's irreducibility criterion. Finally, it can be used to show that cyclotomic polynomials (unitary units with integer coefficients) are irreducible.

Gauss's lemma implies the following statement:

  • If f(x) is a monic polynomial in one variable with coefficients in a unique factorization domain R (or more generally a GCD domain), then a root of f that is in the field of fractions F of R is in R.[note 3]

If R=, then it says a rational root of a monic polynomial over integers is an integer (cf. the rational root theorem). To see the statement, let a/b be a root of f in F and assume a,b are relatively prime. In F[x], we can write f=(xa/b)g with cgR[x] for some cR. Then

cbf=(bxa)cg,

is a factorization in R[x]. But bxa is primitive (in the UFD sense) and thus cb divides the coefficients of cg by Gauss's lemma and so

f=(bxa)h,

with h in R[x]. Since f is monic, this is possible only when b is a unit.

A similar argument shows:

  • Let R be a GCD domain with the field of fractions F and fR[x]. If f=gh for some polynomial gR[x] that is primitive in the UFD sense and hF[x], then hR[x].

The irreducibility statement also implies that the minimal polynomial over the rational numbers of an algebraic integer has integer coefficients.

Notes and references

  1. A generator of the principal ideal is a gcd of some generators of I (and it exists because R is a GCD domain).
  2. Proof for the GCD case: The proof here is adopted from Mines, R.; Richman, F.; Ruitenburg, W. (1988). A Course in Constructive Algebra. Universitext. Springer-Verlag. ISBN 0-387-96640-4.  We need the following simple lemma about gcd:
    • If gcd(a,b)=gcd(a,c)=1, then gcd(a,bc)=1.
    (The proof of the lemma is not trivial but is by elementary algebra.) We argue by induction on the sum of the numbers of the terms in f,g; that is, we assume the proposition has been established for any pair of polynomials with one less total number of the terms. Let (c)=gcd(cont(fg)); i.e., c is the gcd of the coefficients of fg. Assume (c)(1); otherwise, we are done. Let f0,g0 denote the highest-degree terms of f,g in terms of lexicographical monomial ordering. Then f0g0 is precisely the leading term of fg and so c divides the (unique) coefficient of f0g0 (since it divides all the coefficients of fg). Now, if c does not have a common factor with the (unique) coefficient of f0 and does not have a common factor with that of g0, then, by the above lemma, gcd(c,cont(f0g0))=(1). But c divides the coefficient of f0g0; so this is a contradiction. Thus, either c has a common factor with the coefficient of f0 or does with that of g0; say, the former is the case. Let (d)=gcd(c,cont(f0)). Since d divides the coefficients of fgf0g=(ff0)g, by inductive hypothesis,
    (d)gcd(cont((ff0)g))=gcd(cont(ff0))gcd(cont(g))=gcd(cont(ff0)).
    Since (d) contains cont(f0), it contains cont(f); i.e., (d)=(1), a contradiction.
  3. In other words, it says that a unique factorization domain is integrally closed.
  1. Article 42 of Carl Friedrich Gauss's Disquisitiones Arithmeticae (1801)
  2. 2.0 2.1 Atiyah & MacDonald, Ch. 1., Exercise 2. (iv) and Exercise 3.
  3. Eisenbud, Exercise 3.4. (a)
  4. Atiyah & MacDonald, Ch. 1., Exercise 2. (iv)
  5. Atiyah & MacDonald, Ch. 1., Exercise 1.13.
  6. Eisenbud, Exercise 3.4.c; The case when R is a UFD.