Back to Problems
erdos_457.variants.one_sub
Specification
Taking $n$ to be the product of primes between $\log n$ and $(2 + o(1)) \log n$ gives an example where $$ q(n, \log n) \ge (2 + o(1)) \log n. $$ Can one prove that $q(n, \log n) < (1 - \epsilon) (\log n)^2$ for all large $n$ and some $\epsilon > 0$?
Lean 4 Statement
theorem erdos_457.variants.one_sub : answer(sorry) ↔ ∃ ε > (0 : ℝ),
∀ᶠ n in Filter.atTop, q n (Real.log n) < (1 - ε) * Real.log n ^ 2
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.