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
In fact, in both [Ko16] and [SWCol] a generalized example for -sums is constructed.
False ↔ ∀ k ≥ 2, ∀ (f : ℝ → Fin 2), ∃ A, ¬A.Countable ∧ ∀ (s t : Finset ℝ), ↑s ⊆ A → ↑t ⊆ A → s.card = k → t.card = k → f (s.sum id) = f (t.sum id)SolvedStatement only, no proof