Updated Jun 25, 2026

What a Fallacy Is (and Why They Work)

Start where logic left off

In What Logic Actually Is you met two words that look similar but do different jobs. An argument is valid when its conclusion follows from its premises — if the premises are true, the conclusion has to be true. An argument is sound when it's valid and the premises are actually true. Validity is about shape. Soundness is shape plus facts.

Now notice the gap between them. There's a third thing neither word covers, and it runs the world: how convincing an argument feels. Feeling convincing isn't the same as being valid, and it isn't the same as being true. They come apart all the time.

A fallacy lives in that gap. It's an argument that is invalid or unsound — broken on the inside — yet still feels like it should work. That last part matters. A clumsy, unconvincing mistake isn't dangerous; you'll catch it. The dangerous fallacy slides past you because it feels right. This guide is about learning to feel the click of "wait, that doesn't actually follow" before the conclusion settles in.

Two ways an argument can break

Logicians sort fallacies into two big families. The split is useful: the two families fail for different reasons, and you catch them with different instincts.

A formal fallacy is broken in its structure. The shape is bad, so the argument fails no matter what you plug into it. You don't even need to know what the words mean.

An informal fallacy has a fine structure but cheats in its content — it leans on something irrelevant, applies emotional pressure, plays with ambiguous words, or yanks your attention elsewhere. The shape looks okay; the problem is what's poured into it.

Think of a bridge. A formal fallacy is a bridge with a flawed design — it collapses under any load. An informal fallacy is a well-designed bridge built out of cardboard: the blueprint is fine, the materials are a lie.

Formal: when the shape itself is wrong

Here's the cleanest example, worth memorizing because you'll see it everywhere once you can name it. It's called affirming the consequent.

Recall from Implication and Conditionals that "if P then Q" only promises one direction: P guarantees Q. It says nothing about going backward from Q to P. The fallacy ignores that:

If it rained, the street is wet.   (If P then Q)
The street is wet.                 (Q is true)
Therefore, it rained.              (Therefore P)

Feel how natural that sounds? But the street could be wet because a truck spilled water, or someone washed their car, or a pipe burst. The conditional never promised that only rain wets the street. The structure pulled you from "Q" back to "P", and that move isn't allowed — no matter what P and Q are.

That's the signature of a formal fallacy: the error is in the wiring. Swap rain and wet streets for any other P and Q, and the same broken pattern produces the same broken conclusion. You can spot these without knowing a single fact about the topic, which is why they're worth learning first.

Informal: when the content cheats

Now the other family. The shape is usually fine — what fails is relevance, honesty, or clarity. A few flavors, to show the range:

  • Irrelevance. The argument brings in something that has nothing to do with whether the claim is true. "You can't trust her budget plan; she got divorced last year." The divorce has no bearing on the math.
  • Emotional pressure. Instead of giving reasons, the argument makes you feel something — fear, pity, belonging — and lets the feeling stand in for the reason.
  • Ambiguity. A word quietly changes meaning partway through. "Only man is rational; no woman is a man; therefore no woman is rational." The word "man" flips from "human" to "male" mid- argument, and the whole thing rides on you not noticing.
  • Distraction. The argument changes the subject to something easier to attack or more exciting to talk about, then declares victory on the wrong question.

You'll meet each by name in Phase 2. For now, absorb the pattern behind the patterns: an informal fallacy gives you something that looks like a reason but isn't connected to the truth of the claim.

Why fallacies work on us

Here's the uncomfortable part. Fallacies aren't rare glitches that fool careless people. They work on careful people too, because they exploit how every human brain is built. Reasoning carefully is slow and effortful, so your mind runs on shortcuts most of the time — and those shortcuts are usually fine. The trouble is that a fallacy is a shortcut pointed in the wrong direction.

A few of the levers they pull:

  • Heuristics. Your brain prefers fast rules of thumb over full analysis. "Sounds right, moving on." Usually that's efficient. A fallacy hands you something that sounds right and counts on you not slowing down.
  • Emotion. A claim wrapped in fear or anger or warmth feels more true than the same claim stated flatly. The feeling is real; the extra truth is imaginary.
  • Authority and the crowd. "An expert said so" and "everyone believes it" are decent first guesses in an uncertain world. But they're guesses, not proof — and a fallacy dresses a guess up as a verdict.
  • Effort avoidance. Checking an argument is work, and a clean, confident conclusion lets you skip it. We take the offer.

