Let the implication

PQP \to Q

be a proposition with hypothesis PP and conclusion QQ. Three related implications are easy to confuse.

NameForm
Original implicationPQP \to Q
ConverseQPQ \to P
Inverse¬P¬Q\neg P \to \neg Q
Contrapositive¬Q¬P\neg Q \to \neg P

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:

PQ¬Q¬P.P \to Q \quad\Longleftrightarrow\quad \neg Q \to \neg P.
ExampleA counterexample to the converse

The statement “if an integer is divisible by 44, then it is even” is true. Its converse, “if an integer is even, then it is divisible by 44,” is false because 22 is even but not divisible by 44.

ExampleA contrapositive proof

To prove that an integer nn is even whenever n2n^2 is even, it is convenient to prove the contrapositive. Assume that nn is odd, so n=2k+1n=2k+1 for some integer kk. Then

n2=(2k+1)2=2(2k2+2k)+1,n^2=(2k+1)^2=2(2k^2+2k)+1,

which is odd. Therefore, if n2n^2 is even, nn 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.