🧪 This platform is in early beta. Features may change and you might encounter bugs. We appreciate your patience!
denying_antecedent
Denying the antecedent occurs when someone reasons that because the 'if' clause of a conditional is false, the 'then' clause must also be false. This is invalid because the consequent may be brought about by other conditions not mentioned in the original conditional. The error is the mirror image of affirming the consequent and reflects a misunderstanding of how conditional logic works.
"If you study at Harvard, you'll get a good education. You didn't study at Harvard. Therefore, you didn't get a good education."
If this medication is taken daily, the patient's symptoms will improve. The patient didn't take the medication daily. Therefore, their symptoms won't improve.
If we win the championship, the whole town will celebrate. We didn't win the championship. So the whole town won't be celebrating.
(A ⇒ B) ∧ ¬A ⇒ ¬B
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 deny the antecedent (A is false)?
Type: binaryDoes it conclude the consequent must be false (not B)?
Type: binaryDenying the antecedent occurs when someone reasons that because the 'if' clause of a conditional is false, the 'then' clause must also be false. This is invalid because the consequent may be brought about by other conditions not mentioned in the original conditional. The error is the mirror image of affirming the consequent and reflects a misunderstanding of how conditional logic works.
People tend to treat conditional statements as biconditionals ('if and only if'), assuming the stated condition is both necessary and sufficient.
Show that the consequent can still be true through alternative paths -- other universities also provide good educations.
Frequently appears in gatekeeping arguments in education and employment, where lacking one specific credential is treated as disqualifying despite many alternative qualifications.
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.