Denying the Antecedent
Also known as: inverse error
Reasoning in an if-then: "If A then B; A is false; therefore B is false" — but B may hold for other reasons.
Examples
A student is worried about an exam.
Student: “If you study, you’ll pass. I didn’t study, so I’m going to fail.”
Studying helps, but it isn’t the only path to passing — the student might already know the material from a related class, or the exam might be easier than expected. Not-studying doesn’t guarantee not-passing.
The same slip appears in online product debates:
Post: “If a phone has a big battery, it lasts all day. This phone has a small battery, so it definitely won’t last the day.” Reply: “Battery size isn’t the only factor — screen efficiency and the chip matter a lot too. My old phone had a small battery and lasted fine.”
Why the reasoning fails
The if-then shape is: if A, then B (if you study, you’ll pass). Denying the antecedent starts from A being false (you didn’t study) and concludes B is false (you’ll fail). That skips over every other way B could still happen. Compare it with the valid form, modus tollens: if A, then B; B is false; therefore A is false. “If you study, you’ll pass. You didn’t pass. So you didn’t study” — that holds, because failing to get a guaranteed outcome means the condition that guarantees it can’t have been met. But A being false only tells you that this particular route to B didn’t happen — it says nothing about whether some other route did.
How to respond
- Name the shape: “Not studying doesn’t guarantee failing — it just removes one way of passing. There could be others.”
- Ask what else could produce the same result: “Is studying the only way to pass, or just a reliable one?”
- Check whether the original rule was ever meant to run both ways — “if A then B” doesn’t imply “if not A then not B” unless A is stated as the only way to get B.
- Use it as a caution, not a dismissal. Skipping studying is still a real risk — the fallacy is treating the risk as a certainty.