---
title: "False Dilemma"
description: "A false dilemma presents two options as the only possibilities when more exist, forcing a choice between them. It works by hiding the middle ground and the alternatives entirely, so a listener argues about which of two paths to take rather than noticing that the map is incomplete."
last_updated: "2026-08-02"
---

# False Dilemma

*Also known as: false dichotomy*

A false dilemma presents two options as the only possibilities when more exist, forcing a choice between them. It works by hiding the middle ground and the alternatives entirely, so a listener argues about which of two paths to take rather than noticing that the map is incomplete.

Presenting only two options as if they were exhaustive when other alternatives exist.

*Example: "Either we cut this program entirely or we go bankrupt" ignores every option in between.*

## What it looks like

**In a budget meeting**

> Either we cut the training budget or we lay people off. Which do you want?

*Why it fails:* Phasing, renegotiating contracts, reducing discretionary spend, and delaying hires are all live options. Presenting two makes an unexamined third look like refusal to decide.

**In a political speech**

> You're either with us or you're with the people who want to destroy this country.

*Why it fails:* Disagreeing with one group's methods does not place you in another's camp. The framing converts a spectrum of positions into a loyalty test, where the cost of dissent is an accusation.

**In a product decision**

> We can either ship it now with bugs or lose the entire quarter.

*Why it fails:* It presents a binary where a continuum exists: partial release, feature flags, a limited beta, and a two-week slip are all available and none is named.

## Practice

### Question 1

A colleague says: "We either adopt this new framework entirely or we stay on the legacy system forever." What is the strongest response?

A. Agree that those are the options and argue for the framework
B. Name the excluded options — incremental migration, adopting it for new modules only, or a time-boxed trial
C. Point out that the colleague has a personal interest in the new framework
D. Argue that the legacy system is actually better than they think

**Answer: B.** The response that defeats a false dilemma is to supply the missing options, because the fallacy's whole force comes from their absence. Option A accepts the false frame and argues inside it. Option D also argues inside it — you are now debating which of two bad choices to take. Option C shifts to the person, which is a separate fallacy and leaves the framing intact.

### Question 2

Which of these is NOT a false dilemma?

A. "Either you support the proposal or you don't care about safety."
B. "We either raise prices or go out of business."
C. "This integer is either even or odd."
D. "You're either a morning person or a night person."

**Answer: C.** Even and odd genuinely exhaust the possibilities for an integer — this is a true dichotomy, and stating one is not a fallacy. The others each suppress real alternatives: caring about safety while doubting this proposal; cutting costs or finding new revenue instead of raising prices; being neither strongly morning nor night. The test is whether the two options actually cover the space, not whether the sentence has the word "either."

### Question 3

Why are false dilemmas persuasive even when the missing options are obvious in hindsight?

A. Because people are generally bad at logic
B. Because a framed choice directs attention to picking between the options rather than to questioning the frame itself
C. Because two options are easier to remember than three
D. Because they are usually delivered by authority figures

**Answer: B.** The mechanism is attentional, not a deficit in reasoning ability. Once a question is posed as a choice, the natural response is to start evaluating the choices, and the framing is accepted implicitly along the way. This is why the effective counter is to step back and ask what has been left off the list, rather than to answer the question as put.

### Question 4

Someone argues: "Either the universe was designed or it came about by pure random chance." What is the flaw?

A. There is no flaw; these are the only two possibilities
B. It excludes explanations that are neither designed nor purely random, such as processes governed by non-random natural laws
C. It is an appeal to authority about cosmology
D. It commits an ad hominem against people who disagree

**Answer: B.** "Random chance" and "design" do not exhaust the options: lawlike processes are neither designed nor random, and much of physics describes exactly that. The dilemma works by making one option sound absurd so the other wins by elimination — which only succeeds if the list is complete. Whenever an argument turns on elimination, checking the completeness of the list is the first move.

### Question 5

What is the difference between a false dilemma and a false dichotomy?

A. A false dilemma has two options; a false dichotomy has three or more
B. They are two names for the same fallacy
C. A false dichotomy is valid reasoning; a false dilemma is not
D. A false dilemma concerns actions; a false dichotomy concerns facts

**Answer: B.** They are the same fallacy, and you will see both names used interchangeably, along with "black-and-white thinking" and "either/or fallacy." The name does not matter; what matters is the test — do the stated options actually exhaust the possibilities? Note that the fallacy can present more than two options and still be false if it omits others.

## Frequently asked

### Is every either/or statement a false dilemma?

No. Some dichotomies are genuine — a number is even or odd, a switch is on or off. The fallacy occurs only when real alternatives are suppressed. The question to ask is whether the stated options actually cover every possibility, not whether the sentence is phrased as a choice.

### How do I counter a false dilemma without seeming evasive?

Name the third option specifically rather than just objecting to the framing. "There's a middle ground" sounds like dodging; "we could migrate the new modules first and leave the legacy system running" does not. A concrete alternative is much harder to dismiss than a general complaint about binary thinking.

### Why do false dilemmas appear so often in political rhetoric?

Because they convert complex positions into loyalty tests, which is rhetorically efficient. Compressing a spectrum into two camps makes disagreement look like membership in the opposing camp, and that raises the social cost of nuance — which is usually the point rather than an accident.

## Related

- [Slippery Slope](https://www.criticalthinkingexercise.org/pages/glossary/slippery-slope.md)
- [Straw Man](https://www.criticalthinkingexercise.org/pages/glossary/straw-man.md)
- [Red Herring](https://www.criticalthinkingexercise.org/pages/glossary/red-herring.md)
- [Identifying Logical Fallacies](https://www.criticalthinkingexercise.org/pages/exercises/identifying-fallacies.md)
- [Formal vs Informal Fallacies](https://www.criticalthinkingexercise.org/pages/exercises/formal-vs-informal-fallacies.md)
- [Lesson: traps-and-pitfalls/logical-fallacies-presumption-ambiguity-causal](https://www.criticalthinkingexercise.org/pages/learn/traps-and-pitfalls/logical-fallacies-presumption-ambiguity-causal.md)

## Sitemap

See the full [sitemap](https://www.criticalthinkingexercise.org/sitemap.md) for all pages.
