Mathematical induction, simply called "induction", is a method of mathematical proof. In general, proof by induction is used for verifying statements for all nonnegative integers (, , , …).
Let's take a non-mathematical example to understand how you can use this method. Suppose that there is an infinite number of dominoes lined up perfectly. Suppose that the first domino is knocked over, and that each domino that falls knocks over the next one. Induction then proves that all dominoes will fall.
Principle of induction
Proof by Induction is based on the principle of mathematical induction. Suppose that is a property that holds for integers, and that is an integer. If the following two statements are true:
- is true.
- For every integer , if is true, then is also true,
then the statement is true for every integer .
Let's go back to our dominoes example. If we rake that the first domino is knocked over (in other words, is true — in this case ). It is also given that if a domino falls, then a domino also falls. Referring to our description of the principle of induction, this means that all dominoes after the first one also fall.
(the domino falls) is true for every integer after the first domino is pushed.
Proof by induction
How can you use induction to prove something? Suppose you have a statement that is in the form "For every integer , a property is true". Note that is a fixed integer. The following three steps are used to prove such a statement.
Step 1: Base case — verify that the property is true for the first integer . That is, show that is true.
Step 2: Induction hypothesis — for some integer , assume that the property is true. That is, assume that is true.
Step 3: Induction step — use the hypothesis to prove that the property also holds when . That is, show that is true.
Now, let's take a look at some examples.
Example: arithmetic progression
Let's prove that the sum of the first integers where is .
So, your property is:
Step 1: Base case
As your first number is , your base case is at . So, you show that is true.
Left-hand side (LHS):
Right-hand side (RHS):
LHS = RHS, so is true.
Step 2: Induction hypothesis
Assume that is true for some integer .
is:
Step 3: Induction step
You need to show that is true. This means that you need to show that:
One way to do this is by using algebra to get both the sides in the same form.
LHS:
Note how you used the induction hypothesis to make a substitution
RHS:
LHS = RHS, so is true.
By proof of induction, you have shown that the sum of the first n integers where is .
Example: inequality proof
Prove that the following inequality is true:You can rewrite it like this:
Step 1: Base case
Here, the first integer is , so you must show that is true. On the left-hand side, you have , which is less than 2. So, is true.
Step 2: Induction hypothesis
Assume that is true for .
Here, is:
Step 3: Induction step
Here, you show that for every integer , if is true then is also true.
You need to show:
By assumption, you know that:
Let's multiply both sides by
Now, let's add to both sides. Remember
By proof of induction, you show that the inequality is true for all .
Example: base cases besides n=0 and n=1
You have seen examples where base cases are or . These base cases are common, which is why proof of induction is useful for verifying statements for all nonnegative or positive integers. However, other base cases are possible. Let's take a look at an example: prove for .
Our property is:
Step 1: Base case
The given statement is not true for = 0, 1, 2, or 3, which is why we need to start at 4.
You need to show that is true.
LHS:
RHS:
, so the statement is true for the base case.
Step 2: Induction hypothesis
Assume that is true for .
Here, is:
Step 3: Induction step
To show that is true, you must show that
By assumption,
On the LHS, to obtain , you multiply by . So, let's multiply both sides by
You know that because you know . So, the following is true.
After simplification, you get:
By proof of induction, you have shown that for .
Conclusion
If something has repeatedly occurred, then the principle of induction can help predict what will happen next and make generalizations.
In this topic, you looked at how we can use this principle to prove statements. You structured your proofs with three steps:
- The base case;
- Induction hypothesis, and;
- Induction step.
You also took a look at some examples of proofs, and you saw that the 3rd step is typically the most challenging, as it requires applying, for example, algebra and geometry to help with problem-solving.