Back to Problems
erdos_455.liminf
Specification
Let `q : ℕ → ℕ` be a strictly increasing sequence of primes such that `q (n + 2) - q (n + 1) ≥ q (n + 1) - q n`. Then `liminf q n / (n ^ 2) > 0.352`, and this is proved in [Ri76].
Lean 4 Statement
theorem erdos_455.liminf : ∀ q : ℕ → ℕ, StrictMono q →
(∀ n, (q n).Prime ∧ q (n + 2) - q (n + 1) ≥ q (n + 1) - q n) →
liminf (fun n : ℕ => (q n : ℝ≥0∞) / n ^ 2) atTop > 0.352
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.