Induction is a method of proof which relies on a statement P(m) being true for a certain member of a sequence and seeks to prove the statementtrue for succeeding values with the aid of some relationship between consecutive terms of the sequence.
With the initial statement P(m), we take the induction step: Assumingis true for all
for some arbitrary
prove
Sinceis arbitrary
is true for all n.
It is important to realise that the statement need not be true for all terms in the sequence, only for all terms from some point in the sequence. The method is general. Some examples are useful.
Example: Prove(1)
Ifthen there is only one term in the sum and the left hand side equals
The right hand side equals
Both sides are equal so
is true.
Suppose the statement is true for allthen
is the statement that
for all
We need to prove
Henceis proved and the statement is true.
Example: Ifprove
and
so
is true.
Assume thatis true so that
for all
We must prove that
is true.
Henceis proved and the statement is true.