Erdős problem 965
Erdős asks in [Er75b] if for every 2-coloring of ℝ, there is an uncountable set such that all sums for have the same colour.
Sources
FormalConjectures/ErdosProblems/
965.lean
Retained formal statement
Erdős asks in [Er75b] if for every 2-coloring of ℝ, there is an uncountable set such that all sums for have the same colour.
In [Ko16] Péter Komjáth constructed a counterexample. The same result was proven independently in [SWCol] by Sokoup and Weiss.
False ↔ ∀ (f : ℝ → Fin 2), ∃ A, ¬A.Countable ∧ ∀ a ∈ A, ∀ b ∈ A, ∀ c ∈ A, ∀ d ∈ A, a ≠ b → c ≠ d → f (a + b) = f (c + d)SolvedStatement only, no proof