A question says "prove that \sqrt{2} is irrational," or "show there are infinitely many primes," or "prove that no positive integer solutions exist for x^2 - 2y^2 = 0 with y > 0." Three different problems, one shared recipe. Every proof by contradiction runs the same three steps:

  1. Assume the negation of the conclusion. If the claim is P, assume \lnot P.
  2. Derive a contradiction. Chain lawful deductions until you reach something impossible — a statement and its negation both holding, a violated definition, a number that is both even and odd, a fraction that cannot be in lowest terms.
  3. Declare the original true. Since \lnot P led to an impossibility, \lnot P must be false. Therefore P is true.

That is the entire method. The technique lives in step 2 (deriving the contradiction), but steps 1 and 3 are the scaffolding you reach for the instant you recognise the right situation.

The recognition cue

The reflex fires on any of these stem patterns:

Each of these screams "direct proof is hard, contradiction is easy." The reason is simple: the negation \lnot P gives you a concrete, usable assumption ("suppose \sqrt{2} = p/q in lowest terms"), while a direct proof of P ("construct the irrationality") has nothing concrete to grab.

The logical spine

The equivalence that powers the method is this:

P \quad\Leftrightarrow\quad \lnot(\lnot P).

Double negation. To prove P, you equivalently disprove \lnot P. And to disprove \lnot P, you assume it and show it is logically impossible — i.e. leads to a contradiction. See Logic and Propositions for the truth-table justification.

Why this works as a proof: mathematics rests on consistency. If a set of assumptions entails a contradiction (a statement Q \land \lnot Q), one of those assumptions must be false. All your other assumptions are lawful theorems and definitions — they cannot be the false one. So the only suspect is the temporary assumption \lnot P. Therefore \lnot P is false, and P is true.

The walk-through — a concrete template

Claim. \sqrt{2} is irrational.

Step 1. Assume the negation: \sqrt{2} is rational. Then \sqrt{2} = p/q for integers p, q with no common factor (lowest terms), q \ne 0.

Step 2. Derive a contradiction.

Step 3. Declare: the assumption "\sqrt{2} rational" is false. Hence \sqrt{2} is irrational. \blacksquare

The interactive three-stage reflex

Three-stage reflex for proof by contradictionA card shows the current stage of the three-step reflex. A draggable dot steps through three stages: Assume negation, Derive contradiction, Declare original true. The card displays the action and a concrete example using the square root of two proof. stage 1 stage 2 stage 3 assume ¬P derive ⊥ conclude P drag through the three stages
The reflex is exactly three moves. Drag the dot to step through the recipe — assume, contradict, declare.

The recognition patterns (where contradiction beats direct)

If the stem fits any of these templates, reach for contradiction before trying direct.

What counts as a "contradiction"

The endpoint of step 2 must be unambiguously impossible. The standard landing-zones are:

Anything that no mathematical world can contain is a legal landing. The contradiction does not need to be flashy — just impossible.

Two worked setups for the exam

Problem 1. Prove: if n^2 is even, then n is even.

This is the contrapositive by contradiction, not the direct. Assume the conclusion is false: n is odd. Then n = 2k+1 for some integer k. Square: n^2 = 4k^2 + 4k + 1 = 2(2k^2 + 2k) + 1, which is odd. But we are given n^2 is even. Contradiction. Hence n is even. \blacksquare

Problem 2. Prove: there are infinitely many primes.

Assume finitely many primes: p_1, p_2, \ldots, p_n. Let N = p_1 p_2 \cdots p_n + 1. Then N is either prime itself or has a prime factor. Any prime factor of N leaves a remainder of 1 on division by each p_i, so cannot be any of the p_i. Therefore, there is a prime not in the list — contradicting "finitely many primes exhaust all of them." \blacksquare

The exam reflex

Steps 1 and 3 are boilerplate. All your energy goes into step 2, and the trigger is pattern recognition on the stem.

Related: Logic and Propositions · Proof by Contradiction · Negation of If A Then B Is A and Not B · Proof by Contrapositive