Modus Ponens
Context: FIT1058_MOC, FIT2014_MOC · the core rule of inference · turns and into · justifies each “logical consequence” step of a proof
Quick Revision
- 🎯 Objective: from and , deduce ➔ the engine of every “logical consequence” proof step.
- 📦 Core Components: fact ➔ implication ➔ conclusion .
- ⚡ Key Constraint: both premises required; deducing from and is the converse fallacy.
📝 Core
1. The Rule (Affirming the Antecedent)
- Statement ➔ if established and established, then deducible.
- Layout ➔ .
- Role ➔ justifies each “logical consequence” step of a proof.
2. Usage & Limits
- Both needed ➔ alone or alone is insufficient.
- Converse error ➔ from and you may not conclude .
- Drives induction ➔ base + step fires modus ponens repeatedly.
Key identities:
⚖️ Core Decision Matrix
| Have | Rule | Conclude | Valid? |
|---|---|---|---|
| and | modus ponens | ✅ | |
| and | (affirming consequent) | ❌ converse fallacy | |
| and | modus tollens | ✅ |
When It Flips: so natural it is rarely named in prose — "we have , and implies , therefore " is just "a deduction". Its premises must themselves be established (definition/axiom/prior theorem/earlier step).
📊 Exam Execution Trace
Applied Exercise
Problem: Given "" and “if then ”, deduce a conclusion. Derivation Proof / Hand-Calculation Walkthrough:
Final Extracted Output: by modus ponens; from one may not conclude (converse fallacy).
⚠️ Common Mistakes
- 💡 Don’t affirm the consequent ➔ having and does not give (converse fallacy); you need the antecedent itself.
🧠 Active Recall
State modus ponens and explain why both premises are essential.
- Hint: Fact + conditional.
Answer
- Short answer: From and deduce ; the implication is inert without its antecedent holding.
- Why: Converse fallacy ➔ deducing from and is invalid.
How does modus ponens appear in a power-set subset proof?
- Hint: Definition as the implication.
Answer
- Short answer: With and definitional (), modus ponens yields .
- Why: Membership = subset ➔ the Power Set definition supplies the conditional the rule consumes.