The Fundamental Theorem of Arithmetic
Quick answer Every composite number can be written as a product of primes, and this prime factorisation is unique except for the order of the factors.
A prime number has exactly two factors, 1 and itself (2, 3, 5, 7, 11, 13, ...). A composite number has more than two factors. The Fundamental Theorem of Arithmetic states that every composite number can be expressed (factorised) as a product of primes, and this factorisation is unique, apart from the order in which the prime factors occur.
Worked example: Express 3825 as a product of primes. We divide step by step by the smallest possible prime each time: 3825 = 3 × 1275 = 3 × 3 × 425 = 3 × 3 × 5 × 85 = 3 × 3 × 5 × 5 × 17. So 3825 = 32 × 52 × 17.
Because the factorisation is unique, the set of primes that appear and their powers are fixed for a given number. This uniqueness lets us answer questions without computing directly. For example, can 6n end with the digit 0 for any natural number n? A number ending in 0 is divisible by 10 = 2 × 5, so the prime 5 must appear in its factorisation. But 6n = (2 × 3)n = 2n × 3n contains only the primes 2 and 3. By uniqueness, 5 can never occur, so 6n can never end with 0.
The same idea shows numbers like 7 × 11 × 13 + 13 are composite: 7 × 11 × 13 + 13 = 13 × (7 × 11 + 1) = 13 × 78, which clearly has 13 as a factor besides 1 and itself.
- A prime has exactly two factors; a composite has more than two.
- Every composite number = a product of primes, unique apart from order.
- The list of primes and their powers is fixed for each number.
- Uniqueness proves facts like 6ⁿ never ending in 0 (no factor of 5).
- An expression of the form (product of primes) + (a factor) can often be shown composite by taking out a common factor.
