The Fundamental Theorem of Arithmetic

Reading

Practice Problems

6.1
1, 2, 3, 4, 5, 6, 8, 11, 16, 17
Challenge 6.1
(Optional) 9, 10, 21, 22, 23, 24

Notes

The Fundamental Theorem of Arithmetic is straightforward:

Every natural number \(n > 1\) can be written as a product of prime numbers, and this factorization is unique up to reordering of the factors.

In particular, if we collect same prime factors together in one term, and order according to size, we get a unique expression of the form:

\[n = p_1^{k_1}p_2^{k_2}p_3^{k_3}\cdots p_s^{k_s}\]

where \(p_1 < p_2 < \cdots < p_s\) are prime, and all \(k_i > 0\).

We have already proven such an expression exists. We now have to prove uniqueness. This will follow from a key property of prime numbers:

If \(p\) is prime and \(p|ab\), then it must be the case that \(p|a\) or \(p|b\).

In other words, a prime cannot divide a product without dividing one of the factors.

This extends naturally to more than 2 terms.

We now prove this fact. This in fact follows from our work with Euclidean division and the gcd.

Aside:

In other number systems where Euclidean Division doesn't hold, there are two different types of elements:

Every prime element is irreducible, but the converse is not always true. If You have Euclidean Division, the above proof shows that it is true.

Now we proceed to prove the Fundamental Theorem.