Gauss’s Lemma: Factoring in

Remark 115.1.

In , every polynomial of positive degree has a root , and therefore a divisor in the form . The irreducible polynomials are linear, and the irreducible factorization of a monic polynomial has the form .

In , the irreducible polynomials are the linear polynomials and quadratic polynomials with negative discriminant. No polynomial of degree is irreducible.

In , there exist irreducible polynomials of arbitrary degree.

We have two tools to study factoring in :

  1. The inclusion , and
  2. the unique homomorphism that sends to .

Definition 115.2.

A polynomial is called primitive if

  1. it is an integer polynomial of positive degree,
  2. the gcd of its coefficients in is , and
  3. .
cde440

It is clear that if is an integer polynomial of positive degree with positive leading coefficient, then is primitive iff for every prime .

Lemma 115.3.

An integer is a prime element of iff it is a prime integer.

7e31c7

Theorem 115.4(Gauss's Lemma).

The product of primitive polynomials is primitive.

87f54e

Lemma 115.5.

Every polynomial of positive degree with rational coefficients can be written uniquely as , where and is a primitive polynomial. iff . If , then the gcd of the coefficients of is .

c806f3

Theorem 115.6.

  1. Let be a primitive polynomial, and let . If divides in , then divides in .

  2. If have a common nonconstant factor in , they have a common nonconstant factor in .

98ad92

Proposition 115.7.

  1. Let have positive leading coefficient. Then is an irreducible element of iff it is either a prime integer or a primitive polynomial that is irreducible in .

  2. Every irreducible element of is a prime element.

b33f2e

The proof of the following theorem is immediate from Proposition 7 and Proposition 114.10.

Theorem 115.8.

is a UFD. Every nonzero polynomial that is not can be written as a product

where are integer primes and are primitive irreducible polynomials.

2a6362

Generalization to multivariable polynomial rings over fields

Regard as the ring of polynomials in whose coefficients are polynomials in . The analogue of the field will be , the field of fractions of . Denote this field by . Then, is a subring of the ring of polynomials

whose coefficients are rational functions in . This is useful, since is a PID (recall we needed the fact that is a PID in the proof of Proposition 7!).

We will retrace the steps we took to prove that is a UFD. First, we have to define a notion of being ‘primitive’:

Definition 115.9.

The polynomial is called primitive if

  1. Its coefficients are polynomials in , and has positive degree ();
  2. the gcd of its coefficients in is ;
  3. the leading coefficient is monic.
a53de0

The requirement that be monic in Definition 9 and in Definition 2 are just normalization criteria to weed out associates.

Next, we have to prove the analogue of Lemma 3: that is prime in iff it is prime in .

Next up: Gauss’s Lemma. The proof is exactly the same as before: If and are primitive, is primitive (product of monic polynomials is monic), and by the previous lemma, no prime in can divide .

The Lemma 5 analogue is exactly what you’d expect: Every element of can be written in the form , where is a primitive polynomial in and is a rational function in , both uniquely determined. The same proof works.

Theorem 6 and Proposition 7 analogues have the same proofs. Thus, The ring is a UFD.

Generalization to arbitrary UFDs

We can retrace the same steps as in the previous section to prove that If is a UFD, the polynomial ring is a UFD:

Theorem 115.10.

Let be a UFD, and let be a variable. Let . Define , the content of , to be the gcd of the coefficients of , up to multiplication by a unit. Call primitive if has nonzero degree and is a unit.

  1. is prime in iff it is prime in .
  2. Let . Then, . In particular, the product of primitive polynomials is a primitive polynomial.
  3. Let be the field of fractions of . Then, every element of can be written in the form , where is primitive and , both uniquely determined up to a unit factor in .
  4. Let be a primitive polynomial, and let be a polynomial in . If divides in , then divides in .
  5. If two polynomials and in have a common nonconstant factor in , they have a common nonconstant factor in .
  6. Let be an element of . is irreducible in iff it is either an irreducible element of , or a primitive polynomial that is irreducible in .
  7. The ring is a unique factorization domain.
d96427