Subsection 3.5.8 Backward Reasoning – Modus Tollens Proof Problem: Election
Election:
Assign the following names to basic statements:
C : I endorse Carol.
P : I endorse Peter.
W : Carol will win.
X : Taxes are cut.
Prove: C ∨ P I must endorse Carol or Peter.
C → W If I endorse Carol, she will win.
W → X If she wins, taxes will be cut.
¬ X Taxes cannot be cut.
∴ P I must endorse Peter.
You should do this proof yourself.
You can also watch our video, which will outline our strategy for doing this.
Exercises Exercises
Exercise Group.
1.
Prove: \(H \rightarrow ( S \vee G\) )
¬ G
H
S
2.
Prove: ¬ p ∨ r
r → s
¬ s
¬ p
(Hint: For this one, you’re not going to be able to reason forward with Modus Ponens. You’ll want to reason “backwards”. What rule lets you do that?)
3.
3. Prove: p ∨ ¬( q ∧ r )
∴ q → ( r → p )
(Hint: You can use Conditional Disjunction to turn or s into implications.)
4.
4. Let’s return yet again to a famous Catch-22 situation. We’ve given names to the following statements:
C : I’m crazy.
R : I’ve requested a mental health discharge from the Army.
E : I’m eligible for a mental health discharge from the Army.
In Joseph Heller’s book, the Army has two rules about this. We have encoded them as premises as follows:
[1] E → C ∧ R Only way to be eligible is to be crazy and request the discharge.
[2] R → ¬ C I’m not crazy if I’ve requested the discharge.
We want to prove that it’s not possible that I’m eligible for a discharge. (And, since we could do this same proof for anyone else, there can never be any of these discharges.)
So prove: E → C ∧ R
R → ¬ C
∴ ¬ E