The puzzle is natural. You are told that P \Rightarrow Q and its contrapositive \lnot Q \Rightarrow \lnot P are logically equivalent — the same statement in different clothing. If they are the same, how can one be "easier" to prove than the other? Shouldn't the difficulty be a property of the statement itself, not of which wording you picked?

The resolution is a small but important distinction: logical equivalence is about what the statements mean, while difficulty is about how you can work with them on paper. Two statements can carry identical information and yet offer wildly different footholds to a prover. That is not a paradox. It is the engine that makes proof by contrapositive useful.

An analogy: two ways to describe the same city

Imagine the question "Is there a route from Delhi to Chennai?" Two logically equivalent ways to describe the city network:

Both statements are true of the same city network. They describe the same fact. But if you had to verify either claim from scratch, the first gives you a direct route-finding algorithm, while the second requires you to search over all possible subsets. They are logically the same; practically, one is much easier to verify.

Logical equivalence does not equalise verification effort. It only promises that truth is preserved.

The same idea, narrowed to implications

An implication P \Rightarrow Q and its contrapositive \lnot Q \Rightarrow \lnot P say the same thing about when they are true — they are true in exactly the same rows of the truth table. (See Why the Contrapositive Is Always Equivalent but the Converse Isn't for that proof.) But when you sit down to prove either one, you play a very specific game:

That game has different difficulties depending on which hypothesis and which conclusion you start with. Switching to the contrapositive gives you a new hypothesis (\lnot Q instead of P) and a new conclusion (\lnot P instead of Q). Even though the statement proved is the same, the working material is different.

The question "which is easier" is really: "which hypothesis gives me something concrete to manipulate?"

A concrete example

Prove: "If n^2 is even, then n is even."

The truth of both statements is the same. But the hypothesis "n is odd" unpacks cleanly (n = 2m + 1) in a way that the hypothesis "n^2 is even" does not (no clean form for n). The direction of work — from n forward to n^2, via squaring — is arithmetically easy. The reverse direction — from n^2 back to n, via taking a square root — is arithmetically hard.

The hidden asymmetry: arithmetic is one-way

The deeper reason the contrapositive is often easier is that many mathematical operations are asymmetric in difficulty:

Proof by contrapositive lets you choose the easy direction of these asymmetries. Instead of reasoning backward against the grain of arithmetic, you flip the statement and reason forward with it.

Why the choice matters even though truth is preserved: the statement that gets proven is the same in both cases — it is the logical fact "every even square has an even root." But the way you prove it, the steps you write, the algebra you deploy, can vary enormously. A proof is not just a true statement; it is a path from assumed facts to the claim. Different paths have different lengths, and the contrapositive sometimes opens a path that the original form hides.

Another example: the uselessness of the original hypothesis

Prove: "If p is a prime greater than 2, then p is odd."

The hypothesis "p is even" gives you an immediate factorisation p = 2m. The hypothesis "p is prime" gives you the absence of factorisations, which is a harder thing to compute with. The contrapositive trades a negative hypothesis ("no divisors") for a positive one ("p = 2m").

When the contrapositive is not easier

It would be misleading to imply the contrapositive is always the winning choice. Sometimes the original hypothesis is the concrete one:

The heuristic: the contrapositive wins when the negated conclusion is more concrete or more useful than the original hypothesis. If both hypotheses are already concrete, the two forms are equally easy, and you might as well do the direct proof (readers usually find direct proofs easier to follow).

The one-line answer to the puzzle

Logical equivalence is a claim about truth values — two statements that are true in the same situations. It is not a claim about working ease. The contrapositive preserves the truth of the original while changing which statement plays the role of "hypothesis" and which plays "conclusion." When the swap exposes a more manipulable hypothesis, the proof gets easier even though the theorem is the same.

Truth and difficulty live in different dimensions. Equivalence controls truth. Manipulability controls difficulty. The contrapositive preserves one and can improve the other — that is why it earns its place in the proof-writing toolkit.

Related: Proof by Contrapositive · Why the Contrapositive Is Always Equivalent but the Converse Isn't · Contrapositive Equivalent — Use When Direct Proof Is Hard · n² Even → n Even: Direct Proof Stalls, Contrapositive Lands in One Line · Mathematical Proof — Direct Proof