ConceptComplete

Unique Factorization Domains

Unique factorization domains generalize the fundamental theorem of arithmetic to arbitrary integral domains, identifying the precise algebraic structure needed for unique factorization into irreducibles.


Irreducibles and Primes

Definition6.1Irreducible and prime elements

In an integral domain RR:

  • A nonzero non-unit element pp is irreducible if p=abp = ab implies aa or bb is a unit.
  • A nonzero non-unit element pp is prime if pabp \mid ab implies pap \mid a or pbp \mid b (equivalently, (p)(p) is a prime ideal).
  • Two elements a,ba, b are associates if a=uba = ub for some unit uu.

Every prime element is irreducible. The converse holds in UFDs but fails in general.

Definition6.2Unique factorization domain

An integral domain RR is a unique factorization domain (UFD) if:

  1. Every nonzero non-unit element can be written as a product of irreducibles.
  2. This factorization is unique up to order and associates: if p1pm=q1qnp_1 \cdots p_m = q_1 \cdots q_n with all pi,qjp_i, q_j irreducible, then m=nm = n and (after reordering) pip_i and qiq_i are associates for each ii.

Examples and Non-Examples

ExampleUFDs and failures of unique factorization
  1. Z\mathbb{Z} is a UFD (fundamental theorem of arithmetic).
  2. k[x]k[x] for kk a field is a UFD (in fact a PID).
  3. k[x1,,xn]k[x_1, \ldots, x_n] is a UFD (Gauss's lemma extends factorization from k[x]k[x]).
  4. Z[5]\mathbb{Z}[\sqrt{-5}] is not a UFD: 6=23=(1+5)(15)6 = 2 \cdot 3 = (1+\sqrt{-5})(1-\sqrt{-5}), and 2,3,1±52, 3, 1 \pm \sqrt{-5} are all irreducible but not associates.
  5. Z[i]\mathbb{Z}[i] is a UFD (it is a Euclidean domain).
RemarkIrreducible vs. prime in non-UFDs

In Z[5]\mathbb{Z}[\sqrt{-5}]: the element 22 is irreducible (check norms: N(2)=4N(2) = 4, and there is no element with N=2N = 2) but not prime (2(1+5)(15)=62 \mid (1+\sqrt{-5})(1-\sqrt{-5}) = 6 but 2(1±5)2 \nmid (1 \pm \sqrt{-5})). This failure of primality of irreducibles is the hallmark of non-UFD behavior.


Characterizations

Theorem6.1Characterization of UFDs

An integral domain RR is a UFD if and only if:

  1. Every nonzero non-unit is a product of irreducibles (the ascending chain condition on principal ideals, or ACCP, suffices for this), and
  2. Every irreducible element is prime.
Theorem6.2Gauss's lemma

Let RR be a UFD with field of fractions KK. If fR[x]f \in R[x] is a non-constant polynomial that is irreducible in R[x]R[x], then ff is irreducible in K[x]K[x]. Consequently, R[x]R[x] is a UFD.