First, the idea: If we take some number maybe it is prime. If so, we are done. If not, then it is composite, so it is the product of two smaller numbers. Each of these factors is smaller than (but at least 2), so we can repeat the argument with these numbers. We have reduced to a smaller case.
Now the formal proof:
Proof.
Let be the statement, β is either prime or can be written as the product of primes.β We will prove is true for all
Base case: is true because is indeed prime.
Inductive case: assume is true for all We want to show that is true. That is, we want to show that is either prime or is the product of primes. If is prime, we are done. If not, then has more than 2 divisors, so we can write with and less than (and greater than 1). By the inductive hypothesis, and are each either prime or can be written as the product of primes. In either case, we have that can be written as the product of primes.
Thus by strong induction, is true for all