Implication and Truth
The implication (conditional) , read as "if then ," is the core connective of mathematical theorems. Here, is the hypothesis and is the conclusion.
An implication is false in exactly one case: when is true and is false. In all other cases it is true.
| Hypothesis () | Conclusion () | Truth Status | |
|---|---|---|---|
| True | True | True | Normal |
| True | False | False | The only failure |
| False | True | True | Vacuously true |
| False | False | True | Vacuously true |
When is false, the implication is vacuously true regardless of . A false premise never makes an implication false; only a true hypothesis paired with a false conclusion does.
Derived Statements and Equivalence
From any implication , we form three related statements:
| Type | Form | Status |
|---|---|---|
| Converse | Not equivalent | |
| Inverse | Not equivalent | |
| Contrapositive | Logically equivalent |
Common pitfall: Confusing an implication with its converse () is a major error. does not guarantee .
The biconditional , meaning " if and only if " (iff), asserts that both and share the exact same truth value. It is true precisely when both and its converse hold simultaneously.