Proofs Flashcards

1
Q

Proof by Induction

A
  1. Base Case: Prove a base case is true P(1)
  2. Inductive Hypothesis: suppose the claim holds from Base Case to n=k
  3. 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
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly