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 ∈ ℤ+
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Method for proof by induction of summations of series

A
  1. Let n = 1
  2. Substitute 1 into both sides
  3. LHS = RHS ∴ true for n = 1
  4. Let n = k
  5. Substitute k into both sides
  6. Let n = k + 1
  7. Substitute k + 1 into RHS (what you need to find)
  8. Summation of k + 1 = summation of k + [k + 1]th term
  9. kth term (from assumption) + (substitution of k + 1 into LHS)
  10. Simplify until it matches proof ∴ true for n = k + 1
  11. “Statement is true for n = 1 and if true for n = k, then true for n = k + 1 ∴ true for all n ∈ ℤ+
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Method for proof by induction of divisivility statements

A
  1. Let n = 1
  2. Substitute 1 into statement
  3. Divisible by r ∴ true for n = 1
  4. Let n = k
  5. Substitute k into statement, is divisible by r
  6. Let n = k + 1
  7. Substitute k + 1 into statement
  8. Rewrite and simplify terms (e.g. 3k + 1 = 3k × 3(1))
  9. Do f(k + 1) - af(k) and simplify until divisible by r
  10. Divisible by r ∴ true for n = k + 1
  11. “Statement is true for n = 1 and if true for n = k, then true for n = k + 1 ∴ true for all n ∈ ℤ+
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Method for proof by induction of matrices

A
  1. Let n = 1
  2. Substitute 1 into both sides
  3. LHS = RHS ∴ true for n = 1
  4. Let n = k
  5. Substitute k into both sides
  6. Let n = k + 1
  7. Substitute k + 1 into RHS (what you need to find)
  8. matrix of k + 1 = matrix of k + matrix of 1
  9. kth term (from assumption) × matrix of 1
  10. Simplify until it matches proof ∴ true for n = k + 1
  11. “Statement is true for n = 1 and if true for n = k, then true for n = k + 1 ∴ true for all n ∈ ℤ+
How well did you know this?
1
Not at all
2
3
4
5
Perfectly