None of these are stupidity. They're features that mostly serve you well. A fallacy is what happens when someone — by accident or on purpose — aims one of those features at a false conclusion. The one sentence to carry out of this section: persuasiveness and truth are different properties, and the gap between them is the entire vulnerability.

Why this is worth your time

There's a reason this guide exists, and it isn't to win arguments at dinner.

When you can name a manipulation, it stops working on you. A fallacy's whole power is that it operates below your notice — it feels like a reason, so you accept it like a reason. The moment you can say "that's affirming the consequent" or "that's an appeal to fear," the spell breaks. You're no longer reacting; you're examining.

State it plainly, no conspiracy required: a person who can't be easily fooled can't be easily steered. That's true whether the source is a salesperson, a headline, a politician, a well- meaning friend, or your own tired brain at midnight. Learning the names isn't trivia. It's the difference between thoughts you chose and thoughts that were handed to you. That's the mission of this whole guide.

For builders

If you write software — or work alongside an AI that does — this lands close to home.

The everyday fallacy in your work is the confident, fluent, wrong answer. It shows up when a teammate explains a bug's cause smoothly and completely, and is completely mistaken. It shows up when documentation reads beautifully and describes behavior the code doesn't have. And it shows up constantly in AI output: a model can produce a polished, authoritative, well-formatted answer that is false — and the polish is doing the persuading, not the correctness.

This is the emotion-and-authority lever from earlier, in technical clothing. Fluency reads as competence. A clean explanation feels verified. But fluency is a property of the wording, and correctness is a property of reality — same lesson as the whole phase — and they're not the same thing. The fix is boring and reliable: run the code, check the source, reproduce the claim. Trust the test, not the tone.

Recap

  • A fallacy is an argument that's invalid or unsound but still feels convincing — and the convincing-but-broken kind is the one that actually fools people.
  • Formal fallacies break in their structure (like affirming the consequent); the wiring is bad regardless of content.
  • Informal fallacies keep a fine structure but cheat in their content — irrelevance, emotion, ambiguity, or distraction.
  • They work because human brains run on shortcuts, respond to feeling, defer to authority and the crowd, and avoid effort. Persuasive is not the same as valid, and neither is the same as true.
  • Naming a manipulation is the first step to being immune to it — and "fluent and confident" (from a person or an AI) is not evidence of "correct."

Quick gut-check before you move on:

[
  {
    "q": "Which best describes what a logical fallacy is?",
    "choices": [
      "Any argument you personally disagree with",
      "An argument that is invalid or unsound yet still feels convincing",
      "An argument whose conclusion is false",
      "An argument that uses big or technical words"
    ],
    "answer": 1,
    "explain": "A fallacy is about the reasoning being broken — invalid or unsound — while still feeling persuasive. The conclusion of a fallacious argument can even happen to be true; what's broken is how you got there."
  },
  {
    "q": "What's the difference between a formal and an informal fallacy?",
    "choices": [
      "Formal fallacies are written down; informal ones are spoken",
      "Formal fallacies are easy to spot; informal ones are impossible to spot",
      "A formal fallacy breaks the argument's structure; an informal one keeps the structure but cheats in its content",
      "There is no real difference; the terms are interchangeable"
    ],
    "answer": 2,
    "explain": "Formal fallacies fail in their shape, no matter the content (like affirming the consequent). Informal fallacies have an okay shape but lean on irrelevance, emotion, ambiguity, or distraction."
  },
  {
    "q": "A friend gives a smooth, confident explanation for why a bug happened, and it sounds completely right. What does this phase say you should conclude?",
    "choices": [
      "It's persuasive, so it's almost certainly correct",
      "Persuasiveness isn't evidence of truth — fluency can be wrong, so verify it",
      "Confident people are usually trying to manipulate you",
      "Only AI answers need checking; people's explanations don't"
    ],
    "answer": 1,
    "explain": "Persuasiveness and truth are different properties. A fluent, confident answer — from a person or an AI — can still be false, so the move is to check it (run the code, reproduce the claim), not trust the tone."
  }
]

← Guide overview · Phase 2: The Fallacies You'll Meet Most →

Check your understanding 3 questions

1. Which best describes what a logical fallacy is?

2. What's the difference between a formal and an informal fallacy?

3. A friend gives a smooth, confident explanation for why a bug happened, and it sounds completely right. What does this phase say you should conclude?

Was this page helpful?