There is a very specific shape that some proof-by-contradiction arguments take: you assume the negation, and the algebra hands you a smaller version of the same counterexample. You could repeat the step to get a smaller one. And again. And again — forever.

When you recognise this shape, you are one step away from the contradiction. The final move is to observe that an infinite descending sequence of positive integers is impossible — there is no such sequence — and that impossibility is the wall your argument has been heading toward.

This pattern has a name: infinite descent, associated with Pierre de Fermat. The contradiction it invokes has a name too: the well-ordering principle for positive integers. Recognising the shape saves you time; naming the wall finishes the proof.

The shape

A proof by infinite descent looks like this:

  1. Assume (for contradiction) a counterexample exists. Call it x_0.
  2. From x_0 and its properties, construct another counterexample x_1 with x_1 < x_0 (in some well-defined "smaller than" sense).
  3. Notice that the same construction applied to x_1 produces an even smaller counterexample x_2 < x_1.
  4. Iterating: x_0 > x_1 > x_2 > x_3 > \cdots is an infinite strictly decreasing sequence of positive integers.
  5. Contradiction: no such sequence exists.

The key is step 2 — constructing a smaller counterexample from any given one. If your algebra can do that, the rest is automatic.

Why the ladder must end

The final contradiction leans on the well-ordering principle:

Every non-empty set of positive integers has a least element.

If you had an infinite strictly decreasing sequence x_0 > x_1 > x_2 > \cdots of positive integers, the set \{x_0, x_1, x_2, \ldots\} would be a non-empty set of positive integers without a least element. (Whichever element you named as least, x_{n+1} is smaller.) Well-ordering forbids this, so the sequence cannot exist. The assumption that produced it must be wrong.

Why well-ordering is the right wall: the positive integers are discrete — you cannot have arbitrarily small positive integers. Each integer sits one step above the previous one. A descending sequence eventually hits 1 (or any lower bound) and cannot continue. The real numbers do not have this property (you can have 1, 1/2, 1/4, \ldots descending forever in \mathbb{R}_{>0}), which is why descent arguments are specifically about integers, not reals.

The \sqrt{2} proof, seen as descent

You have probably met the proof that \sqrt{2} is irrational in its "lowest terms" form — see Proof by Contradiction. There is an equivalent form that makes descent explicit and does not mention lowest terms at all.

Claim. \sqrt{2} is irrational.

Proof (infinite descent). Suppose \sqrt{2} = p_0/q_0 for positive integers p_0, q_0. Squaring gives p_0^2 = 2 q_0^2, so p_0^2 is even, so p_0 is even: write p_0 = 2 p_1. Then 4 p_1^2 = 2 q_0^2, giving q_0^2 = 2 p_1^2. So q_0 is even: write q_0 = 2 q_1. Now \sqrt{2} = p_0/q_0 = 2p_1 / 2q_1 = p_1 / q_1 — a new representation of \sqrt{2} with p_1 < p_0 and q_1 < q_0 (strictly, since the division was nontrivial).

Repeat: p_1 = 2 p_2, q_1 = 2 q_2, so \sqrt{2} = p_2 / q_2 with p_2 < p_1. And so on forever.

You have produced an infinite descending sequence p_0 > p_1 > p_2 > \cdots of positive integers. Well-ordering forbids this. Contradiction. So \sqrt{2} cannot be written as p/q with p, q positive integers — \sqrt{2} is irrational. \blacksquare

Why this is the same proof as the lowest-terms version: the lowest-terms version bundles the descent into one step by saying "the descent must have already happened — the fraction cannot be reduced further." The explicit descent version shows you why the reduction must terminate — because it cannot go on forever. Both appeal to well-ordering; the lowest-terms version just hides the appeal inside the phrase "lowest terms."

The ladder diagram

The descent ladder for a hypothetical $\sqrt{2} = p/q$. Each step halves both numerator and denominator. After enough steps the pair would need to shrink below the positive-integer floor — well-ordering forbids it. The final step, coloured red, is where the contradiction lands.

Other classic descent proofs

Infinite descent is not limited to \sqrt{2}. Here are three places it appears.

1. No integer solutions to x^2 - 2y^2 = 0 (nontrivial). Same proof as \sqrt{2}.

2. No integer solutions to x^4 + y^4 = z^2 (Fermat's own descent). Assume a smallest solution (x, y, z) exists. Manipulate algebra to produce a smaller solution (x', y', z'). Contradiction with the minimality. This was Fermat's own use of descent in his margin notes.

3. Every positive integer has a prime factorisation. Assume some positive integer n > 1 has no prime factorisation. Then n is not prime (else it trivially factorises as itself), so n = ab with 1 < a, b < n. Each of a, b is smaller than n and therefore has a prime factorisation (by the assumption, if they did not, they would be smaller counterexamples — but they already factored means either one has a prime factorisation, giving n one, contradicting the assumption). A variant: take the smallest n without a factorisation — descent to a < n breaks minimality.

Recognition checklist

Use descent when:

Do not use descent when:

Why well-ordering is restricted to the integers: the rationals and reals are dense — between any two there is another. A descending sequence in them can get arbitrarily close to zero without terminating. The positive integers are discrete: between n and n-1 there is no integer. So descent must end, and the end is the contradiction.

Spotting descent in a short proof

Claim. No positive integer n is expressible as n = n - 1.

Silly example, but fits the template. Assume some n satisfies n = n - 1. Then n > n - 1 = n, so n > n, impossible. Contradiction.

This is not descent — it is a one-shot contradiction. Descent needs iteration: the negation must produce a smaller version that can produce a smaller version, etc.

Claim (real descent). If n^2 = 2 m^2 for positive integers n, m, then n = m = 0.

Assume (n_0, m_0) is a solution with n_0, m_0 > 0. Then n_0^2 is even, so n_0 is even: n_0 = 2 n_1. Substituting: 4 n_1^2 = 2 m_0^2, so m_0^2 = 2 n_1^2 — another solution (m_0, n_1) (with m_0 < n_0 since n_1 < n_0, and the pair is swapped). Iterate: m_0 is even, m_0 = 2 m_1, yielding (n_1, m_1) with both halved. Repeatedly halving cannot produce a positive integer forever. Contradiction with well-ordering. So the only positive integer solution is trivial — but no positive solutions exist, meaning n^2 = 2 m^2 forces n = m = 0.

The same algebra that proved \sqrt{2} is irrational also proves this descent result; they are two faces of the same theorem.

The short summary

When your contradiction proof keeps producing smaller versions of the same problem, stop and name the wall. Well-ordering: no infinite descent. That one sentence closes the argument and gives your proof a cleaner finish than mumbling "and so on forever".

Related: Proof by Contradiction · Infinite Descent Animation · Lowest Terms Contradiction Finish · Why Lowest Terms Matters in √2 Proof