"If P then Q" has three cousins: the converse (swap), the inverse (negate), and the contrapositive (swap and negate). The names sound interchangeable. They are not. One of the three is logically equivalent to the original; the other two are strangers that happen to share some syntax.

The wheel below lets you see what each operation actually does. Rotate it and every quadrant lights up to show which swap or negation produced it — and which one brings you home to an equivalent statement.

The four-form wheel

Rotate the pointer through four positions: original ($P \Rightarrow Q$), converse ($Q \Rightarrow P$), inverse ($\lnot P \Rightarrow \lnot Q$), and contrapositive ($\lnot Q \Rightarrow \lnot P$). Only the two green-bordered quadrants — top-left and bottom-right — represent statements equivalent to the original. The other two are different theorems entirely.

What each rotation does

Reading the four positions in order makes the three operations — swap, negate, and swap-and-negate — stare you in the face.

Why swap-alone and negate-alone fail but the combination works: a truth table has four rows. The original P \Rightarrow Q produces the pattern T, F, T, T. Swap alone (converse) produces T, T, F, T. Negate alone (inverse) also produces T, T, F, T. Both single operations shift the "false" row from (T,F) to (F,T) — the wrong position. But swap-and-negate moves it twice, once to (F,T) and then back to (T,F). Two wrongs do make a right, in this one narrow logical sense.

The diagonal pairs

Notice the green highlight on the diagonal — top-left and bottom-right. The wheel encodes a deeper fact: opposite quadrants are logically equivalent.

So the four forms collapse into two truth-equivalence classes. The original and its contrapositive are one class. The converse and its inverse are the other. Proving anything in one class proves everything in that class. Proving anything in one class says nothing about whether the other class is true or false.

How the wheel helps you avoid the classic swap error

The most common mistake in proof writing is to set out to prove a statement by contrapositive and accidentally prove the converse instead (see Contrapositive vs Converse — The Swap That Secretly Changes the Theorem). The wheel makes the error diagnosable: if your proof moved from position 1 to position 2 (swap only, no negation), you wrote a converse proof.

Before writing a proof by contrapositive, visualise the wheel:

If you catch yourself negating without swapping (inverse) or swapping without negating (converse), you are at the wrong quadrant. Only the diagonal partner is a safe substitute for the original.

Quick check on a real example

Original: "If n = 6, then n is even." (True.)

The diagonal holds. The off-diagonal forms are different theorems, and both happen to be false here. Proving the original does not prove them; proving them would not prove the original.

Related: Proof by Contrapositive · The Flipper — Watch P ⇒ Q Rotate 180° Into ¬Q ⇒ ¬P · Contrapositive vs Converse — The Swap That Secretly Changes the Theorem · Converse, Inverse, Contrapositive — The Four-Form Carousel · Logic and Propositions