Lecture 2 - Mathematical Induction Flashcards
1
Q
What are the steps (by name) in a mathematical induction proof?
A
- Basis step
2. Induction Step
2
Q
What happens in the basis step?
A
Attempt to prove that S(1) is true
3
Q
What happens in the induction step?
A
- Assume that S(n) is true for n greater than or equal to 1
2. Prove that S(n+1) is true by inserting S(n+1) on both sides of the equation
4
Q
if |X| = n, then what is |P[X]|? (If cardinality of X is n, what is cardinality of Powerset of X?)
A
2^n for all n
5
Q
What is the sum of the first n positive integers?
A
n(n+2) / 2