Proofs
A proof by induction is a type of proof where you try to state something general from a smaller context. In an inductive proof, you start by assuming that something is true for a given value. Then, you want to show that if it holds for a certain value, then it has to hold for the following value as well. If this is true for an arbitrary value, it must be true for all values.
Here are three steps which are very useful to follow in order to construct an inductive proof:
Rule
Note! The key to proofs by induction is to insert your assumption from Item 2 into Item 3. This is the critical element of these proofs!
Example 1
Series by Induction
Show that
- 1.
- Check that this is correct for the first value of by inserting the value into the expression :
- 2.
- Assume that it is correct for , now using the expression directly in the exercise, only switching with :
(1) |
- 3.
- You need to show that this is correct for , now using the expression directly in the exercise, only switching with . Don’t forget parentheses!
(2) |
(3) |
- 4.
- You now begin the calculation part of the proof. It begins with the left-hand side of (3), and continues with assumption (1). Look closely at what happens below! Finally, you’ll end up with what is on the right-hand side of the equality in (3).
Now you have to use the assumption to write a clean expression for the first terms:
Example 2
Divisibility by Induction
Show that is divisible by 2
If something is divisible by 2, it has 2 as a factor. In other words, it must be possible to write it as , where is an integer.
- 1.
- Check that it is correct for the first value of by inserting the value into the expression :
- 2.
- Assume that it’s correct for , now using the expression directly in the exercise, only switching with :
(4) |
- 3.
- You need to show that this is correct for , now using the expression directly in the exercise, only switching with . Don’t forget parentheses!
(5) |
- 4.
- You now begin the calculation part of your proof. It begins with the left-hand side of (5), and continues with the additional assumption (4). Look closely at what happens below! Finally, you’ll end up with what is on the right-hand side of the equality in (5).
Now using the assumption, gives the following:
Example 3
Derivatives by Induction
Let . Show that .
Here means that is differentiated times.
- 1.
- Check that the claim is correct for the first value of by evaluating the expression :
- 2.
- Assuming it’s correct for , now using the expression directly in the exercise, only switching with :
(6) |
- 3.
- You need to show that this implies that claim is correct for , now using the expression directly in the exercise, only switching with . Don’t forget parentheses!
(7) |
- 4.
- You now begin the calculation part of your proof. It begins with the left-hand side of (7), and continues by inserting the assumption (6). Look closely at what happens below! Finally, you’ll end up with what is on the right-hand side of the equality in (7).
Now you need to use the assumption by writing as :
Q.E.D