Apps

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

Hasty Generalization

Also Known As: Overgeneralization Faulty Generalization Secundum Quid
Informal Fallacy ID: hasty_generalization

Definition

Hasty generalization is the act of drawing a broad conclusion from insufficient, biased, or unrepresentative evidence. It leaps from particular observations to universal claims without adequate justification. The fallacy is not in generalizing per se -- induction is essential to reasoning -- but in doing so from a sample too small or skewed to support the conclusion.

Examples

"I've met three people from that town and they were all rude. Everyone from that town must be rude."

The first two electric cars I test-drove had shorter range than advertised. Electric cars in general must always fall short of their claimed range.

A journalist interviews three voters outside a polling station, all of whom support the incumbent. She reports that the incumbent has overwhelming public support.

Formal Logic Pattern
FOL Pattern
The First-Order Logic formula representing this reasoning pattern's logical structure.
FOL (First-Order Logic) uses quantifiers (∀ = for all, ∃ = there exists), connectives (∧ = and, ∨ = or, ⇒ = implies, ¬ = not), and predicates to capture the essential form of a reasoning pattern. For example, the Ad Hominem fallacy: Person(x) ∧ HasFlaw(x) ⇒ Invalid(Claim(x)). These patterns allow automated verification of logical validity.

∃x(P(x)) ⇒ ∀x(P(x))
Formal Verification:
Formal Verification
Checks whether a reasoning pattern is logically valid or invalid using an automated theorem prover.
Formal verification uses an SMT (Satisfiability Modulo Theories) solver — specifically Z3 — to mathematically check whether an argument's logical structure is valid. Each reasoning pattern is translated into First-Order Logic and tested: Can the premises be true while the conclusion is false? If yes, it's formally invalid. If no, it's formally valid. Many real-world patterns (analogies, heuristics) cannot be fully captured in formal logic — these are marked as not formally decidable, which doesn't mean they're wrong.
Not formally decidable

Verification Steps
Verification Steps
Binary yes/no questions that an AI must answer to detect a reasoning pattern in a text.
Each of the 452 aspects has verification steps — simple yes/no questions designed to systematically detect whether a pattern appears in a text. For ad hominem: "Does the argument attack a person rather than their claim?" For false dichotomy: "Are only two options presented when more exist?" This ensures consistent, reproducible analysis.

Binary (yes/no) questions an LLM must answer to identify this aspect:

  1. 1

    Does the argument draw a general or universal conclusion?

    Type: binary
  2. 2

    Is the evidence limited, anecdotal, or from a small/unrepresentative sample?

    Type: binary
  3. 3

    Would a larger or more representative sample potentially invalidate the conclusion?

    Type: binary
Deep Dive
The expandable detail section on each aspect page with examples, psychology, and counter-strategies.
The Deep Dive section provides in-depth information about each aspect: a real-world example showing the pattern in action, an explanation of why it works psychologically, practical advice on how to counter it, alternative names, and links to related aspects.

Related Aspects

← triggers
Confirmation Bias

Filtering out contradicting information, only accepting confirming data.

← triggers
Availability Heuristic

Forming worldview based on examples that come most easily to mind.

← triggers
Group Attribution Error

Believing individual member characteristics reflect the entire group.

← correlates with
Social Conformity (Bandwagon)

Bandwagon effect – adopting behaviors/beliefs because the majority does.

← correlates with
No True Scotsman

Altering a generalization's definition to exclude a counter-example.

← correlates with
Base Rate Fallacy

Ignoring general statistical base rates in favor of specific individual-case info.

← correlates with
Simpson's Paradox

A trend in several groups that disappears or reverses when combined.

← correlates with
Faulty Agency Assignment

Using collective pronouns to assign responsibility to groups lacking cohesive agency.

← related to
Generic Generalisation

Generic generalisation occurs when a generic statement — one that captures a typical or characteristic property of a kind — is treated as a strict universal claim. Generic sentences like 'dogs have four legs' or 'mosquitoes carry malaria' express statistical tendencies, characteristic features, or normative expectations, but they tolerate exceptions. The fallacy arises when these defeasible generics are deployed as though they were exceptionless universal quantifications, licensing conclusions about specific individuals.

← related to
Accident Fallacy

The accident fallacy (a dicto simpliciter ad dictum secundum quid) occurs when a general rule is applied to a specific case whose circumstances make the rule inapplicable. The fallacy treats the general rule as absolute and exceptionless, ignoring the particular features of the case at hand that constitute a legitimate exception. It is the opposite of the converse accident (hasty generalisation), which moves from specific cases to general rules.

← related to
Overwhelming Exception

The overwhelming exception fallacy occurs when a generalisation is presented as meaningful or informative despite having so many exceptions that it is effectively vacuous. The rule may be technically true only in a narrow set of circumstances, yet it is invoked as though it captures a genuine regularity. This differs from the accident fallacy in that the problem is not misapplication to one case but the rule's fundamental inadequacy as a generalisation.

← related to
Anecdotal Argument

The anecdotal argument fallacy occurs when personal experiences, individual stories, or isolated examples are presented as sufficient evidence for a general claim. While anecdotes can be valuable for illustration, hypothesis generation, or making data relatable, they are unreliable as evidence because they are subject to selection bias, survivorship bias, memory distortion, and the representativeness heuristic. A single vivid story can psychologically overwhelm statistical evidence covering thousands of cases.

← related to
Panacea Fallacy

The panacea fallacy occurs when a single, simple solution is proposed as the complete answer to a complex, multi-dimensional problem. The fallacy lies not in the potential value of the proposed solution but in the claim that it alone is sufficient. Complex problems typically have multiple interacting causes, and addressing only one causal pathway while ignoring others gives the illusion of resolution without achieving it. This fallacy exploits the human preference for simple, actionable narratives over complicated, ambiguous ones.

Hierarchical Context