Erdős problem 645
If ℕ is -coloured then there must exist a monochromatic three-term arithmetic progression such that .
Sources
FormalConjectures/ErdosProblems/
645.lean
Retained formal statement
If ℕ is -coloured then there must exist a monochromatic three-term arithmetic progression such that .
This was first proved by Brown and Landman [BrLa99], who in fact show that this is always possible with for any increasing function .
This was formalized in Lean by Alexeev using Aristotle and ChatGPT.
∀ (c : ℕ → Bool), ∃ x d, 0 < x ∧ x < d ∧ ∃ C, c x = C ∧ c (x + d) = C ∧ c (x + 2 * d) = C