Non-Standard Mathematical Induction Recurrences
When performing a proof by induction, we have typically applied a standard approach where:
- The base case was or , and
- The inductive step was to prove that a result holds for , under the hypothesis that it holds for
However, there are many other formulations of problems where this approach would not work, but we can still use an inductive approach. For example, we may be asked to
Prove the is divisible by for any positive even integer
To achieve this, we can still use a base case of , since is indeed an even integer, but now our inductive step will be to show that the proposition holds for , under our inductive hypothesis that it holds for . If we can prove this inductive step, then
- If we can prove the base case, we know the proposition holds for , then
- By our inductive step, we know the proposition holds for , then
- By our inductive step, we know the proposition holds for , then
- By our inductive step, we know the proposition holds for ,
- and so on
By doing this, we are proving the proposition for each even number one by one and so we prove the proposition for all even integers in this way.
...
Log in or sign up to see more