Mathematical Induction Notes
Natural Numbers
- If a is a natural number, then a≥0.
- Natural numbers start with zero.
Principle of Mathematical Induction (POVEM)
- The statement to prove is:
1+6+11+⋯+(5n−1)+1=2(n+1)(5n+2)
Two Parts of Mathematical Induction
Basis Step: Take the least value of n, which is 0.
- If n=0, then P(0) is:
1=2(0+1)(5(0)+2)1=21⋅21=1
- Therefore, P(0) is true.
Inductive Step: Prove that if the statement is true for k, then it will be true for k+1. Prove the implication: If P(k) is true, then P(k+1) is true.
Step 1: Inductive Hypothesis
- Assume that P(k) is true, where n=k.
P(k):1+6+11+⋯+(5k+1)=2(k+1)(5k+2)
Step 2: Prove P(k+1) is true
- P(k+1):1+6+11+⋯+[5(k+1)+1]=2((k+1)+1)[5(k+1)+2]
1+6+11+⋯+(5k+6)=2(k+2)(5k+7) - Need to show that this is true.
- The left side is: 1+6+11+⋯+(5k+6)
- The term before 5k+6 is 5k+1 (since n=k before n=k+1).
Hypothetically:
1+6+11+⋯+(5k+1)+(5k+6)=2(k+1)(5k+2)+(5k+6) - The sum 1+6+11+⋯+(5k+1) equals 2(k+1)(5k+2) (from the inductive hypothesis).
- So,
2(k+1)(5k+2)+(5k+6)=2(k+2)(5k+7)
2(k+1)(5k+2)+2(5k+6)=25k2+2k+5k+2+10k+12=25k2+17k+14 - Now, we factor 5k2+17k+14.
5k2+17k+14=(k+2)(5k+7) - Which is factorable to (k+2)(5k+7).
- Hence,
25k2+17k+14=2(k+2)(5k+7) - Therefore, if P(k) is true, then P(k+1) is true. This means that the implication is true.
- Thus, P is true for all n≥0.
Starting with n = 1
- If you start with n=1, then P(1) is:
1+6=2(1+1)(5(1)+2)7=22⋅77=7
- This is a true statement.
- However, if n=1, the left-hand side has two terms, not one.
Importance of Plugging in Values Carefully
- When n=0, a0=5(0)+1=1. This is the first term.
- When n=1, a1=5(1)+1=6. This is the second term.
Working with the Sum
- Given 1+6+11+⋯+(5n+1), the next terms are found by adding 5 each time.
- The terms are: 1, 6, 11, 16, 21, …
- To go backward, the term before 5n+1 is 5n+1−5=5n−4.
- The term before 5n−4 is 5n−9.
- The term before 5n−9 is 5n−14.
When n = k + 1
- The last term is 5(k+1)+1=5k+6.
- Therefore, the sum is 1+6+11+⋯+(5k+6).
- For n=k, the term is 5k+1.
- So, 1+6+11+⋯+(5k+1).
- If you stop at 5k+6, the term before is 5k+6−5=5k+1.