erdős #645
If is 2-coloured then must there exist a monochromatic three-term arithmetic progression such that ?
Worked, still open.
number theory · solved · formalized (Lean) · 0 attempts
use this record
vela registry pull vfr_37aec80d874a0239vela reproduce examples/erdos-problemsformal
AMS 5 11 · solved (literature)
theorem erdos_645 (c : ℕ → Bool) : ∃ x d, 0 < x ∧ x < d ∧
(∃ C, c x = C ∧ c (x + d) = C ∧ c (x + 2 * d) = C)formal-conjectures/645.lean ↗status
solved