Induction and Recursion Flashcards
1
Q
What is the template for mathematical induction
A
- Express the statement that is to be proven in the form
- Write out the words basis step and show that p(b) is true
- Write out the words inductive step
- Statte and clearly identify the inductive step
- State what needs to be proven under the assumption that the inductive hypothesis is true
- Prove the statement P(k+1)
- Clearly identify the conclusion
- After completing the basis step and the inductive step, state that “by mathematical induction, P(n) is true for all integers n with n › b”.
2
Q
What is the basis step
A