Infinite Descent

Summary: A proof technique due to Fermat. To show that an equation has no positive-integer solution, assume one exists and construct a strictly smaller positive-integer solution from it. Iteration produces an infinite strictly decreasing sequence of positive integers, contradicting well-ordering. Used by Euler in ch2.0.13-impossibility-biquadrate-sums to prove , and by extension fermats-last-theorem-n4.

Sources: chapter-2.0.13, chapter-2.0.14, chapter-2.0.15

Last updated: 2026-05-09


The Logical Skeleton

To prove a Diophantine equation has no solution in positive integers:

  1. Assume a solution exists.
  2. Construct from it a new solution with .
  3. Iterate: get an infinite sequence of solutions with strictly decreasing maxima.
  4. Contradiction: positive integers cannot decrease forever (well-ordering of ).
  5. Conclude: no solution exists.

Equivalently (Fermat’s preferred phrasing): a “minimal counterexample” cannot exist, because the construction would yield a smaller one.


Worked Application:

From ch2.0.13-impossibility-biquadrate-sums §205:

StageVariablesRelation
Start coprime, odd, even
Pythagoras coprime, odd, even,
Pythagoras again coprime, ,
Coprime factors are squares, ,
New equation

Since are derived from through fourth-root-like reductions, . Descent.


Why It’s Powerful

  • No need to find solutions: the method proves non-existence without ever exhibiting a witness.
  • Self-similarity: works best when the equation has a structure the descent step preserves (here: same shape ).
  • Constructive: the descent step is explicit, not just an existence argument.

Other Uses by Euler in this Wiki

  • : same chapter, §206–208.
  • : same chapter, §210.
  • , , : derived from the above by reduction.
  • and never both squares (residue-class pruning + descent): ch2.0.14-questions-squares §229-230.
  • (FLT ): fermats-last-theorem-n3 / ch2.0.15-questions-cubes §243. Descent in via representation.
  • : ch2.0.15-questions-cubes §247. Same descent skeleton as §243.

Where Descent Fails

Descent shows if applied naively — but in fact has infinitely many solutions (, etc.). The reason: the auxiliary equation (a Pell equation, pell-equation) has infinitely many solutions, so the “descent” loops back through Pell composition rather than terminating. See ch2.0.13-impossibility-biquadrate-sums §211.

This is a recurring caveat: descent works only when the auxiliary equations of each step are more restrictive, not equally permissive.


Historical

  • Pierre de Fermat (c. 1640) named the method descente infinie and used it for the FLT case among others. He claimed many results by this method without writing proofs.
  • Euler systematized and published descent proofs, including the FLT and cases.
  • Modern descent in arithmetic geometry — used in Mordell-Weil and elliptic curves — generalizes Fermat’s idea to algebraic groups.