Erdős problem 1199
Is it true that in any 2-colouring of there exists an infinite set such that all elements of are the same colour?
Sources
FormalConjectures/ErdosProblems/
1199.lean
Retained formal statement
Hindman [Hi79] has shown that this is false for 3-colourings.
∃ color, ∀ (A : Set ℕ), A.Infinite → ∃ n ∈ A + A, ∃ m ∈ A + A, color n ≠ color mSolvedStatement only, no proof