Induction Flashcards
1
Q
What is mathematical induction?
A
A proof technique which exploits the conctruction of the set of natural numbers. In its basic formula it says:
2
Q
What it basic recursion?
A
Definining something in terms of itself. In terms of its use in mathematical structures, it usually means using a function in its own definition:
3
Q
Can variations on induction and recursion have different or multiple base cases?
A
Yes
4
Q
What is strong induction?
A
A refined form of basic induction in which:
- the base step works the same
- for the inductive step, we prove the the statement of a generic natural k+1 holds if we assume that the statement holds for any natural greater than or equal to k
5
Q
Need to do practice on these
A
6
Q
A