Erdős problem 532
If is 2-coloured then is there some infinite set such that all finite subset sums(as ranges over all non-empty finite subsets of ) are monochromatic?
Sources
FormalConjectures/ErdosProblems/
532.lean
Retained formal statement
If is 2-coloured then is there some infinite set such that all finite subset sums(as ranges over all non-empty finite subsets of ) are monochromatic?
Asked by Graham and Rothschild. Proved by Hindman [Hi74] (for any number of colours).
True ↔ ∀ (c : ℕ → Fin 2), ∃ A, A.Infinite ∧ ∃ color, ∀ (S : Finset ℕ), S.Nonempty → ↑S ⊆ A → c (∑ n ∈ S, n) = color