Skip to content

Erdős problem 645

If ℕ is 22-coloured then there must exist a monochromatic three-term arithmetic progression x,x+d,x+2dx,x+d,x+2d such that d>xd>x.

Sources

Browse retained paths and inspect the exact material available for this Problem.

1 retained statement2415f78e850a

Open selected source

FormalConjectures/ErdosProblems/

645.lean

Retained formal statement1 of 1

If ℕ is 22-coloured then there must exist a monochromatic three-term arithmetic progression x,x+d,x+2dx,x+d,x+2d such that d>xd>x.

This was first proved by Brown and Landman [BrLa99], who in fact show that this is always possible with d>f(x)d>f(x) for any increasing function ff.

This was formalized in Lean by Alexeev using Aristotle and ChatGPT.

FormalConjectures/ErdosProblems/645.leanErdos645.erdos_6451 lineExact file
∀ (c : ℕ → Bool), ∃ x d, 0 < xx < d ∧ ∃ C, c x = Cc (x + d) = Cc (x + 2 * d) = C
SolvedProof has a holelean4external proof

The proof uses `sorry`: part of the argument is written but not proved. Lean accepts the file; it does not accept the theorem.

Search problems.science

Find a Problem, Result, source, or page