Contrapositive Formula
The Formula
When to use: Flip and negate. Always has the same truth value as the original.
Quick Example
Notation
What This Formula Means
The contrapositive of a conditional statement P \Rightarrow Q is \neg Q \Rightarrow \neg P, formed by negating both parts and reversing their order โ it is always logically equivalent to the original.
Flip and negate. Always has the same truth value as the original.
Formal View
Worked Examples
Example 1
easySolution
- 1 Recall the structure of the conditional: p \Rightarrow q where p: 'n^2 is even' and q: 'n is even.'
- 2 The contrapositive is \neg q \Rightarrow \neg p. Form the negations: \neg q: 'n is not even' (i.e., n is odd), and \neg p: 'n^2 is not even' (i.e., n^2 is odd).
- 3 Contrapositive: 'If n is odd, then n^2 is odd.' By the logical equivalence p \Rightarrow q \equiv \neg q \Rightarrow \neg p, this statement has exactly the same truth value as the original โ and it is in fact true (odd times odd is odd).
Answer
Example 2
mediumCommon Mistakes
- Mixing up contrapositive (\neg Q \to \neg P) with converse (Q \to P) โ only the contrapositive is logically equivalent
- Negating only the hypothesis or only the conclusion instead of both โ the contrapositive flips AND negates both parts
- Thinking the inverse (\neg P \to \neg Q) is the same as the contrapositive โ the inverse is equivalent to the converse, not the original
Why This Formula Matters
The contrapositive provides an alternative path to proving conditional statements and is logically equivalent to the original โ it is widely used in proofs, algorithm correctness, and everyday reasoning like 'if the road is not wet, then it did not rain.'
Frequently Asked Questions
What is the Contrapositive formula?
The contrapositive of a conditional statement P \Rightarrow Q is \neg Q \Rightarrow \neg P, formed by negating both parts and reversing their order โ it is always logically equivalent to the original.
How do you use the Contrapositive formula?
Flip and negate. Always has the same truth value as the original.
What do the symbols mean in the Contrapositive formula?
\sim Q \to \sim P is the contrapositive of P \to Q
Why is the Contrapositive formula important in Math?
The contrapositive provides an alternative path to proving conditional statements and is logically equivalent to the original โ it is widely used in proofs, algorithm correctness, and everyday reasoning like 'if the road is not wet, then it did not rain.'
What do students get wrong about Contrapositive?
Contrapositive \neq converse. Converse: 'If Q, then P'โNOT equivalent.
What should I learn before the Contrapositive formula?
Before studying the Contrapositive formula, you should understand: conditional, negation.