Polynomial Rings over Fields
When the coefficients form a field, polynomial long division works exactly as it does over the rationals, and it works with a unique quotient and remainder. That single fact makes F[x] a Euclidean domain, hence a PID and a UFD: every ideal is the multiples of one polynomial, roots correspond to linear factors, and F[x]/(f) is a field precisely when f is irreducible.
╌╌╌╌
Beside , the other fundamental Euclidean domain is , polynomials in one variable over a field. Polynomial long division terminates with a unique quotient and remainder of smaller degree, and that one fact makes Euclidean — hence a PID and a UFD, with every ideal the multiples of a single polynomial, roots matched to linear factors, and a field exactly when is irreducible. The coefficients must lie in a field: that is what lets a division algorithm exist.
The polynomial ring
Let be a commutative ring with .
The constant polynomials form a copy of inside . The arithmetic of degrees is where the coefficient ring first shows through.
Each part fails without the domain hypothesis. Over the product collapses degree, and is a unit because . The domain condition keeps the leading term of a product equal to the product of the leading terms, and every statement below rests on that fact.
A reduction homomorphism transports ideal information from to . Given an ideal , reducing every coefficient modulo is a surjection with kernel , so
If is prime in then is a domain, so is prime in . Reducing modulo a prime yields , the ring that will drive the irreducibility tests of the criteria lesson.1
The division algorithm over a field
Everything special about flows from one theorem, and its uniqueness clause is what distinguishes the field case from the general one.
The proof is induction on . If , take and . Otherwise cancel the leading term: with and , the polynomial
has degree below . The quotient exists because is invertible in the field — this is the step that breaks over a general ring. By induction , and adding back gives . For uniqueness, if then has degree below on the right, but degree on the left unless ; so and .
The degree of the remainder drops at every stage, which is why the process, and the Euclidean algorithm built on it, terminates. Iterating the division computes a monic gcd, exactly as in .
There is one subtlety absent from : the outputs are stable under field extension. If and in , then already in , because the unique -quotient and -remainder must equal the -ones. So divisibility and the monic gcd of two polynomials do not change when the coefficient field grows.2
Consequences: PID, UFD, and ideals
The chain ED implies PID implies UFD now applies verbatim.
Being Euclidean makes it a PID (every ideal is the multiples of a single polynomial), and being a PID makes it a UFD (every polynomial factors into irreducibles uniquely up to unit multiples — here, up to nonzero constants). Concretely, an ideal is generated by any nonzero element of least degree in it: if is such an element and , then with , and forces , so .
The distinction between a field and a non-field coefficient ring is sharp.
| Ring | Ideal | PID? | UFD? | reason |
|---|---|---|---|---|
| yes | yes | is a unit; coefficients form a field | ||
| not principal | no | yes | is not a field | |
| not principal | no | yes | is not a field |
The pattern is a theorem: is a PID (equivalently Euclidean) only when is a field. If were a PID, then would be a nonzero prime, hence maximal, so would be a field. So and every multivariable ring fall short of being PIDs — yet, as the Gauss's lemma lesson shows, they remain UFDs.2
Roots and linear factors
Unique factorization gives the arithmetic of roots its familiar shape. Write for the value of at , obtained by the evaluation homomorphism .
Dividing by the monic gives with a constant; evaluating at yields . So exactly when . Iterating bounds the number of roots.
The multiplicity of a root is the largest with . Because is a UFD and linear polynomials are irreducible, the product of the linear factors divides , so their total number cannot exceed . This is the reason a degree- polynomial identity that holds at more than points is an identity of coefficients, and the reason interpolation through points determines a degree- polynomial uniquely.
Quotients and irreducibility
The maximal ideals of carry the whole theory of field extensions, and the factor theorem is the low-degree end of it.
This is the PID fact nonzero prime equals maximal
translated to : an
irreducible generates a prime ideal, which is automatically maximal, so the
quotient is a field. It is the construction that builds
field extensions by adjoining a root:
is a field containing in which acquires the root
. For a degree- irreducible , the division algorithm shows
is a basis of over , so the quotient
is an -dimensional -vector space.
For low degrees the factor theorem decides irreducibility outright.
A degree- or degree- polynomial factors nontrivially only if one factor is linear, which by the factor theorem means a root exists. The corollary fails at degree : over the polynomial is reducible with no real root. Higher degrees need the sharper tools of the next lesson — the rational root test, reduction modulo a prime, and Eisenstein's criterion — together with Gauss's lemma to move between and .
Footnotes
- Dummit & Foote, Abstract Algebra, §9.1 — Definitions and Basic Properties: degree additivity and units of over a domain, and the reduction homomorphism carrying prime ideals to prime ideals. ↩ ↩2
- Dummit & Foote, Abstract Algebra, §9.2 — Polynomial Rings over Fields I: the division algorithm with unique quotient and remainder (Theorem 3), Euclidean hence a PID and UFD (Corollary 4), independence of division under field extension, and that a PID forces to be a field. ↩ ↩2 ↩3 ↩4
- Dummit & Foote, Abstract Algebra, §9.4 — Irreducibility Criteria: the factor theorem (a linear factor corresponds to a root) and reducibility of degree-2 and degree-3 polynomials by the presence of a root. ↩ ↩2
- Dummit & Foote, Abstract Algebra, §9.5 — Polynomial Rings over Fields II: the root bound (a degree- polynomial has at most roots), root multiplicity, and maximal ideals of as those generated by irreducibles, so is a field iff is irreducible. ↩ ↩2
╌╌ END ╌╌