Back to Problems
erdos_968.variants.sum_abs_diff_isTheta_log_sq
Specification
Erdős and Prachar proved `∑_{pₙ < x} |u (n+1) - u n| ≍ (log x)^2` (see [ErPr61]). We encode `∑_{pₙ < x}` as a sum over `n < Nat.primeCounting' x` (the number of primes `< x`).
Lean 4 Statement
theorem erdos_968.variants.sum_abs_diff_isTheta_log_sq :
(fun x : ℕ =>
∑ n < Nat.primeCounting' x, |u (n + 1) - u n|) =Θ[atTop]
fun x : ℕ => log x ^ 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.