If, Then, and Exactly When
The implication (conditional) — "if then " — is the connective at the heart of every theorem. Its truth table has one subtle feature: is false in exactly one case, when is true but is false. In every other case it is true — including, crucially, when is false, where the implication is vacuously true regardless of . The premise is called the hypothesis and the conclusion.
From any implication we form three related statements:
- Converse — swap hypothesis and conclusion.
- Inverse — negate both.
- Contrapositive — negate and swap.
The essential fact: an implication is logically equivalent to its contrapositive, but not to its converse or inverse. "If it is raining, the ground is wet" and "if the ground is not wet, it is not raining" say the same thing; but "if the ground is wet, it is raining" (converse) does not follow. Confusing an implication with its converse is one of the most common reasoning errors.
The biconditional — " if and only if " — asserts that and have the same truth value; it is true exactly when both and its converse hold. This is the "iff" of definitions and equivalences: means each implies the other, so they stand or fall together.
Common pitfall: treating an implication as equivalent to its converse (affirming the converse). does not give you . It is equivalent to its contrapositive . Also, when is false, is vacuously true — a false hypothesis never makes an implication false; only a true hypothesis with a false conclusion does.