Sign In
A proof by contrapositive is a method used to prove a conditional statement by proving its contrapositive. This method is based on the fact that a conditional statement is equivalent to its contrapositive.
rc Statement:& P ⇒ Q &⇕ Contrapositive:& ¬ Q ⇒ ¬ P
For example, consider the following statement.
There are two main steps to follow to prove this statement by contrapositive.
| ¬ P | ¬ Q | Contrapositive (¬ Q ⇒ ¬ P) |
|---|---|---|
| n^2 is not odd | n is not odd | If n is not odd, then n^2 is not odd. |
LHS^2=RHS^2
(a b)^m=a^m b^m
Calculate power
Factor out 2
From the latter expression, we conclude that n^2 is even. It means that n^2 is not odd. Therefore, we proved that if n is not odd, then n^2 is not odd.