🧪 This platform is in early beta. Features may change and you might encounter bugs. We appreciate your patience!
undistributed_middle
A formal syllogistic fallacy where the middle term connecting two premises is never distributed (never refers to all members of its category). This means the two premises might refer to entirely different subsets of the middle term, making the conclusion invalid.
All dogs are animals. All cats are animals. Therefore, all cats are dogs.
All terrorists want to change society. All activists want to change society. Therefore, all activists are terrorists. (The middle term 'want to change society' is never distributed — it applies to both groups without establishing any exclusive link between them.)
All successful people work hard. All workaholics work hard. Therefore, all workaholics are successful people. (The shared middle term 'work hard' does not distribute across all members of either category, so no valid conclusion about the relationship between the two groups follows.)
∀x(P(x)→M(x)) ∧ ∀x(S(x)→M(x)) ⇒ ∀x(S(x)→P(x))
Binary (yes/no) questions an LLM must answer to identify this aspect:
Does the argument have a syllogistic structure with two premises and a conclusion?
Type: binaryIs there a middle term that appears in both premises but not in the conclusion?
Type: binaryDoes the middle term fail to cover all members of its class in at least one premise (i.e., is it undistributed)?
Type: binaryDoes the conclusion assert a connection between the two end terms that is not logically guaranteed?
Type: binaryA formal syllogistic fallacy where the middle term connecting two premises is never distributed (never refers to all members of its category). This means the two premises might refer to entirely different subsets of the middle term, making the conclusion invalid.
The shared category (animals) seems to create a link, but because it is never fully covered, no valid connection is established between the subject and predicate terms.
Check whether the middle term is used universally (distributed) in at least one premise. If not, the syllogism is invalid regardless of how intuitive the conclusion seems.
Common in political rhetoric where two groups are linked through a shared but overly broad trait: 'Extremists use social media. You use social media. Therefore...'
Use these tools to detect, analyze, or train this aspect.