Math Induction
Notes and Examples
- IF YOU EVER SEE THE ORIGINAL CASE IN THE CASE, SUBSTITUTE IT BACK INNNNNNN.
- Example:
- Similar to recursion in programming.
- If we have a statement we show:
- is true: Base Case
- Show that for every : Induction Step
- is the Induction Hypothesis
- How to prove?:
- To prove a statement in the form
- Show is true.
- Then prove the implication
-
- So we have our case, and if we add 15 to this sequence, then we get the next number .
-
-
- For , let be
- Proof
- Let .
- Assume is true for this .
- Now let's add
- So then is true.
- Example 5:
-
- We have proven that is true.
- Now we want to show that
- Let , assume is true for this .
-
-
- This should replace the in
Practice
-
1
- Prove that for any , is divisible by .
- We want to prove that is true.
- Let's show is true:
- This is true because for some . Clearly
- Let's prove that :
- Let's assume is true for the current .
- Incorrect algebra above, the following is true
- By induction we know the first term is divisible by .
- So but does ?
- for some .
- so then:
- for some .
- So we know that should be even, if we multiply any even by , we get something divisible by .
- Proof:
- Case 1: even
- Let
- Since we can factor out , this is even.
- Case 2: odd
- I can factor out , so it's always even no matter what.
- So let for some
- So we have
- which is divisible by so the whole thing is.
-
2
- Prove that for any ,
- Prove the base case:
- Base case proven
- Prove that
- Need to turn this into
- Need to turn this into
- Using the thing from high-school we can check roots by shoving shit into it.
-
- So this has been proven