False Dilemma¶
Core Idea¶
A false dilemma presents an option set as exhaustive — typically A or B — when the underlying space is richer: intermediates, conjunctions, and unlisted alternatives have been suppressed. The error is not in the options shown but in the implicit exhaustiveness claim — the move from "here are some options" to "these are the options."
How would you explain it like I'm…
Only Two Choices Trick
The Fake Menu
Hidden Third Option
Broad Use¶
- Rhetoric and politics: "you're either with us or against us," hiding neutrality, conditional support, and abstention.
- Product and engineering design: "build A or B?" suppresses smaller versions, hybrids, do-nothing, and reframings of the need.
- Software architecture: "microservices or monolith," "SQL or NoSQL," crowding out modular monoliths and staged migrations.
- Statistical inference: null-versus-alternative collapses a continuum of effect sizes into a yes/no, suppressing estimation.
- Ethics and policy: "liberty or safety," "growth or environment," suppressing Pareto-improvements and mixed strategies.
- Interpersonal reasoning: "either he loves me or he doesn't," collapsing graded, time-varying states.
- Game theory: treating an interaction as zero-sum when it contains cooperative surplus.
Clarity¶
Makes the choice-set construction step visible, so many heated disagreements turn out to be disputes about the partition rather than about which cell to pick — and reframes presenting a partition as exhaustive as a substantive claim that can be challenged.
Manages Complexity¶
Manages complexity by restoring it where an over-aggressive partition hid it — re-expanding along the flattened dimension (continuous, conjunctive, time-varying, conditional) — but only where the exhaustiveness claim was unwarranted.
Abstract Reasoning¶
Installs the habit of treating any option set as a partition whose coverage is a claim to be checked, tested by naming an element no offered cell contains, and pairs with the excluded-middle principle (valid only for genuinely exclusive, exhaustive propositions).
Knowledge Transfer¶
- Rhetoric → engineering: the procedure (name the partition, list three excluded options, re-justify or re-draw it) works on a slogan, a roadmap, and an architecture decision record.
- Statistics: a statistician refusing a null-or-alternative collapse for effect-size estimation is doing the same structural work as a strategist seeing cooperative surplus in a presumed zero-sum game.
- Across domains: the load-bearing test everywhere is the decisive residual — a concrete third option that changes the decision.
Example¶
A team told to "ship Friday with the data-loss bug, or slip a quarter" can, on naming the false dilemma, surface ship-behind-a-flag, ship-a-smaller-release, or canary-then-rollout — and feature-flagging delivers most of the deadline's value at near-zero risk, dominating both originally offered cells.
Relationships to Other Primes¶
Parents (1) — more general patterns this builds on
- False Dilemma presupposes Partition — False dilemma is the unargued exhaustiveness CLAIM attached to an incomplete partition of a rich space; it presupposes the partition operation (it is 'the formal operation the fallacy parasitizes'). partition is a candidate (R2-072-01).
Path to root: False Dilemma → Partition → Set and Membership
Not to Be Confused With¶
- False Dilemma is not a genuine Trade-off because a trade-off is a real binding constraint whose residual is genuinely empty, whereas a false dilemma is a partition that pretends to be a constraint but admits an outside option.
- False Dilemma is not a Partition per se because partitioning into exhaustive, mutually exclusive cells is a sound operation, whereas the fallacy is the unargued exhaustiveness claim attached to an incomplete one.
- False Dilemma is not a Social Dilemma because a social dilemma is a payoff structure where individually rational choices yield collective loss, whereas a false dilemma is a framing error about the option set with no strategic interaction required.