Destructive dilemma | ||||
Type: | Rule of inference | |||
Field: | Propositional calculus | |||
Statement: | If P Q R S Q S P R | |||
Symbolic Statement: |
|
Destructive dilemma[1] [2] is the name of a valid rule of inference of propositional logic. It is the inference that, if P implies Q and R implies S and either Q is false or S is false, then either P or R must be false. In sum, if two conditionals are true, but one of their consequents is false, then one of their antecedents has to be false. Destructive dilemma is the disjunctive version of modus tollens. The disjunctive version of modus ponens is the constructive dilemma. The destructive dilemma rule can be stated:
P\toQ,R\toS,\negQ\lor\negS | |
\therefore\negP\lor\negR |
where the rule is that wherever instances of "
P\toQ
R\toS
\negQ\lor\negS
\negP\lor\negR
The destructive dilemma rule may be written in sequent notation:
(P\toQ),(R\toS),(\negQ\lor\negS)\vdash(\negP\lor\negR)
where
\vdash
\negP\lor\negR
P\toQ
R\toS
\negQ\lor\negS
and expressed as a truth-functional tautology or theorem of propositional logic:
(((P\toQ)\land(R\toS))\land(\negQ\lor\negS))\to(\negP\lor\negR)
where
P
Q
R
S
If it rains, we will stay inside.
If it is sunny, we will go for a walk.
Either we will not stay inside, or we will not go for a walk, or both.
Therefore, either it will not rain, or it will not be sunny, or both.
Step | Proposition | Derivation | |
---|---|---|---|
1 | P\toQ | Given | |
2 | R\toS | Given | |
3 | \negQ\lor\negS | Given | |
4 | \negQ\to\negP | Transposition (1) | |
5 | \negS\to\negR | Transposition (2) | |
6 | (\negQ\to\negP)\land(\negS\to\negR) | Conjunction introduction (4,5) | |
7 | \negP\lor\negR | Constructive dilemma (6,3) |
The validity of this argument structure can be shown by using both conditional proof (CP) and reductio ad absurdum (RAA) in the following way:
1. | ((P\toQ) ∧ (R\toS)) ∧ (\negQ\or\negS) | (CP assumption) | |
2. | (P\toQ) ∧ (R\toS) | (1: simplification) | |
3. | P\toQ | (2: simplification) | |
4. | R\toS | (2: simplification) | |
5. | \negQ\or\negS | (1: simplification) | |
6. | \neg(\negP\or\negR) | (RAA assumption) | |
7. | \neg\negP ∧ \neg\negR | (6: De Morgan's Law) | |
8. | \neg\negP | (7: simplification) | |
9. | \neg\negR | (7: simplification) | |
10. | P | (8: double negation) | |
11. | R | (9: double negation) | |
12. | Q | (3,10: modus ponens) | |
13. | S | (4,11: modus ponens) | |
14. | \neg\negQ | (12: double negation) | |
15. | \negS | (5, 14: disjunctive syllogism) | |
16. | S ∧ \negS | (13,15: conjunction) | |
17. | \negP\or\negR | (6-16: RAA) | |
18. | (((P\toQ) ∧ (R\toS)) ∧ (\negQ\or\negS)))\to\negP\or\negR | (1-17: CP) |