Rule of Transposition/Formulation 1/Reverse Implication
Jump to navigation
Jump to search
Theorem
- $\neg q \implies \neg p \vdash p \implies q$
Proof
By the tableau method of natural deduction:
Line | Pool | Formula | Rule | Depends upon | Notes | |
---|---|---|---|---|---|---|
1 | 1 | $\neg q \implies \neg p$ | Premise | (None) | ||
2 | 2 | $p$ | Assumption | (None) | ||
3 | 2 | $\neg \neg p$ | Double Negation Introduction: $\neg \neg \II$ | 2 | ||
4 | 1, 2 | $\neg \neg q$ | Modus Tollendo Tollens (MTT) | 1, 3 | ||
5 | 1, 2 | $q$ | Double Negation Elimination: $\neg \neg \EE$ | 4 | ||
6 | 1 | $p \implies q$ | Rule of Implication: $\implies \II$ | 2 – 5 | Assumption 2 has been discharged |
Law of the Excluded Middle
This theorem depends on the Law of the Excluded Middle.
This is one of the logical axioms that was determined by Aristotle, and forms part of the backbone of classical (Aristotelian) logic.
However, the intuitionist school rejects the Law of the Excluded Middle as a valid logical axiom.
This in turn invalidates this theorem from an intuitionistic perspective.
Sources
- 1965: E.J. Lemmon: Beginning Logic ... (previous) ... (next): Chapter $1$: The Propositional Calculus $1$: $2$ Conditionals and Negation: Exercise $1 \ \text{(h)}$
- 1971: Robert H. Kasriel: Undergraduate Topology ... (previous) ... (next): $\S1.2$: Some Remarks on the Use of the Connectives and, or, implies: Exercise $1$
- 1996: H. Jerome Keisler and Joel Robbin: Mathematical Logic and Computability ... (previous) ... (next): $\S 1.14$: Exercise $17 \ \text{(iv)}$
- 2000: Michael R.A. Huth and Mark D. Ryan: Logic in Computer Science: Modelling and reasoning about systems ... (previous) ... (next): $\S 1.2.1$: Rules for natural deduction: Exercises $1.5: \ 1 \ \text{(a)}$