2.5.6 Example
Show that if
n is an integer greater than 1, then
n can be written as a product of primes solution.
We use strong induction.
(i) Basic step at
n = 2 the ascertain is true since 2 is a product of one prime which is 2 itself.
(ii) Inductive step. Suppose that if
j is an integer such that 2 ≤
j ≤
k than
j is a product of primes. If
k + 1 is a prime number we have done. Thus we assume that
k + 1 is not a prime. Hence,

by the induction hypothesis, both ℓ and m can be written as a product of primes,
Therefore

a product of primes. Thus the assertion is true at
n =
k + 1. Hence the assertion is true for every n
˃ 1