Erdős problem 46
Does every finite colouring of the integers have a monochromatic solution to with ?
Sources
FormalConjectures/ErdosProblems/
46.lean
Retained formal statement
Croot [Cr03] proved more: there are infinitely many disjoint such monochromatic solutions.
True ↔ ∀ (𝓒 : ℕ → ℕ), (Set.range 𝓒).Finite → ∃ S, (∀ (i j : ℕ), i ≠ j → Disjoint (S i) (S j)) ∧ ∀ (i : ℕ), (∀ n ∈ S i, 2 ≤ n) ∧ ∑ n ∈ S i, 1 / ↑n = 1 ∧ (𝓒 '' ↑(S i)).SubsingletonSolvedStatement only, no proof