How statement and proof provenance work
The first chip identifies the source of the statement or construction; the second identifies the source of its local proof or verification.
- Literature-sourced: the exact statement appears in a cited source; only wording and notation differ.
- AI-adapted: a semantically identical restatement of literature-sourced material, modulo indexing, notation, and boundary cases adopted by the library.
- AI-generated: a genuinely novel statement formulated by AI, with no source for the claim itself.
These labels describe origin, not correctness: citations and verification chips remain separate evidence.
Divisibility, Euclidean Domains, Principal Ideal Domains and Unique Factorisation
1 · Prerequisites
2 · Summary
Commutative rings, integral domains, ideals, and units supply the setting for divisibility beyond the integers. The development keeps the roles of zero, units, and associates explicit so that irreducible and prime elements are not silently conflated.
This page defines divisibility and associates, irreducible and prime elements, Euclidean domains, principal ideal domains, and unique factorisation domains. It proves that every Euclidean domain is a principal ideal domain and that a prime element in an integral domain is irreducible.
3 · Logical flowchart
4 · Definitions, theorems and proofs
Divisibility and associates in an integral domain
Definition
Let be an integral domain. For , say that divides , written , if for some .
Elements are associates if for a unit . Thus associates differ only by multiplication by an invertible factor. This relation is used to state uniqueness of factorisations without artificially choosing representatives of unit classes.
Irreducible and prime elements of an integral domain
Definition
Let be an integral domain and let be nonzero and not a unit. The element is irreducible if every factorisation has or a unit. It is prime if
for all .
Euclidean domain and Euclidean function
Definition
An integral domain is a Euclidean domain if it has a function
such that for every and nonzero , there are with
Such a function is a Euclidean function. No multiplicative monotonicity condition on is included in this convention.
Principal ideal domain
Definition
An integral domain is a principal ideal domain (PID) if every ideal is principal: there is an with .
The domain hypothesis is part of the term. A ring in which all ideals are principal but which has zero divisors is not called a PID here.
Unique factorisation domain
Definition
An integral domain is a unique factorisation domain (UFD) when every nonzero nonunit is a finite product of irreducible elements, and whenever
are products of irreducibles, then and, after a permutation, each is associate to the corresponding . Thus uniqueness is only up to order and multiplication of factors by units.
Every Euclidean domain is a principal ideal domain
Statement
Every Euclidean domain is a principal ideal domain.
Facts & Assumptions
Given: A Euclidean domain with Euclidean function , and an ideal .
Euclidean division gives with or whenever (Euclidean domain and Euclidean function).
An ideal is an additive subgroup closed under multiplication by arbitrary ring elements (Left, right and two-sided ideals).
The principal ideal is the ideal generated by (The ideal generated by a subset and principal ideals).
Every nonempty subset of has a least element (The well-ordering principle).
A PID is an integral domain whose every ideal is principal (Principal ideal domain).
Proof
If , then and is principal.
Suppose . The set is nonempty, so choose whose -value is least.
For , divide by : with or . Since , minimality in step 1.2 excludes a nonzero ; hence .
Step 2.1 gives for every , so . Conversely and ideal closure give for every , so . Thus .
Every ideal is principal by step 1.1 or step 3.1; therefore is a PID.
Every prime element of an integral domain is irreducible
Statement
Every prime element of an integral domain is irreducible.
Facts & Assumptions
Given: An integral domain and a prime element .
A prime element is nonzero and not a unit, and divides one factor of every product it divides; an irreducible element is nonzero and not a unit and has a unit factor in each of its factorizations (Irreducible and prime elements of an integral domain).
Multiplicative cancellation by a nonzero element holds in an integral domain (Cancellation characterises domains: in a commutative ring with , the implication and imply holds if and only if the ring has no zero divisors).
An element is a unit when it has a two-sided multiplicative inverse (Left inverse, right inverse, and invertible element of a monoid).
Proof
Let . Since , primality gives or .
If , write . Then , and cancellation by nonzero gives ; thus is a unit.
If , the symmetric argument gives that is a unit.
Thus every factorization has a unit factor, so is irreducible.
5 · Examples, counterexamples and false statements
None yet.
Sources
Standard references
Recommended treatments; not extraction sources.