Back to Problems
erdos_455:
Specification
Let `q : ℕ → ℕ` be a strictly increasing sequence of primes such that `q (n + 2) - q (n + 1) ≥ q (n + 1) - q n`. Must `lim q n / (n ^ 2) = ∞`?
Lean 4 Statement
theorem erdos_455: answer(sorry) ↔ ∀ q : ℕ → ℕ, StrictMono q →
(∀ n, (q n).Prime ∧ q (n + 2) - q (n + 1) ≥ q (n + 1) - q n) →
Tendsto (fun n : ℕ => (q n : ℝ) / n ^ 2) atTop atTop
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.