Erdős problem 645
If ℕ is -coloured then there must exist a monochromatic three-term arithmetic progression such that .
No current result
No reviewed Result is current in Vela Mathematics Program. Retained source material is shown below.
Retained declaration
FormalConjectures/ErdosProblems/645.lean∀ (c : ℕ → Bool), ∃ x d, 0 < x ∧ x < d ∧ ∃ C, c x = C ∧ c (x + d) = C ∧ c (x + 2 * d) = CProof manifests naming this Problem
- Jayyhk Erdős Lean
jayyhk:erdos:645 - PLBY Lean proofs
ErdosProblems.Erdos645
Reported activity
Work these sources record against this Problem. Source-reported attribution, not reviewed here.
Formalization
- Machine