1d. Proof Techniques Flashcards
1
Q
Proof by Construction
A
- If x, then y
2. assume X is true, show DIRECTLY that Y is true (show something can create this Y)
2
Q
Proof by Contradiction
A
If x, then y
- assume statement is FALSE
- create contradiction to statement know to be true
- find contradiction->initial false assumption = invalid, therefore Y must be true
3
Q
How to tell if its a Proof by Induction
A
when variable (x or n) is changing (approaching infinity or a finite number)
4
Q
Proof by Induction
A
show P(n) = true when n=n naught Hypothesis: assume P(n) = true for some n = k Prove true for n = k+1 Conclude proof