Review: Weak & Strong Induction
Before we dive in, it is worth reviewing what standard "weak" and strong induction is. The following table summarises the difference (inspired by this).
Here
Weak Induction |
Strong Induction |
---|---|
If And Then |
If And Then |
The only difference is that strong induction broadens the assumption that
There is some confusion caused by the name "strong" because here it means broader assumptions, which to some ears (including mine), sounds like a weaker statement overall. To me, a theorem that makes fewer assumptions is stronger than an a theorem that requires lots of pre-requisites to be true.
The following visualises the difference between weak and strong induction.
Strong induction is used when
Example: Weak Induction
This is the classic example used to illustrate standard, or weak, induction.
Aim: Prove that
Inductive Hypothesis:
Base Case: LHS of
Inductive Step: Consider
Note that we used the inductive hypothesis
Example: Strong Induction
This is a classic example used to illustrate strong induction.
Aim: Prove that any natural number
Inductive Hypothesis:
Base Case: Consider
Inductive Step: Consider
With the base case
Notice how we couldn't just use
Reference
This is a really clear summary of weak and strong induction with the classical examples.
Exercise 2.2.5
Prove
Proposition 2.2.14. (Hint: define
Let's write out Proposition 2.2.14.
Proposition 2.2.14 (Strong principle of induction).
Let
This is probably the first exercise we encounter in Tao's analysis I which looks difficult (as opposed looking easy but turning out to be difficult). So it is worth taking a step back and thinking about what approach we'll be taking before diving in.
Approach. The question hint suggests we use weak induction to prove strong induction. We want to reformulate strong induction in terms of weak induction. That is, we're solving a more challenging problem by reformulating into a more familiar problem.
Let's rewrite our previous table in terms of the variables given by the question. Note the different endpoints for the range of
Weak Induction |
Strong Induction |
---|---|
If And Then |
If And Then |
Before we dive in, let's be clear about what we need to prove, and what we can assume to be true:
- We need to find a base case for
which is true. - We need to show that if
is true, then so is . - We can assume
is true for the purposes of proving strong induction. - We can assume
is true for the purposes of proving strong induction.
Let's follow the standard template for weak induction over
Inductive Hypothesis:
Let's write what this means in terms of
Inductive Step:
Since
This means
So
Base Case: Consider
This is vacuously true since no
By weak induction (Axiom 2.5), having shown the base case
What does this mean? Referring back to the definition of
So we have shown
No comments:
Post a Comment