What it is
From if A then B, and B is true, wrongly concluding A. Other causes of B are ignored.
In the wild
If it rains the road is wet; the road is wet, so it rained.
How to answer it
Name one other thing that would produce the same result.
A field guide to the ways reasoning breaks
Broken structure
Also called Converse error
From if A then B, and B is true, wrongly concluding A. Other causes of B are ignored.
If it rains the road is wet; the road is wet, so it rained.
Name one other thing that would produce the same result.
Named for its shape: the consequent — the 'then' half of a conditional — is affirmed, and from that the 'if' half is concluded. It is the invalid twin of modus ponens, one of the two ways a hypothetical syllogism can misfire.
If the servers are overloaded the site is slow; the site is slow this morning, so the servers must be overloaded — and nobody checks the office internet.
Candidates who bluff get caught in interviews; this candidate was caught, so he must have been bluffing.
If the new feature worked, users would upgrade; users upgraded, so the feature works.
When the price drops, demand rises; demand rose last quarter, so the price drop did it.