The principle of mathematical induction is a simple but powerful technique for proving mathematical results. In its most basic form, it says the following:
If something’s true for an integer
, and if it being true for the number
implies it is true for the number
, then it is true for all integers
.
This is a more-or-less “obvious” statement. It has two components: the base case and the inductive step. The base case establishes truth for one number. The inductive step does not actually establish truth of the statement for any particular value. Instead, it establishes the truth of a logical implication. In formal terms, the above box reads:
If
is a proposition for the integer
, then if
is true and
, then
is true for all integers
.
Think of induction as a string of dominos. Establishing the base case is like knocking down the first domino. Establishing the inductive step is like setting up the dominos so that if the -th domino falls, it knocks over the
-th domino. Thinking of it this way, it should be obvious that once these two things are established, then all the dominos will fall. This is one of the concepts that is best learned through examples.