Factorization and Polynomial Rings/Gauss's Lemma and Unique Factorization

Lesson 7.31,117 words

Gauss's Lemma and Unique Factorization

A UFD is not a field, so its polynomial ring is not a PID — yet unique factorization survives the passage from R to R[x]. Gauss's lemma supplies the passage: a polynomial that factors over the fraction field already factors over R, once content is factored out.

╌╌╌╌

Over a field, is Euclidean and factorization is easy. Over a mere UFD the ring is never a PID — the ideal in already needs two generators — so the clean chain from the first lesson gives nothing. Unique factorization nonetheless carries over: if is a UFD then so is . The proof factors polynomials in the easy ring , where is the fraction field of , and then clears denominators back into without losing uniqueness. Gauss's lemma is the step that makes the clearing of denominators honest.

Content and primitive polynomials

Every polynomial over a UFD splits into a constant size and a shape with no common factor.

Factoring the content out writes with primitive, and this decomposition is unique up to units. The two pieces carry different information: the content records arithmetic in , the primitive part records the shape that governs irreducibility. For instance in has content and primitive part , so it is reducible in (), whereas over the is a unit and is irreducible.

Every polynomial over a UFD factors uniquely as a content (a constant carrying all common coefficient factors) times a primitive polynomial (with coprime coefficients).

Gauss's lemma

The lemma controls how factorizations move between and .

The proof clears denominators, then cancels them one prime at a time. Writing the -coefficients over a common denominator gives with . If is a unit, rescale and finish. Otherwise factor into irreducibles of . The ideal is prime (irreducible equals prime in a UFD), so is a domain. Reducing modulo gives , forcing one factor — say — to vanish, meaning every coefficient of is divisible by . Cancel one from and from and repeat with . When is exhausted, what remains is in with scalar multiples of .

A compact restatement is the multiplicativity of content: a product of primitive polynomials is primitive, so up to units. If and were primitive but had a common factor in all coefficients, then reducing mod would give in the domain , so or , contradicting primitivity. Judson states the lemma in the concrete form for monic polynomials in : a monic that factors into monic polynomials of lower degree over already factors that way over .2

Gauss's lemma in content form: the content of a product equals the product of the contents, so multiplying two primitive polynomials keeps the result primitive.

The lemma has a corollary that reduces irreducibility in to irreducibility in the friendlier ring .

If is reducible in , Gauss's lemma makes it reducible in . Conversely, if a primitive factors in , neither factor can be a constant (a constant factor would divide the content, which is a unit), so both have positive degree and the same factorization exhibits reducibility in .

R a UFD implies Rx a UFD

The pieces assemble into the main theorem.

One direction is quick: if is a UFD, then the constant polynomials must factor uniquely into irreducibles of degree , so itself is a UFD. The substantial direction assumes is a UFD with fraction field and factors an arbitrary nonzero .

Lifting unique factorization from R to R[x]: split off the content, factor the primitive part in the Euclidean ring F[x], then use Gauss's lemma to pull that factorization back into R[x].

Existence. Split where and is primitive. Factor into irreducibles of (they stay irreducible in ). Factor the primitive into irreducibles in the UFD ; Gauss's lemma converts this into a factorization of in whose factors are -multiples of the -factors. Because is primitive, each of those factors is primitive, hence irreducible in by the corollary. So is a finite product of irreducibles.

Uniqueness. Two factorizations of into irreducibles in , after discarding the constant (content) factors handled by uniqueness in , consist of positive-degree primitive irreducibles. By the corollary these are irreducible in , where factorization is unique, so the two lists match up to associates in . A pair of primitive polynomials associate over — one a nonzero -scalar times the other — must be associate over , because comparing contents forces the scalar to be a unit of . The factorizations therefore agree up to units and order.

Induction extends the theorem to any number of variables.

A polynomial ring in variables is , so the one-variable theorem applies inductively. This is the source of a stock of UFDs that are not PIDs.

RingUFD?PID?separating fact
yesno is not principal
yesno is not principal
, yesnonot a PID over a non-field
yesyes is a field

Factoring a primitive polynomial

The theorem turns into a procedure: split off the content, then factor the primitive part.

No denominators appear, because was primitive to begin with. Had a factorization over produced fractional coefficients, Gauss's lemma would rescale each factor by a rational constant to land back in while keeping the product equal to .

Factoring in Zx versus Qx

The corollary is the practical rule for hand computation: to factor a polynomial with integer coefficients, it is enough to factor it over and then account for content. The two rings differ only by units of .

The UFD hypothesis on is not optional. Over the non-UFD ring the monic polynomial is irreducible in (its roots are not in ), yet it factors as in , where . A monic polynomial irreducible in but reducible in shows the corollary failing, and it certifies that is not a UFD.1

Footnotes

  1. Dummit & Foote, Abstract Algebra, §9.3 — Polynomial Rings that are Unique Factorization Domains: content and primitivity, Gauss's lemma (Proposition 5), the corollary equating irreducibility in and for primitive polynomials, the theorem that is a UFD iff is, its extension to many variables, and the counterexample. 2 3 4 5
  2. Judson, Abstract Algebra: Theory and Applications, §17.3 — Irreducible Polynomials: Gauss's lemma stated for monic integer polynomials (Theorem 17.9), factoring over versus , and the reduction of -irreducibility to -irreducibility.

╌╌ END ╌╌