Let the implication
be a proposition with hypothesis and conclusion . Three related implications are easy to confuse.
| Name | Form |
|---|---|
| Original implication | |
| Converse | |
| Inverse | |
| Contrapositive |
The converse and inverse are logically equivalent to each other, but neither is generally equivalent to the original implication. The contrapositive is logically equivalent to the original implication:
The statement “if an integer is divisible by , then it is even” is true. Its converse, “if an integer is even, then it is divisible by ,” is false because is even but not divisible by .
To prove that an integer is even whenever is even, it is convenient to prove the contrapositive. Assume that is odd, so for some integer . Then
which is odd. Therefore, if is even, cannot be odd and must be even.
The logical equivalence of an implication and its contrapositive is a transformation of propositions. It does not make the converse true, and it should not be confused with proof by contradiction, even though both methods often avoid a direct proof.
Comments