Proof by Induction

By N we denote the set of all natural numbers (i.e. N:={0,1,2,3,...})

Let P(n) be a statement about a natural number n

  1. First, we prove that statement P(n) is true for n=0.
    We call this step basis of the induction, or simply basis step
  2. In the second step, we prove for every natural number nN:
    If statement P(n) is true, then the statement P(n+1) is true as well.
    This step is called the inductive step

Altogether, this proves that statement P(n) is true for all nN

Strong Induction

Equivalent to 'normal' induction, however you can assume that every number in the set less than n ( n0in ) is also true when proving P(n+1)