erdős #1199
Is it true that in any -colouring of there exists an infinite set such that all elements of are the same colour?
Worked, still open.
additive combinatorics · open · possible · formalized (Lean) · 0 attempts
use this record
vela registry pull vfr_37aec80d874a0239vela reproduce examples/erdos-problemsformal
AMS 5 · open (literature)
theorem erdos_1199 :
answer(sorry) ↔
∀ (color : ℕ → Fin 2), ∃ (A : Set ℕ),
A.Infinite ∧ ∀ n ∈ (A+A), ∀ m ∈ (A+A), color n = color mformal-conjectures/1199.lean ↗status
open