Destructive dilemma

From Infogalactic: the planetary knowledge core
Jump to: navigation, search

Lua error in package.lua at line 80: module 'strict' not found.

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 rule can be stated:

\frac{P \to Q, R \to S, \neg Q \or \neg S}{\therefore \neg P \or \neg R}

where the rule is that wherever instances of "P \to Q", "R \to S", and "\neg Q \or \neg S" appear on lines of a proof, "\neg P \or \neg R" can be placed on a subsequent line.

Formal notation

The destructive dilemma rule may be written in sequent notation:

(P \to Q), (R \to S), (\neg Q \or \neg S) \vdash (\neg P \or \neg R)

where \vdash is a metalogical symbol meaning that \neg P \or  \neg R is a syntactic consequence of P \to Q, R \to S, and \neg Q \or \neg S in some logical system;

and expressed as a truth-functional tautology or theorem of propositional logic:

(((P \to Q) \and (R \to S)) \and (\neg Q \or \neg S)) \to (\neg P \or \neg R)

where P, Q, R and S are propositions expressed in some formal system.

Natural language example

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.

Proof

Proposition Derivation
(A\rightarrow B)\and (C\rightarrow D) Given
\neg B\or\neg D Given
B\rightarrow\neg D Material implication
\neg D\rightarrow\neg C Transposition
B\rightarrow\neg C Hypothetical syllogism
A\rightarrow B Simplification
A\rightarrow\neg C Hypothetical syllogism
\neg A\or\neg C Material implication

Example proof

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 \rightarrow Q) \And (R \rightarrow S)) \And (\neg Q \vee \neg S) (CP assumption)
2.  (P \rightarrow Q) \And (R \rightarrow S) (1: Simplification)
3.  (P \rightarrow Q) (2: simplification)
4.  (R \rightarrow S) (2: simplification)
5.  (\neg Q \vee \neg S) (1: simplification)
6.  \neg (\neg P \vee \neg R) (RAA assumption)
7.  \neg \neg P \And \neg \neg R (6: DeMorgan's Law)
8.  \neg \neg P (7: simplification)
9.  \neg \neg R (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 \neg Q (12: double negation)
15.  \neg S (5, 14: disjunctive syllogism)
16.  S \And \neg S (13,15: conjunction)
17.  \neg P \vee \neg R (6-16: RAA)
18.  (((P \rightarrow Q) \And (R \rightarrow S)) \And (\neg Q \vee \neg S))) \rightarrow \neg P \vee \neg R (1-17: CP)

References

  1. Hurley, Patrick. A Concise Introduction to Logic With Ilrn Printed Access Card. Wadsworth Pub Co, 2008. Page 361
  2. Moore and Parker

Bibliography

  • Howard-Snyder, Frances; Howard-Snyder, Daniel; Wasserman, Ryan. The Power of Logic (4th ed.). McGraw-Hill, 2009, ISBN 978-0-07-340737-1, p. 414.

External links