To prove: 4n + 14 = 6P, where P is an integer, for all n≥1 (note that all '.' mean multiplication)
Step 1: Prove true for smallest n
41 + 14 = 18
= 6P (where P = 3)
Therefore true for n = 1
Step 2 - Assume true for n = k
4k + 14 = 6P, where P is an integer
Step 3 - Prove true for n = k+1
4k+1 + 14 = 6Q, where Q is an integer
LHS = 4.4k + 14 (if we add one to the index, we're multiplying it again by that number)
= 3.4k + 4k + 14
But (4k + 14) = 6P (from assumption)
Therefore LHS = 3.4k + 6P
= 6Q, where Q = 1/2.4k + P (We take out 6 as a common factor. This works because 4k is always an even integer, meaning that half of it will also be an integer)
Therefore true for n=k+1 if true for n=k, and since true for n=1, is hence true by mathematical induction for all n≥1.
I_F