Intro to Proof by Induction (Edexcel A-Level Further Mathematics): Revision Notes
9.1.1 Intro to Proof by Induction
What is Proof by Induction?
Mathematical induction is a method used to prove statements or formulas that depend on a positive integer .
It involves verifying that a statement is true for and then proving that if it is true for , it must also be true for .
Steps of Proof by Induction
- Base Case: Verify that the statement is true for (or the smallest integer specified in the problem).
- Inductive Hypothesis: Assume the statement is true for . This is called the inductive assumption.
- Inductive Step: Using the inductive hypothesis, prove the statement is true for
- Conclusion: Conclude that the statement is true for all integers (or the specified starting value).
Worked Examples
Example Prove for all .
Step 1: Prove for the base case
Step 2: Assume true for
Let and assume true, i.e. .
Step 3: Let and prove true using assumption
At this point, look at what we need to do to the LHS of our assumption to get the LHS of our target:
Target (Inequality with ):
Assuming :
Make the RHS of our target appear here:
Since for (always state range of values for which true)
Multiplying both sides of our assumption by 2 gives another statement we can assume true.
Step 4: Conclude
If true for , then true for .
Since true for , then true for all integers .
Example Prove for ,
Step 1: Base case
Step 2: Assumption
Let and assume true, i.e. .
Step 3: Inductive Step
Assuming :
Step 4: Conclusion If true for , then true for . Since true for , then true for all integers .
Example Prove that for all ,
Step 1: Base case
Step 2: Assumption
Let and assume true, i.e. .
Step 3: Inductive step Assuming :
Multiply both sides by to get LHS of the target.
We have made RHS smaller, so " "still holds.
Conclusion If true for , then true for . Since true for , then true for all integers .