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 and Pach showed that, for odd, there exist constants such that where .
∀ {d : ℕ}, 5 ≤ d → Odd d → ∃ c₁ > 0, ∃ c₂, ∀ᶠ (n : ℕ) in Filter.atTop, ↑(d / 2 - 1) / (2 * ↑(d / 2)) * ↑n ^ 2 + c₁ * ↑n ^ (4 / 3) ≤ ↑(Erdos1085.f d n) ∧ ↑(Erdos1085.f d n) ≤ ↑(d / 2 - 1) / ↑(d / 2) * ↑n ^ 2 + c₂ * ↑n ^ (4 / 3)SolvedStatement only, no proof