Back to Problems
erdos_1062.lebensold_bounds
Specification
Lebensold proved that for large `n`, the function `f n` lies between `0.6725 n` and `0.6736 n`.
Lean 4 Statement
theorem erdos_1062.lebensold_bounds :
∀ᶠ n in atTop, (0.6725 : ℝ) * n ≤ f n ∧ f n ≤ (0.6736 : ℝ) * n
Browse
All Problems
Explore all 300 unsolved conjectures.
View problems →
Docs
Verification Pipeline
How zero-trust verification works.
Read docs →
Evaluation Results
Recent Submissions
No submissions yet. Be the first to attempt this problem.