The Fundamental Theorem of Arithmetic is a key result in number theory that explains how every whole number (greater than 1) can be built using prime numbers.
It is also known as the unique factorization theorem and prime factorization theorem
The figures above represents the factorization of different numbers, which shows that a composite numbers can be expressed as a product of prime numbers. If we keep on trying different numbers, we see that all the numbers can be represented as product primes.
Proof of Fundamental Theorem of Arithmetic
Theorem: Every composite number can be expressed (factorized) as a product of primes, and this factorization is unique, apart from the order in which the prime factors occur.
Proof:
Step 1: The existence of prime factors, we will prove it b y induction
Firstly, consider n > 1
Therefore Initially, n = 2. Since n = 2 and 2 is a prime number, the result is true.
Consider n > 2 (Induction hypothesis:Let result be true for all positive numbers less than n )
No, we will prove that the result is also true for n.
If n is prime, then n is a product of primes is trivially true.
If n is not prime i.e n is a composite number, then
n = ab, a, b < n
By induction method, the result is true for a and b (because a<n and b<n). Therefore, by the induction hypothesis, a must be the product of prime numbers and b is a product of prime numbers. Therefore, n = ab is a product of prime numbers. Thus, it is proved by induction.
Step 2: Uniqueness (of factors up to order)
Let n = p1 p2 p3....pk (where p1 p2 p3 ...pk are primes)
Let if possible, there be two representations of n as a product of primes
i.e let if possible n=p1 p2 p3....pk = q1 q2 q3 ...qr where pi's and qj's are prime numbers