Erdős problem 1085
Erdős and Pach showed that, for odd, there exist constants such that where .
Sources
FormalConjectures/ErdosProblems/
1085.lean
Retained formal statement
Erdős showed that, for , where .
∀ {d : ℕ}, 4 ≤ d → ∃ g, Filter.Tendsto g Filter.atTop (nhds 0) ∧ ∀ (n : ℕ), ↑(Erdos1085.f d n) ≤ (↑(d / 2 - 1) / (2 * ↑(d / 2)) + g n) * ↑n ^ 2SolvedStatement only, no proof