Divisibility and Primes - Key Proof
We present a complete proof of the Fundamental Theorem of Arithmetic, demonstrating both the existence and uniqueness of prime factorization. This result is so fundamental that it is sometimes called the Unique Factorization Theorem.
We prove existence and uniqueness separately.
Existence: We prove by strong induction on that every integer can be expressed as a product of primes.
Base case: is prime, so it is already a product of primes (a product with one factor).
Inductive step: Assume every integer with can be expressed as a product of primes. Consider .
If is prime, we are done. Otherwise, is composite, so where . By the inductive hypothesis, both and can be expressed as products of primes:
Therefore:
This is a product of primes, completing the induction.
Uniqueness: Suppose has two prime factorizations: where each and is prime (not necessarily distinct, and ordered arbitrarily).
Since divides the left side, it divides the right side: . By Euclid's Lemma, divides some . Without loss of generality, reorder so that .
Since both and are prime and , we must have .
Cancel from both sides:
Repeat this process. Each time, we match a prime from the left with a prime from the right and cancel. If , we eventually get:
This is impossible since each . Similarly, leads to a contradiction. Therefore, , and after reordering, for all . The factorization is unique.
The uniqueness proof crucially relies on Euclid's Lemma. In rings without this property (such as ), unique factorization fails. This observation led to the development of ideal theory by Dedekind and Kummer.
The Fundamental Theorem allows us to compute gcd and lcm from prime factorizations. If: (where we allow or for primes not dividing or ), then:
For instance, with and :
The Fundamental Theorem of Arithmetic is one of the cornerstones of mathematics, with applications ranging from cryptography to algebraic geometry.