Skip to content

Erdős problem 968

Does the set {n | u n < u (n+1)} have positive lower density?

Sources

Browse retained paths and inspect the exact material available for this Problem.

5 retained statements2415f78e850a

Open selected source

FormalConjectures/ErdosProblems/

968.lean

Retained formal statement5 of 5

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).

FormalConjectures/ErdosProblems/968.leanErdos968.erdos_968.variants.sum_abs_diff_isTheta_log_sq2 linesExact file
(fun x => ∑ nFinset.Iio x.primeCounting', |Erdos968.u (n + 1) - Erdos968.u n|) =Θ[Filter.atTop] fun x =>  Real.logx ^ 2
SolvedStatement only, no proof

Search problems.science

Find a Problem, Result, source, or page