Derived Rules & Strategy
Shortcut rules — modus tollens, disjunctive syllogism, De Morgan — and how to plan a proof.
The introduction/elimination rules are enough to prove everything valid, but bare derivations get long. Derived rules are shortcuts: each is justified once by a little derivation from the primitive rules, and thereafter used as a single step. They add no power — anything provable with them is provable without — only convenience.
The proof player below shows the derivations that license several derived rules. Switch examples to see each one built from primitives.
GivenP → Q¬Q
Prove¬P
Strategy: The goal is a negation ¬P, so assume P, reach a contradiction, conclude ¬P (¬I).
Try the derivation yourself first, then reveal the step-by-step proof.
Common derived rules
| Rule | From | Infer | Built from |
|---|---|---|---|
| Modus tollens (MT) | reductio (I) | ||
| Disjunctive syllogism (DS) | E | ||
| Hypothetical syllogism | I | ||
| Double negation (DN) | E | ||
| Contraposition (CP) | I + reductio | ||
| De Morgan (DM) | I twice | ||
| Argument by cases (AC) | E |
The “De Morgan” and “Proof by cases” examples in the player are full primitive derivations of two of these.
How to plan a derivation
Proof search has a reliable shape — let the goal’s main connective pick the strategy:
- Goal → start a subderivation assuming , aim for , close with I.
- Goal → assume , aim for a contradiction, close with I.
- Goal → prove and separately, combine with I.
- Goal → often easiest by reductio, or by I if you can prove a disjunct.
- Stuck? Work forwards from the premises (eliminate connectives) until the two ends meet.
Takeaways
- Derived rules are convenience shortcuts justified by primitive derivations; they add no logical power.
- Know MT, DS, hypothetical syllogism, double negation, contraposition, De Morgan, argument by cases.
- Strategy: let the goal’s main connective choose the rule, plan backwards, derive forwards.
References
- Paul Teller, A Modern Formal Logic Primer, Prentice Hall (1989) — free at tellerprimer.ucdavis.edu, which introduces these derived rules (MT, DS, AC, DM, CP). Explanations and proofs here are original.