Erdős problem 865
There exists a constant such that, for all large , if has size at least then there are distinct such that .
Sources
FormalConjectures/ErdosProblems/
865.lean
Retained formal statement
Choi, Erdős, and Szemerédi [CES75] have proved that, for all , there exists such that (for large enough ) .
∀ (k : ℕ), 3 ≤ k → ∃ ε > 0, ∀ᶠ (N : ℕ) in Filter.atTop, ↑(Erdos865.f N k) ≤ (2 / 3 - ε) * ↑NSolvedStatement only, no proof