🧪 This platform is in early beta. Features may change and you might encounter bugs. We appreciate your patience!
affirming_consequent
Affirming the consequent is a formal logical error where one assumes that because a conditional statement is true and the consequent (the 'then' part) is true, the antecedent (the 'if' part) must also be true. This ignores the possibility that multiple antecedents could produce the same consequent. For instance, 'if it rains, the ground is wet' does not mean wet ground proves it rained -- a sprinkler could be the cause.
"If someone is a doctor, they went to university. Sarah went to university. Therefore, Sarah must be a doctor."
If it's raining, the streets will be wet. The streets are wet. Therefore, it must be raining.
Our marketing team said that if we launch a viral campaign, sales will spike this quarter. Sales spiked this quarter. So our campaign must have gone viral.
(A ⇒ B) ∧ B ⇒ A
Binary (yes/no) questions an LLM must answer to identify this aspect:
Does the argument have an 'If A then B' conditional structure?
Type: binaryDoes the argument assert the consequent (B) is true?
Type: binaryDoes it conclude the antecedent (A) must therefore be true?
Type: binaryAffirming the consequent is a formal logical error where one assumes that because a conditional statement is true and the consequent (the 'then' part) is true, the antecedent (the 'if' part) must also be true. This ignores the possibility that multiple antecedents could produce the same consequent. For instance, 'if it rains, the ground is wet' does not mean wet ground proves it rained -- a sprinkler could be the cause.
People naturally conflate sufficient conditions with necessary ones, especially when the conditional relationship feels intuitively strong or familiar.
Point out that the consequent could have multiple causes and ask whether the stated antecedent is the only possible explanation.
Common in medical self-diagnosis ('this disease causes headaches; I have headaches; therefore I have this disease') and in criminal investigations where circumstantial evidence is treated as proof.
Denying a conjunct is a formal fallacy that occurs when, from the premise that a conjunction is false (not both A and B), and the premise that one conjunct is false, it is concluded that the other conjunct must be true. This confuses the logical conjunction (AND) with the exclusive disjunction (XOR). If 'not both A and B' is true, denying A only tells us the conjunction fails — it does not tell us anything about B, which could be either true or false.
Non sequitur (Latin: 'it does not follow') is the broad formal fallacy in which the conclusion does not logically follow from the premises. While many specific fallacies are technically non sequiturs, the term is applied when the logical gap is stark and cannot be classified under a more specific fallacy category. The conclusion may be true or false independently, but the argument provides no valid logical path from premises to conclusion, and the disconnect is too fundamental to be attributed to a missing premise.
Use these tools to detect, analyze, or train this aspect.
Affirming the Consequent — Wikipedia
Formal overview of the logical fallacy with examples and discussion of common occurrences.
en.wikipedia.org
Formal Fallacies — Stanford Encyclopedia of Philosophy
Academic treatment of formal and informal fallacies including the converse error.
plato.stanford.edu
Affirming the Consequent — LessWrong
Community discussions and practical examples from a rationality perspective.
www.lesswrong.com
Fallacy: Affirming the Consequent — Fallacy Files
Detailed analysis with logical forms, examples, and counter-examples.
www.fallacyfiles.org