🧪 This platform is in early beta. Features may change and you might encounter bugs. We appreciate your patience!
affirming_disjunct
Affirming a disjunct is a formal fallacy that occurs with inclusive disjunctions (OR statements). Given 'A or B' and knowing A is true, the fallacy concludes that B must be false. This is invalid because 'or' in logic is inclusive by default -- both A and B can be true simultaneously. The error lies in treating an inclusive 'or' as exclusive.
"She's either at the library or at the coffee shop. I just confirmed she's at the library. Therefore, she's definitely not at the coffee shop." (She could have been at both at different times, or the statement could allow both.)
The ad says 'Buy our juice for vitamins or great taste!' A customer thinks: 'I bought it for the vitamins, so it definitely can't also taste great.' But both could be true simultaneously — the disjunction doesn't exclude the other option just because one is confirmed.
A manager tells the team: 'We'll succeed if we cut costs or improve quality.' After cutting costs, a colleague concludes: 'We cut costs, so improving quality is now off the table.' In reality, both strategies could be pursued at the same time.
A OR B; A; therefore NOT B
Binary (yes/no) questions an LLM must answer to identify this aspect:
Is a disjunction (or-statement) being used as a premise?
Type: binaryIs the truth of one disjunct being used to conclude the other is false?
Type: binaryIs the 'or' being treated as exclusive when it could be inclusive?
Type: binaryAffirming a disjunct is a formal fallacy that occurs with inclusive disjunctions (OR statements). Given 'A or B' and knowing A is true, the fallacy concludes that B must be false. This is invalid because 'or' in logic is inclusive by default -- both A and B can be true simultaneously. The error lies in treating an inclusive 'or' as exclusive.
In everyday language, 'or' is often used exclusively ('soup or salad'), conditioning people to assume that confirming one option eliminates the other.
Clarify whether the disjunction is inclusive or exclusive. In logic, 'A or B' allows both to be true unless explicitly stated as exclusive ('either A or B, but not both').
Appears in everyday reasoning about alternatives, legal interpretation of statutes using 'or,' and diagnostic reasoning where confirming one possibility prematurely eliminates others.
Use these tools to detect, analyze, or train this aspect.