Apps

🧪 This platform is in early beta. Features may change and you might encounter bugs. We appreciate your patience!

← Back to Library
blog.category.aspect Mar 29, 2026 6 min read

Affirming a Disjunct: The "Or" That Bites Back

The word "or" seems simple enough. But in logic — and in life — it's a false friend. When someone says "Either the economy improves or people will revolt," they typically mean one or the other, not both. But that exclusivity is an assumption, not a logical law. The affirming a disjunct fallacy is what happens when we treat every "or" as an exclusive either/or, and then incorrectly eliminate one option just because the other is true.

The Logical Structure

A disjunction is a statement of the form "P or Q." In formal logic, the standard interpretation of "or" is inclusive: P or Q is true if P is true, if Q is true, or if both are true. It's only false when both P and Q are false.

The fallacy of affirming a disjunct occurs when someone argues:

  1. P or Q.
  2. P is true.
  3. Therefore, Q is false. ❌

The problem: if "or" is inclusive (as it is in standard logic), P being true doesn't rule out Q also being true. The argument pattern is formally invalid. You've assumed an exclusive "or" without establishing that exclusivity.

Compare this to a valid argument form called disjunctive syllogism:

  1. P or Q.
  2. Not-P.
  3. Therefore, Q. ✅

That works. If one option is ruled out, the other must hold. The trouble comes when you try to run it in reverse: affirming one disjunct and eliminating the other.

Inclusive vs. Exclusive "Or"

This is the crux of the matter. Natural language is delightfully, maddeningly ambiguous about which "or" it means.

Inclusive or (vel): "You can have cake or pie." (You can have both.) This is the logician's default.

Exclusive or (aut): "You're either dead or alive." (Not both.) This is what we often intend in everyday speech.

In formal logic, the inclusive interpretation is assumed unless exclusivity is explicitly stated. In everyday conversation, context usually makes it clear — but "usually" is where the fallacy sneaks in.

Latin, interestingly, had two separate words: vel for inclusive or, and aut for exclusive or. English collapsed them into one, and we've been arguing about it ever since.

Real-World Examples

The political classic: "Either you're with us, or you're against us." George W. Bush famously used this framing after 9/11. The implication: if you support us (affirming one disjunct), you cannot be against us — and if you're not actively against us, you must be with us. It forces a binary when the reality is more complex. You could simultaneously support some aspects of a policy and oppose others. Both disjuncts can be true in different dimensions.

Medical diagnosis: "The patient's symptoms indicate either a viral infection or an autoimmune condition. We've confirmed a viral infection. Therefore it's not autoimmune." Dangerous reasoning — a patient can have both. In immunocompromised patients especially, infections can trigger or coexist with autoimmune responses. Ruling out one diagnosis because another is confirmed can delay critical treatment.

Relationship reasoning: "She either forgot about the meeting or she doesn't care about our project. She definitely forgot — I saw her calendar was packed. So she must care." Even if the forgetfulness explains the absence, it doesn't follow that she cares. Both could be true: she forgot because she doesn't prioritize the project. The disjuncts aren't truly exclusive.

Software debugging: "The bug is either in the frontend or the backend. We found a frontend issue. The backend must be fine." Any experienced developer will tell you how often both are broken simultaneously. Affirming the frontend issue doesn't clear the backend.

When the Fallacy Becomes Valid

The fallacy only applies when the "or" is genuinely inclusive. If exclusivity is established, the inference is valid. This is called an exclusive disjunctive syllogism:

  1. Either P or Q, but not both.
  2. P is true.
  3. Therefore, Q is false. ✅ (given the exclusive or)

The key phrase is "but not both." If you can establish that the two options are truly mutually exclusive — that the situation rules out both being true simultaneously — then affirming one disjunct does eliminate the other.

True exclusivity does exist in some cases:

  • A coin flip: heads or tails (but not both, and not neither).
  • A light switch: on or off.
  • A binary proposition: the number is even or it isn't.

But real-world situations rarely offer such clean binaries, which is why the fallacy is so common — we keep importing the clean logic of coin flips into messy human situations where multiple things can be true at once.

False Dilemmas and the Bigger Picture

The affirming-a-disjunct fallacy is closely related to the false dilemma (also called false dichotomy), but they're not identical. A false dilemma presents two options as exhaustive when more options exist: "You're either a capitalist or a communist." Affirming a disjunct accepts the two-option framing but then incorrectly eliminates one once the other is confirmed.

You can commit both fallacies simultaneously: first, present a fake binary (false dilemma), then argue that because one option is confirmed, the other is ruled out (affirming a disjunct). This double-fallacy is a staple of political rhetoric, used to trap opponents in manufactured either/or scenarios.

The Philosophy of "Or": A Brief Detour

The ambiguity of "or" has real consequences in philosophy of language and law. Legal contracts and legislation often need to specify whether "or" is inclusive or exclusive to avoid interpretive disputes. In many common law jurisdictions, "or" in statutes is presumed inclusive unless clearly exclusive, which has led to fascinating case law about whether "any person who does A or B" means you can be guilty for doing only A, only B, or both.

In Boolean algebra and digital circuit design, exclusive or (XOR) is a fundamental operation — written ⊕ — that outputs true only when the inputs differ. The fact that engineers needed to invent a separate symbol for exclusive-or speaks volumes about how often the inclusive version causes confusion when you actually want exclusivity.

How to Defend Against It

When you encounter an "or" in an argument, ask yourself: Are these genuinely mutually exclusive options? The burden of proof is on the person claiming exclusivity.

Phrases to watch for that signal an assumed exclusive or:

  • "Either... or..." (especially with emphasis)
  • "You can't have it both ways"
  • "If that's true, then this can't be"
  • "Since X, clearly not Y"

None of these are automatically invalid — sometimes exclusivity is real and obvious. But when someone uses confirming one option to eliminate another without explaining why both can't be true, that's your cue to push back.

The most useful counter-question: "Why can't both be true?"

References

  • Copi, I. M., Cohen, C., & McMahon, K. (2016). Introduction to Logic (14th ed.), pp. 347–350. Routledge.
  • Hurley, P. J. (2014). A Concise Introduction to Logic (12th ed.), pp. 340–342. Cengage Learning.
  • Bush, G. W. (2001, November 6). Address to the United Nations General Assembly. (Source of the "with us or against us" formulation.)
  • Gabbay, D., & Guenthner, F. (Eds.). (2001). Handbook of Philosophical Logic, Vol. 2. Springer.
  • Groarke, L. (2023). "Informal Logic." In Stanford Encyclopedia of Philosophy. https://plato.stanford.edu/entries/logic-informal/

Related Articles