Mathematical Induction

Mathematical induction is a proof technique which allows us to prove that a certain statement holds for every integer in some subset of . It is most commonly used to prove statements about the natural numbers, although it can be a powerful tool for much more.

Proof by Induction

A proof by induction looks very much like a domino. Essentially, it boils down to two things:

  • Base case - we find some integer for which the statement is true;
  • Inductive step - we prove that for every integer , if the statement is true for , then is also true for . The assumption that holds for is often called the induction hypothesis.

We can imagine the proof as an infinite chain of dominoes. The inductive step is like proving that if we can push any domino, it will fall in just the right way so as to push the domino to its right. Then, the base case is just the proof that there is indeed at least one piece of domino we can actually push - once we push this piece, all the pieces to its right will fall thanks to the inductive step.

Tip: The Principle of Mathematical Induction

The principle of mathematical induction can be summarized as follows:

If there exists some for which is true and if implies for all , then is true for all .

Essentially, if we manage to prove the inductive step and find a base case, then we would have proven that holds for all integers greater than or equal to .