← Logic for the TMUA

Converse and Equivalence

What you'll get from this section. First, the converse of an implication — what it is, and the crucial fact that it need not be true. Then what happens when an implication and its converse both hold: the two statements become equivalent, written PQP \Leftrightarrow Q, "if and only if". This also puts a formal name to the "is the same as" language we've used since Section 2.

The converse

The converse of PQP \Rightarrow Q is the implication with the arrow reversed:

the converse of  (PQ)  is  (QP).\text{the converse of } \ (P \Rightarrow Q) \ \text{ is } \ (Q \Rightarrow P).

You simply swap the condition and the conclusion. (We met it briefly in Section 4, as the contrapositive's deceptive look-alike; here it gets its due.)

The single most important fact about the converse is this: a true implication need not have a true converse. PQP \Rightarrow Q and QPQ \Rightarrow P are different claims, and one can hold while the other fails.

Some examples make this vivid:

  • "If it is a dog, then it is a mammal" is true. Its converse, "if it is a mammal, then it is a dog", is false — a cat is a mammal but no dog.
  • "If nn is a multiple of 44, then nn is even" is true. Its converse, "if nn is even, then nn is a multiple of 44", is false — 66 is even but not a multiple of 44.
  • "If x=3x = 3, then x2=9x^2 = 9" is true. Its converse, "if x2=9x^2 = 9, then x=3x = 3", is false — xx could be 3-3. (Exactly the caution from Section 1.)

Don't confuse the converse with the contrapositive. The contrapositive ¬Q¬P\neg Q \Rightarrow \neg P (flip and negate) is always equivalent to PQP \Rightarrow Q. The converse QPQ \Rightarrow P (flip only) is a separate question, whose answer might be yes or might be no.

So whether the converse holds is genuinely new information. And when it does hold — when both an implication and its converse are true — we have something worth a name.

Equivalence

When PQP \Rightarrow Q and its converse QPQ \Rightarrow P are both true, the statements PP and QQ are equivalent, written

PQmeans(PQ)  and  (QP).P \Leftrightarrow Q \quad\text{means}\quad (P \Rightarrow Q) \ \text{ and } \ (Q \Rightarrow P).

We read PQP \Leftrightarrow Q as "PP if and only if QQ", often shortened to "PP iff QQ". It says PP and QQ are true in exactly the same situations: they stand or fall together.

Why "if and only if"?

The phrase spells out the two halves exactly, using Section 2's readings:

  • "PP only if QQ" means PQP \Rightarrow Q — the original implication.
  • "PP if QQ" means QPQ \Rightarrow P — the converse.

So "PP if and only if QQ" is precisely the implication together with its converse: PQP \Leftrightarrow Q.

A necessary and sufficient condition

Again from Section 2: from PQP \Rightarrow Q, PP is sufficient for QQ; from the converse QPQ \Rightarrow P, PP is necessary for QQ. So when both hold,

PQP \Leftrightarrow Q says that PP is a necessary and sufficient condition for QQ

(and, symmetrically, QQ is necessary and sufficient for PP). "Necessary and sufficient" and "if and only if" are two names for the same thing.

Examples

A genuine equivalence. "nn is even n2\Leftrightarrow n^2 is even." Both directions hold:

  • forward (nn even n2\Rightarrow n^2 even): if n=2kn = 2k then n2=4k2=2(2k2)n^2 = 4k^2 = 2(2k^2), even;
  • converse (n2n^2 even n\Rightarrow n even): this is exactly the lemma from Section 5.

Since the implication and its converse both hold, the two statements are equivalent.

Repairing an earlier converse. We just saw that "x2=9x=3x^2 = 9 \Rightarrow x = 3" has a false converse. Widen the conclusion, though, and the converse is mended:

x2=9(x=3  or  x=3),x^2 = 9 \quad\Leftrightarrow\quad (x = 3 \ \text{ or } \ x = -3),

a true equivalence — each side forces the other.

An everyday one. "A whole number is divisible by 1010 if and only if its last digit is 00." True both ways.

A non-equivalence. "nn is a multiple of 4n4 \Rightarrow n is even" is true, but its converse fails (66 is even, not a multiple of 44) — so it is not an equivalence. Equivalence is a genuinely stronger claim than implication: it demands the converse as well.

Proving an equivalence

To establish PQP \Leftrightarrow Q you must prove both the implication and its converse — PQP \Rightarrow Q and QPQ \Rightarrow P. They are separate jobs and often need quite different arguments (the even/n2n^2 example used a direct proof one way and a contrapositive the other). Proving a single direction never establishes the biconditional.

You can sometimes run a chain of equivalences, PRSQP \Leftrightarrow R \Leftrightarrow S \Leftrightarrow Q, to get from one end to the other — but only if every link is genuinely two-way. A single one-directional step breaks the whole chain.

Looking back

We can now be precise about the "sameness" used throughout this course. Each time we said one statement "is the same as" another — the contrapositive (PQ)(¬Q¬P)(P \Rightarrow Q) \Leftrightarrow (\neg Q \Rightarrow \neg P), De Morgan's laws, the quantifier-negation rules — we were asserting an equivalence. They read as "becomes" only because we hadn't yet named the relationship.

And the warning sharpens to a single line: the contrapositive is equivalent to the original; the converse is not. The two coincide precisely when PQP \Leftrightarrow Q happens to hold.

Common mistakes

1. Assuming the converse comes free. PQP \Rightarrow Q tells you nothing about QPQ \Rightarrow P — the converse must be checked on its own.

2. Confusing converse with contrapositive. Flip-only is the converse (maybe true, maybe not); flip-and-negate is the contrapositive (always equivalent).

3. Proving only one direction of an equivalence. PQP \Leftrightarrow Q needs both PQP \Rightarrow Q and QPQ \Rightarrow P.

4. Treating \Rightarrow as \Leftrightarrow. An implication runs one way; a biconditional runs both.

Summary

  • The converse of PQP \Rightarrow Q is QPQ \Rightarrow P; a true implication need not have a true converse.
  • When an implication and its converse both hold, PP and QQ are equivalent: PQP \Leftrightarrow Q, "PP if and only if QQ".
  • "Only if" is the implication, "if" is the converse; together they make the equivalence — equivalently, PP is necessary and sufficient for QQ.
  • To prove PQP \Leftrightarrow Q, prove both directions.
  • Contrapositive: always equivalent. Converse: not automatic.

Next: Section 7 — Miscellaneous.