🧪 This platform is in early beta. Features may change and you might encounter bugs. We appreciate your patience!
illicit_transposition
A formal fallacy that confuses a conditional with its converse. The valid contrapositive of 'if A then B' is 'if not B then not A,' but illicit transposition instead derives 'if B then A,' which does not logically follow.
If it is raining, the ground is wet. Therefore, if the ground is wet, it is raining.
If someone is a licensed pilot, they have passed a flight test. Therefore, if someone has passed a flight test, they are a licensed pilot. (Ignores the fact that student pilots, military personnel, and others may pass flight tests without holding a commercial license.)
If a company is bankrupt, it cannot pay its employees. Therefore, if a company cannot pay its employees, it must be bankrupt. (Confuses the conditional with its converse — there are many reasons a company might fail to pay employees that have nothing to do with bankruptcy.)
(A ⇒ B) ⇒ (B ⇒ A)
Binary (yes/no) questions an LLM must answer to identify this aspect:
Does the argument involve a conditional statement (if A then B)?
Type: binaryDoes the argument attempt to derive the converse (if B then A) without negation?
Type: binaryIs the converse treated as logically equivalent to the original conditional?
Type: binaryA formal fallacy that confuses a conditional with its converse. The valid contrapositive of 'if A then B' is 'if not B then not A,' but illicit transposition instead derives 'if B then A,' which does not logically follow.
People often confuse the direction of implication, assuming that if A causes B, then B implies A. This conflates necessary and sufficient conditions.
Remind that valid contraposition requires negating both terms and reversing them. The converse of a conditional is not guaranteed to be true.
Medical reasoning: 'If you have the flu, you have a fever' does not mean 'If you have a fever, you have the flu.'
Use these tools to detect, analyze, or train this aspect.