FM - Core Pure 1 - 8) Proof by induction Flashcards
1
Q
General steps of proof by induction
A
- Basis → prove the statement is true for n = 1
- Assumption → assume the statement is true for n = k
- Inductive → prove the statement is true for n = k + 1
- Conclusion → state the statement is true for all n ∈ ℤ+
2
Q
Method for proof by induction of summations of series
A
- Let n = 1
- Substitute 1 into both sides
- LHS = RHS ∴ true for n = 1
- Let n = k
- Substitute k into both sides
- Let n = k + 1
- Substitute k + 1 into RHS (what you need to find)
- Summation of k + 1 = summation of k + [k + 1]th term
- kth term (from assumption) + (substitution of k + 1 into LHS)
- Simplify until it matches proof ∴ true for n = k + 1
- “Statement is true for n = 1 and if true for n = k, then true for n = k + 1 ∴ true for all n ∈ ℤ+”
3
Q
Method for proof by induction of divisivility statements
A
- Let n = 1
- Substitute 1 into statement
- Divisible by r ∴ true for n = 1
- Let n = k
- Substitute k into statement, is divisible by r
- Let n = k + 1
- Substitute k + 1 into statement
- Rewrite and simplify terms (e.g. 3k + 1 = 3k × 3(1))
- Do f(k + 1) - af(k) and simplify until divisible by r
- Divisible by r ∴ true for n = k + 1
- “Statement is true for n = 1 and if true for n = k, then true for n = k + 1 ∴ true for all n ∈ ℤ+”
4
Q
Method for proof by induction of matrices
A
- Let n = 1
- Substitute 1 into both sides
- LHS = RHS ∴ true for n = 1
- Let n = k
- Substitute k into both sides
- Let n = k + 1
- Substitute k + 1 into RHS (what you need to find)
- matrix of k + 1 = matrix of k + matrix of 1
- kth term (from assumption) × matrix of 1
- Simplify until it matches proof ∴ true for n = k + 1
- “Statement is true for n = 1 and if true for n = k, then true for n = k + 1 ∴ true for all n ∈ ℤ+”