Implication is a promise
The statement — read " implies ", or "if then " — is the spine of every theorem you will ever meet. is the hypothesis (the premise, the "if" part); is the conclusion (the "then" part).
The cleanest way to understand it: is a promise. I tell you, "If it rains, then I bring an umbrella." When is my promise broken — when did I lie to you? Exactly one situation: it rained ( true) and I showed up umbrella-less ( false). In every other case I kept my word.
That single insight hands you the whole truth table. Stare at it. I'll wait.
| T | T | T |
| T | F | F |
| F | T | T |
| F | F | T |
Row 2 is the only false row — promise made, promise broken. Stare at it. The implication is true by default and false only when the hypothesis holds but the conclusion fails. And here's a bonus that ties back to last lesson: this column is identical to . So — implication is secretly just an OR in disguise. Verify it row by row and feel the floor shift.
Vacuous truth: the rows that make people scream
Look at rows 3 and 4 — the ones where is false. The implication comes out true both times, and students hate this with the fire of a thousand suns. "How can 'if I'm a billionaire, I'll buy you a yacht' be true when I'm broke?!"
Because I never broke the damn promise. The promise only kicks in if I'm a billionaire. I'm not, so the condition never triggered, so I can't have lied. An unfired promise is an unbroken promise. We call this vacuous truth: when the hypothesis is false, the implication is automatically true, for free, no questions asked.
"Every purple elephant in this lab can fly." True! There are no purple elephants in the lab — I checked, and believe me, I'd know — so there's no counterexample, so the statement stands. Weird? Hell yes. Forced by the table? Also yes. And rigor wins over feelings every single time — that's the entire ethic of this place. You'll use vacuous truth the moment you prove things about empty sets.
Converse: the most expensive mistake on Earth
Take and swap the parts. You get the converse, . It looks almost the same. It is a completely different statement, and conflating the two is the single most common logical error committed by your species, daily, at catastrophic scale. Politicians do it. Doctors do it. Your least favorite statistics teacher certainly does it.
"If it's a dog, then it's a mammal." True. Converse: "If it's a mammal, then it's a dog." Catastrophically false — cats exist.
The truth of tells you nothing about . They are independent. A medical test that's positive whenever you're sick () is worthless shit if it's also positive for healthy people; the converse () is the thing you actually wanted, and it does not come free. Tattoo this on the inside of your eyelids: the converse is not the original.
Contrapositive: the secret identical twin
Now a different swap. The contrapositive of is — negate both parts AND flip the order. And here is the miracle: the contrapositive is logically equivalent to the original. Same truth table, same statement, two costumes. Prove it:
| T | T | T | F | F | T |
| T | F | F | T | F | F |
| F | T | T | F | T | T |
| F | F | T | T | T | T |
Columns three and six are identical. So , always. "If it's a dog, it's a mammal" says exactly the same thing as "if it's not a mammal, it's not a dog." This isn't a coincidence — it's the engine of an entire proof technique two lessons from now, where a hard becomes an easy .
So burn the asymmetry into your brain, because it's the entire goddamn lesson: converse = different; contrapositive = same.
Toggle the rows and confirm the equivalence with your own hands — watch and stay locked together while the converse drifts off on its own:
| P | Q | P → Q | ¬Q → ¬P | Q → P |
|---|---|---|---|---|
| T | T | T | T | T |
| T | F | F | F | T |
| F | T | T | T | F |
| F | F | T | T | T |
Biconditional: the two-way street
Sometimes both directions are true. When and both hold, we write , read " if and only if " (often abbreviated "iff"). Its table is true exactly when and have the same truth value:
| T | T | T |
| T | F | F |
| F | T | F |
| F | F | T |
" is even iff is divisible by ." Both directions hold, so it's a biconditional — a genuine definition. Whenever you see "iff," brace yourself: you'll have to prove two implications, never just one. Half a biconditional is half a proof, and half a proof is zero proof.
The hidden quantifier in every math claim
Last move, and it's a hell of a doozy. Most mathematical claims are implications in disguise, with a silent "for all" bolted to the front. The Federation of Boring Textbook Authors never bothers to show you this skeleton, which is why students stumble through proofs for years without knowing what they're actually asserting. Take "every multiple of is even." Unpack it:
There's the hidden ("for all ") and the hidden ("if divides , then divides "). "Every is a " always means "for all , if is an then is a ." Learning to X-ray English sentences into this skeleton is the prerequisite for proving anything — which is precisely where the next two lessons are headed. Do the gauntlet; sharpen the X-ray vision.