🧪 This platform is in early beta. Features may change and you might encounter bugs. We appreciate your patience!
fallacy_of_the_consequent
A broad category of formal fallacies involving incorrect reasoning about the consequent of a conditional statement. It encompasses both affirming the consequent and related errors where the logical role of the consequent is mishandled.
If a person is a genius, they passed the test. John passed the test. Therefore, John is a genius.
If there is a gas leak, the carbon monoxide detector will go off. The carbon monoxide detector is going off. Therefore, there must be a gas leak. (Affirms the consequent — the alarm could be triggered by a malfunction, low battery, or other gas sources.)
If a student cheated on the exam, their score would improve dramatically. Maria's score improved dramatically. Therefore, Maria must have cheated. (Affirming the consequent — many legitimate explanations, such as extra study or reduced anxiety, could account for the improvement.)
(A ⇒ B) ∧ B ⇒ A (variant with negation chains)
Binary (yes/no) questions an LLM must answer to identify this aspect:
Does the argument contain a conditional premise?
Type: binaryDoes the argument confuse the consequent with the antecedent in drawing its conclusion?
Type: binaryIs the conclusion drawn by incorrectly manipulating the conditional relationship?
Type: binaryA broad category of formal fallacies involving incorrect reasoning about the consequent of a conditional statement. It encompasses both affirming the consequent and related errors where the logical role of the consequent is mishandled.
The consequent being true feels like evidence for the antecedent, because in daily life we often reason backwards from effects to causes informally.
Distinguish between sufficient and necessary conditions. The antecedent is sufficient for the consequent, but the consequent being true does not establish the antecedent.
Diagnostic reasoning errors in medicine and IT troubleshooting where symptom presence is treated as proof of a specific cause.
Use these tools to detect, analyze, or train this aspect.