1d. Proof Techniques Flashcards

1
Q

Proof by Construction

A
  1. If x, then y

2. assume X is true, show DIRECTLY that Y is true (show something can create this Y)

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

Proof by Contradiction

A

If x, then y

  1. assume statement is FALSE
  2. create contradiction to statement know to be true
  3. find contradiction->initial false assumption = invalid, therefore Y must be true
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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
How well did you know this?
1
Not at all
2
3
4
5
Perfectly