Yr1 Proof by Induction Flashcards
1
Q
Conclusion
A
If the statement is true for n=k, then it has been shown true for n=k+1 and as it is true for n=1, the statement is true for all n positive integers.
2
Q
For divisibility, f(k+1)
A
manipulate and split the terms until you have a multiple of f(k) and the addition is the divisible you are trying to prove.
3
Q
For recurrance relations
A
Base Case: n=1 and n=2
Assume: n=k and n=k+1
Prove: n=k+2