Chapter
Infinite Descent
Infinite descent, parity lemmas, minimal counterexamples, primitive solutions, and contradiction by smaller solutions.
Theory
1. The Main Idea
Infinite descent is a proof method. We assume that a positive integer solution exists, then construct a smaller positive integer solution of the same type. Repeating this forever is impossible, because positive integers cannot decrease forever.
The typical structure is:
- Assume a solution exists.
- Choose one with a smallest positive measure.
- Prove that this solution forces a smaller solution.
- Contradiction.
2. Descent and Parity
Many descent arguments begin with parity. If \(x^2\) is even, then \(x\) is even. This can force both variables to be divisible by \(2\), creating a smaller solution after division.
3. Example: \(x^2=2y^2\)
Suppose \(x^2=2y^2\) has a nonzero integer solution. Then \(x^2\) is even, so \(x=2k\). Substituting:
\[ 4k^2=2y^2,\qquad y^2=2k^2. \]
So \(y\) is even too. Thus both \(x\) and \(y\) are even, and dividing by \(2\) gives a smaller solution. Repeating is impossible. Therefore the only integer solution is \((0,0)\).
4. Minimal Counterexample
Often we assume a smallest counterexample. If the argument creates a smaller counterexample, the original one could not have existed.
5. Descent in Olympiad Problems
Descent usually appears when:
- an equation forces all variables to share a factor;
- a minimal solution can be transformed into a smaller one;
- parity or modular residues repeat after scaling;
- a "smallest" object produces an even smaller object.
Examples
Example 1. Even Square
This lemma is used repeatedly in descent arguments.
Example 2. First Descent
This is the model descent proof for the whole module.
Example 3. Irrational Square Root
Make explicit that lowest terms means not both even.
Example 4. Descent by Three
Use this to generalize the \(2\)-descent idea.
Example 5. No Sum of Squares
This is the first three-variable descent in the course.
Example 6. Minimal Counterexample
This is the logic foundation behind the method.
Example 7. Descent Chain
This abstract problem helps students name the proof skeleton.
Example 8. Divisible by All Powers
This justifies the phrase divisible by arbitrarily large powers.
Problems
Problems
Ladders