Proof Strategies Flashcards

1
Q

How do you prove P → Q?

A

Assume P is true and then prove Q

or

Assume Q is false and prove that P is false

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

How would you go about solving ¬P?

A

If possible, reexpress the goal in some other form and then use one of the
proof strategies for this other goal form

or

If you’re doing a proof by contradiction, try making P your goal. If
you can prove P, then the proof will be complete, because P contradicts the
given ¬P

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

What does modus ponens state?

A

p→q
p
∴ q

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

What does modus tollens state?

A

¬q
p→q
∴ ¬p

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

How would you prove ∀xP(x)?

A

Let x stand for an arbitrary object and prove P(x). The letter x must be a
new variable in the proof. If x is already being used in the proof to stand for
something, then you must choose an unused variable, say y, to stand for the
arbitrary object, and prove P(y).

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