6: The Converse and the Contrapositive
( \newcommand{\kernel}{\mathrm{null}\,}\)
Table of contents
Part 5: The Converse and the Contrapositive
Why Converses and Contrapositives Matter
Now that we understand if-then statements, let's explore two important variations:
- The Converse: Reversing the hypothesis and conclusion.
- The Contrapositive: Both reversing and negating the hypothesis and conclusion.
The Converse: (instead of )
Given an original statement:
the converse is:
In words: - Original: "If
- Converse: "If
Example:
Original: "If it's a goat (
Converse: "If it's an animal (
Does the Converse Have the Same Truth?
The truth of "
Goat vs. Animal
Original (
Converse (
Key Point:
Knowing that
Truth Table Perspective
Let's compare
T | T | T | T |
T | F | F | T |
F | T | T | F |
F | F | T | T |
Notice the middle two lines: - Line 2:
- Line 3:
These mismatches show that
The Contrapositive:
The contrapositive of:
is:
In words, we take the original if-then ("If
Surprisingly, a statement and its contrapositive are logically equivalent — they are always true or false together.
Box of Balls Revisited
Original: "If the box has a blue ball (
Contrapositive: "If the box does not have a red ball (
If the original statement about the box is true, its contrapositive is also true (and vice versa). They stand or fall together.
Why Are They Equivalent?
Intuitive Explanation
If "
Truth Table Confirmation
T | T | T | F | F | T |
T | F | F | T | F | F |
F | T | T | F | T | T |
F | F | T | T | T | T |
Compare the columns for
Equivalence in Practice
In proofs (and many real-life arguments), it's often useful to prove
The Inverse:
For completeness, consider the inverse of the original statement
The inverse says: "If not
Example: Original: "If it's a goat, then it's an animal." (True)
Inverse: "If it's not a goat, then it's not an animal." (False, since not-goat could be a cow, which is still an animal.)
In general, a statement and its inverse are not equivalent. (In fact, the inverse has the same truth value as the converse in all cases.)
Common Misconceptions
-
"The converse has the same meaning as the original."
Reality: They can differ drastically. and are usually not equivalent (unless and happen to be logically equivalent statements themselves). -
"If
is true, then must be true."
Reality: False. The goat/animal example shows can be true while is false. -
"The contrapositive is basically the same as the converse."
Reality: Not at all. The contrapositive of is logically equivalent to the original statement, whereas the converse is generally not. It's a common error to mix these up.
Exercises
Below are exercises to practice identifying converses and contrapositives, and to test your understanding of their truth values.
Identify Converse and Contrapositive
5.1. For the statement "If you are wearing a red hat, then the people next to you are smiling," write the converse and the contrapositive.
5.2. Given "If a number is even, then it is divisible by 2," what are the converse and contrapositive? Which of those are true statements in general mathematics?
5.3. Consider the statement "If it is raining, then the ground is wet." Write its converse, inverse, and contrapositive in English sentences.
Truth Check
Determine whether each of the following is true or false (in general). Assume a universe where the statements make sense (e.g., all objects, all people, etc.), and give a brief explanation:
5.4. If the original statement "
5.5. If "
5.6. If "
Application
5.7. Debugging logic: A student writes, "If a figure is a square, then it has four sides. Therefore if a figure has four sides, it must be a square." Identify the student's error in terms of converse/contrapositive/inverse.
5.8. Think of a real-world conditional statement (not used in the text). State its converse and contrapositive, and comment on their truth in that real context.
Next: In Part 6: The Biconditional, we'll explore "if and only if" statements, which effectively combine an implication and its converse when both are true.