Euclidean Domains & Principal Ideal Domains
00 · Symbol Glossary
A function measuring the "size" of a nonzero ring element, chosen so that division-with-remainder makes the remainder strictly smaller. for ; for .
— the smallest ideal containing both and (Theorem 12.3's sum-of-principal-ideals).
are associates if for some unit . In , and are always associates; associates generate the same principal ideal.
for some — the same divisibility notion from Chapter 01, now stated for a general ring.
01 · Euclidean Domains
Chapter 14's division algorithm for and elementary school long division for share an identical shape. Abstracting that shape gives a single framework covering both at once.
An integral domain is a Euclidean domain if there is a function such that for all with , there exist with:
02 · Examples
Ordinary division with remainder: for , , there exist with , — the familiar grade-school fact, now recognized as exactly Definition 15's requirement with .
Theorem 14.5 (Chapter 14) is precisely the Euclidean property for with . Every polynomial ring over a field is a Euclidean domain.
is also Euclidean, with (the squared complex modulus). Dividing by nonzero in : compute , round each coordinate to the nearest integer to get , and set ; a geometric argument (the rounding error in each coordinate is at most ) shows . This example is not pursued further in this course, but signals that the framework reaches well beyond and .
03 · Every Euclidean Domain Is a PID
An integral domain in which every ideal is principal (of the form for some ) is a principal ideal domain.
Every Euclidean domain is a principal ideal domain.
Let be Euclidean with norm , and let . If , then , principal. Otherwise, the set is a nonempty set of nonnegative integers, so by well-ordering it has a least element; pick , , achieving this minimum value of among nonzero elements of .
Claim: . Since , absorption gives .
For the reverse inclusion, take any . By the Euclidean property, with or . Now ; since and (absorption, as ), subtraction-closure gives . If , then contradicts 's minimality among nonzero elements of . So , giving .
Both inclusions hold: , principal. Since was an arbitrary ideal, is a PID.
Every ideal of has the form — this is exactly Theorem 3.6's subgroup classification, now recognized as a special case of Theorem 15.1 (since is Euclidean). Every ideal of ( a field) is for some polynomial — a genuinely new fact, following the identical proof technique with .
04 · GCDs and Bézout's Identity in a PID
In a PID , for not both zero, for some (Theorem 15.1/the PID property). Any such is called a greatest common divisor of , written (well-defined up to multiplication by a unit — i.e. up to associates).
For in a PID , for some .
By definition, generates , so , meaning for some .
In : (since divides , and any common divisor of both must divide their difference-based combinations down to degree ). Bézout's identity here is nearly immediate: ... more usefully, , the trivial witness — illustrating that Bézout's identity is guaranteed to exist, though finding an interesting witness generally requires running the Euclidean algorithm (repeated division) explicitly, exactly as in .
05 · Not Every Domain Is a PID
is an integral domain (Corollary 14.3, since is a domain), but consider .
Claim: is not principal. Suppose for some . Since , , so for some ; by Theorem 14.2 (domain), , forcing : is a constant integer, (the only integer divisors of ).
If , then (a unit generates everything). But every element of has the form , whose constant term is — always even. So (odd constant term), meaning : contradiction.
If , then would require for some — impossible, since the coefficient of on the left is (odd) but on the right is , always even.
Both cases fail: no such exists. is not principal, so is not a PID — even though itself is (it's Euclidean). This is the precise sense in which Chapter 14's result needed to be a field, not merely a domain: fails to be a field, and that gap is exactly what breaks 's PID property.
06 · Irreducible and Prime Elements
Let be an integral domain and nonzero and not a unit. is irreducible if implies or is a unit (no genuine factorization exists). is prime if implies or (equivalently, by Chapter 12, is a prime ideal).
In any integral domain, every prime element is irreducible.
Let be prime and suppose . Since , primality gives or ; say , so for some . Then . Since is a domain and , cancellation (Theorem 11.5) gives , so . Hence is irreducible (the case is symmetric).
In a PID, every irreducible element is prime. (Combined with Theorem 15.3: in a PID, irreducible and prime coincide.)
Let be irreducible and suppose . Consider the ideal ; since is a PID, for some . Since (as ) and is irreducible, either is a unit or is an associate of .
Case a unit: then , so , giving for some (Bézout). Multiply by : . Since (hypothesis) and (trivially), divides the right side, so .
Case an associate of : for a unit . Since (as ), for some , so .
Either way, or : is prime.
In (a Euclidean domain, hence a PID by Theorem 15.1): is irreducible, since any factorization into two degree-1 factors would produce a real root, but has none ( for real , so always). By Theorem 15.4, is therefore also prime in — a fact that becomes essential in Chapter 18, where (a quotient by a prime, in fact maximal, ideal) is used to construct from purely algebraically.
07 · Exercises
Recall the standard base- long division fact from arithmetic — this is exactly the Euclidean property.
For , : , so , , and . This is exactly Definition 15's requirement, confirmed directly.
Confirm the Euclidean property of directly for , : find and check .
Apply Theorem 15.1: since is Euclidean, every ideal is generated by a single polynomial.
By Theorem 15.1, must equal for a single . Since divides both generators (, ), . Conversely, is a -linear combination-with-polynomial-coefficients of the two generators (running the Euclidean algorithm on them would exhibit this explicitly), so , giving .
.
Using Theorem 15.1, argue that in must be a principal ideal, and identify its generator.
Check whether can be factored nontrivially in , then apply Theorem 15.4 (since is a PID).
is irreducible in (its only factorizations are or , always involving a unit). Since is a PID (Euclidean, Theorem 15.1), Theorem 15.4 gives: is also prime in — matching the ordinary number-theoretic meaning of "prime," now derived from the general ring-theoretic machinery.
Using Theorem 15.4, confirm that , already known to be irreducible, is also prime.
Follow the exact structure of Section 05's FailBlock, replacing with .
By the identical argument to Section 05 (with replaced by ): if , degree considerations force constant, . fails since every element of has constant term divisible by 3, excluding . fails since would need the coefficient of (which is ) to be a multiple of 3. is also not principal — confirming 's failure to be a PID is not special to the prime 2.
Show, following the template of Section 05, that is also not a principal ideal of .
08 · Chapter Summary
| Concept | Statement |
|---|---|
| Euclidean domain | Domain with giving division with |
| Examples | (); (); ( norm) |
| PID | Every ideal is principal |
| Euclidean PID | Thm 15.1, via minimal-norm element of an ideal |
| GCD in a PID | Generator of ; Bézout's identity (Thm 15.2) |
| is not a PID | is not principal — a domain that fails PID |
| Prime irreducible | Always, in any domain (Thm 15.3) |
| Irreducible prime | Only guaranteed in a PID (Thm 15.4) |
Next: Chapter 16 — Chinese Remainder Theorem applies this chapter's gcd and Bézout machinery to solve simultaneous congruences, generalizing the classical number-theoretic result to arbitrary PIDs (and beyond, to general rings with coprime ideals).