Erdős problem 1062
Erdős asked whether the limiting density f n / n exists and, if so, whether it is irrational.
Sources
FormalConjectures/ErdosProblems/
1062.lean
Retained formal statement
Lebensold proved that for large n, the function f n lies between 0.6725 n and 0.6736 n.
∀ᶠ (n : ℕ) in Filter.atTop, 0.6725 * ↑n ≤ ↑(Erdos1062.f n) ∧ ↑(Erdos1062.f n) ≤ 0.6736 * ↑nSolvedStatement only, no proof