Apps

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

Gambler's Fallacy

Also Known As: Spielerfehlschluss Monte-Carlo-Trugschluss Monte Carlo Fallacy Fallacy of the Maturity of Chances Spielerirrtum
Cognitive Bias ID: gamblers_fallacy

Definition

The gambler's fallacy is the mistaken belief that if a particular event occurs more frequently than normal during a given period, it will occur less frequently in the future (or vice versa) for statistically independent events. It reflects a fundamental misunderstanding of probability: the belief that random processes have a 'memory' and must balance out in the short run.

Examples

At a roulette table, the ball has landed on black seven times in a row. A gambler bets heavily on red, convinced that red is 'due' — even though each spin is independent and the probability remains exactly 50/50.

After having three daughters, a couple is convinced their next child 'must' be a boy, as if nature needs to balance things out — ignoring that each conception has roughly equal probability.

A lottery player avoids numbers that won recently, believing they are less likely to appear again, even though each draw is completely independent of previous ones.

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.

∀e(Independent(e) ∧ Random(e) → ¬(P(e,t+1) ≠ P(e,t) | Outcome(e,t)))

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 person believe that past random outcomes influence future independent events?

    Type: binary
  2. 2

    Is the expectation that a streak must 'correct itself' or that an outcome is 'due'?

    Type: binary
  3. 3

    Are the events in question actually statistically independent?

    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.