> ## Documentation Index
> Fetch the complete documentation index at: https://meta.niceshare.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Fallacies · Logical Fallacies & Reasoning Traps

> 35 logical fallacies and reasoning errors — the systematic flaws that make weak arguments sound compelling. Recognizing them sharpens your own reasoning and makes you immune to manipulation.

## What are Fallacies?

A fallacy is a **flaw in the logical structure of an argument** — it makes reasoning appear valid or persuasive when it actually isn't. Fallacies are common vulnerabilities in human thinking; they may be unconscious cognitive errors or deliberately used to mislead.

> Recognizing fallacies has two payoffs: your own arguments become more rigorous, and you become harder to manipulate with bad arguments.

**This category covers 35 core fallacies**, organized into four groups:

* **Structural Fallacies**: flaws in the logical architecture of arguments
* **Appeal Fallacies**: replacing logic with non-rational appeals (authority, emotion, etc.)
* **Causal & Inductive Fallacies**: errors in causal reasoning and data inference
* **Other Common Fallacies**: pervasive reasoning errors that resist neat categorization

***

## Structural Fallacies

<CardGroup cols={2}>
  <Card title="Straw Man" icon="user-slash" href="/fallacies/straw-man">
    Misrepresent an opponent's argument to make it easier to attack
  </Card>

  <Card title="Ad Hominem" icon="person-falling-burst" href="/fallacies/ad-hominem">
    Attack the person making an argument rather than the argument itself
  </Card>

  <Card title="Circular Reasoning" icon="arrows-rotate" href="/fallacies/circular-reasoning">
    Use the conclusion as a premise to prove the conclusion
  </Card>

  <Card title="False Dilemma" icon="toggle-on" href="/fallacies/false-dilemma">
    Present only two options when more actually exist
  </Card>

  <Card title="Slippery Slope" icon="person-skiing" href="/fallacies/slippery-slope">
    Claim that one small step inevitably leads to extreme consequences
  </Card>

  <Card title="Hasty Generalization" icon="magnifying-glass" href="/fallacies/hasty-generalization">
    Draw an overly broad conclusion from a small or unrepresentative sample
  </Card>

  <Card title="Composition Fallacy" icon="puzzle-piece" href="/fallacies/composition-fallacy">
    Assume what is true of the parts must be true of the whole
  </Card>

  <Card title="Division Fallacy" icon="scissors" href="/fallacies/division-fallacy">
    Assume what is true of the whole must be true of every part
  </Card>

  <Card title="Equivocation" icon="question" href="/fallacies/equivocation">
    Use a single word with two different meanings within the same argument
  </Card>

  <Card title="Middle Ground Fallacy" icon="center-focus-strong" href="/fallacies/middle-ground">
    Assume the truth must lie between two opposing positions
  </Card>

  <Card title="Burden of Proof" icon="scale-balanced" href="/fallacies/burden-of-proof">
    Shift the responsibility of disproof onto the person who challenges a claim
  </Card>

  <Card title="Loaded Question" icon="circle-question" href="/fallacies/loaded-question">
    Embed an unproven assumption inside a question
  </Card>
</CardGroup>

***

## Appeal Fallacies

<CardGroup cols={2}>
  <Card title="Appeal to Authority" icon="user-tie" href="/fallacies/appeal-to-authority">
    "An authority figure says so, therefore it's true"
  </Card>

  <Card title="Appeal to Emotion" icon="heart-pulse" href="/fallacies/appeal-to-emotion">
    Use emotional manipulation instead of logical argument
  </Card>

  <Card title="Appeal to Tradition" icon="landmark" href="/fallacies/appeal-to-tradition">
    "We've always done it this way, so it must be right"
  </Card>

  <Card title="Appeal to Nature" icon="leaf" href="/fallacies/appeal-to-nature">
    "It's natural, therefore it's good"
  </Card>

  <Card title="Appeal to Ignorance" icon="ghost" href="/fallacies/appeal-to-ignorance">
    "It hasn't been disproven, therefore it must be true"
  </Card>

  <Card title="Appeal to Popularity" icon="people-group" href="/fallacies/appeal-to-popularity">
    "Most people believe it, therefore it's true"
  </Card>

  <Card title="Tu Quoque" icon="finger-pointer" href="/fallacies/tu-quoque">
    Deflect criticism by pointing out the critic's inconsistency
  </Card>

  <Card title="Genetic Fallacy" icon="seedling" href="/fallacies/genetic-fallacy">
    Judge an argument by its origin rather than its content
  </Card>
</CardGroup>

***

## Causal & Inductive Fallacies

<CardGroup cols={2}>
  <Card title="Post Hoc Fallacy" icon="backward" href="/fallacies/post-hoc">
    B followed A, therefore A caused B
  </Card>

  <Card title="Correlation ≠ Causation" icon="link-slash" href="/fallacies/correlation-causation">
    Two things happening together doesn't mean one causes the other
  </Card>

  <Card title="False Cause" icon="question-circle" href="/fallacies/false-cause">
    Misidentify the actual cause of an event
  </Card>

  <Card title="Texas Sharpshooter Fallacy" icon="crosshairs" href="/fallacies/texas-sharpshooter">
    Shoot first, draw the target after — cherry-pick data that fits your conclusion
  </Card>

  <Card title="Gambler's Fallacy" icon="dice" href="/fallacies/gamblers-fallacy">
    Believe that past random events influence future probabilities
  </Card>

  <Card title="Survivorship Bias Fallacy" icon="person-running" href="/fallacies/survivorship-bias-fallacy">
    Draw conclusions from only successful cases, ignoring failures
  </Card>

  <Card title="Anecdotal Fallacy" icon="comment" href="/fallacies/anecdotal-fallacy">
    Substitute personal experience for rigorous evidence
  </Card>

  <Card title="Red Herring" icon="fish" href="/fallacies/red-herring">
    Introduce an irrelevant topic to distract from the real issue
  </Card>
</CardGroup>

***

## Other Common Fallacies

<CardGroup cols={2}>
  <Card title="No True Scotsman" icon="shield" href="/fallacies/no-true-scotsman">
    Redefine criteria to exclude inconvenient counterexamples
  </Card>

  <Card title="Moving the Goalposts" icon="soccer-ball" href="/fallacies/moving-goalposts">
    Change the standard of proof after it has already been met
  </Card>

  <Card title="Nirvana Fallacy" icon="star" href="/fallacies/nirvana-fallacy">
    Reject a practical solution because it isn't perfect
  </Card>

  <Card title="False Equivalence" icon="equals" href="/fallacies/false-equivalence">
    Treat fundamentally different things as though they are equivalent
  </Card>

  <Card title="Moral Equivalence" icon="scale-unbalanced" href="/fallacies/moral-equivalence">
    Draw a false moral parallel between significantly different actions
  </Card>

  <Card title="Kettle Logic" icon="mug-hot" href="/fallacies/kettle-logic">
    Deploy multiple, mutually contradictory defenses of the same position
  </Card>

  <Card title="Reification Fallacy" icon="cube" href="/fallacies/reification-fallacy">
    Treat an abstract concept as though it were a concrete, tangible entity
  </Card>
</CardGroup>
