Apps

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

Genetic Fallacy

Also Known As: Fallacy of Origins Fallacy of Virtue
Informal Fallacy ID: genetic_fallacy

Definition

The genetic fallacy judges the truth or value of a claim based on its origin rather than its current merit or evidence. Whether a claim arose from a dubious source, an outdated era, or a questionable motivation, its truth value must be assessed on its own terms. This fallacy can work in both directions: dismissing good ideas because of their source or accepting bad ideas because of their prestigious origin.

Examples

"That mathematical theorem was first proposed by a known alcoholic, so we shouldn't trust it."

A city council member dismisses a cost-saving proposal: 'This idea came from the intern, not from a seasoned policy expert. We can't take it seriously.' The proposal's merits are never actually examined.

A nutrition blogger writes: 'Big Pharma funded that study on vitamin supplements, so the results showing they're ineffective must be wrong.' The argument attacks the funding source rather than the methodology or data.

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.

Origin(P, source) AND Negative(source) -> NOT P
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 evaluate a claim based on where it came from rather than its content?

    Type: binary
  2. 2

    Is the origin or history of the idea used to accept or reject it?

    Type: binary
  3. 3

    Is the actual evidence for or against the claim being ignored in favor of its source?

    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

← related to
Fallacy Fallacy

The fallacy fallacy (also known as the argument from fallacy) occurs when someone concludes that a claim is false merely because an argument supporting it contains a logical fallacy. While identifying fallacious reasoning is valuable, a bad argument for a true claim does not make the claim false — the conclusion may still be correct, just not for the reasons given. The truth value of a proposition is independent of any particular argument for or against it.

← related to
Etymological Fallacy

The etymological fallacy occurs when someone argues that the 'true' or 'correct' meaning of a word is its original or historical meaning, and that contemporary usage must defer to etymology. Language evolves, and the meaning of words is determined by current usage and social convention, not by historical origins. While etymology can illuminate conceptual history, it does not prescribe current meaning, and arguments that rely on etymological authority to settle semantic disputes commit this fallacy.

← related to
Ad Feminam

Ad feminam is a gendered form of the ad hominem fallacy in which an argument is dismissed, devalued, or not taken seriously because the speaker is a woman. The content of the argument is bypassed entirely, and the speaker's gender becomes the (explicit or implicit) basis for dismissal. This can manifest as overt sexism ('she's too emotional to reason about this') or as subtler patterns of discrediting, interrupting, tone-policing, or attributing a woman's position to her gender rather than her reasoning.

← related to
Ad Virum

Ad virum is the complement of ad feminam: an argument is dismissed, devalued, or treated as inherently suspect because the speaker is male. The fallacy occurs when the speaker's maleness is treated as sufficient reason to discount their contribution — for example, by claiming they cannot understand or speak to a topic because of their gender, or by dismissing their position as an expression of male privilege rather than engaging with its substance. While acknowledging positionality is valuable, it becomes fallacious when gender alone is used as grounds for dismissal.

← related to
Circumstantial Ad Hominem

The circumstantial ad hominem occurs when an argument is dismissed not by attacking the person's character directly (as in abusive ad hominem) but by pointing to their circumstances — their profession, affiliations, financial interests, personal situation, or identity — and claiming these circumstances are the real reason for their position. The implicit logic is: 'You only believe X because you stand to benefit from X, therefore X is false.' While conflicts of interest are relevant to credibility assessment, they do not determine the truth value of a claim, and using them as a substitute for substantive engagement is fallacious.

Hierarchical Context