Back to Problems
erdos_942
Specification
Is there some constant $c > 0$ such that $h(n) < (\log n)^{c + o(1)}$ and, for infinitely many $n$, $h(n) > (\log n)^{c - o(1)}$.
Lean 4 Statement
theorem erdos_942 : answer(sorry) ↔ ∃ c > 0, ∃ (o : ℕ → ℝ), o =o[atTop] (1 : ℕ → ℝ) ∧
(∀ᶠ n in atTop, erdos_942.h n < (Real.log n) ^ (c + o n)) ∧
{n | erdos_942.h n > (Real.log n) ^ (c - o n)}.Infinite
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.