DrDelMath

SUPPLEMENT
Mathematical Induction

Principle of Mathematical Induction
Let there be associated with each natural number n a proposition Pn which is either true or false.

     If   P1 is true   and    Pk implies Pk+1
     then Pn is true for all natural numbers

Remark: Simply "testing" a proposition for many cases is not sufficient to conclude that the proposition will be true for all cases.
As an illustration consider the following proposition:
    Pn is the statement that n2 -79n +1601 is a prime.

Pn is the statement that 1 - 79 + 1601 = 1523 is a prime; which is true.

P2 is the statement that 22 - (79)(2) + 1601 = 1447 is a prime; which is true.

P3 is the statement that 32 - (79)(3) +1601 = 1373 is a prime; which is true.

           continue testing Pn     all will be true

P79 is the statement that 792 -(79)(79) + 1601 = 1601 is a prime; which is true.

HOWEVER    P80 is the statement that 802 -(80)(79) + 1601 = 1681 is a prime; which is false because 1681 = (41)(41)

Remark: To prove that Pk implies Pk+1 is not sufficient to conclude that the proposition is true for all natural numbers.
It is necessary to prove that P1 is true.
To illustrate this point consider the following;