Proofs Flashcards
1
Q
Proof by Induction
A
- Base Case: Prove a base case is true P(1)
- Inductive Hypothesis: suppose the claim holds from Base Case to n=k
- Inductive Step: we want to prove P(k+1)
…
So, the claim holds for n=k+1
Thus, by induction, the claim is true for all n >= base case
2
Q
Proof by Contradiction
A
Claim
Proof by contradiction: suppose the contrary is true
Show how it leads to a contradiction
Thus the claim holds