Skip to content

Erdős problem 233

A conjecture by Heath-Brown: The sum of squares of the first NN gaps between consecutive primes behaves like N(logN)2N * (log N)^2.

Sources

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

3 retained statements2415f78e850a

Open selected source

FormalConjectures/ErdosProblems/

233.lean

Retained formal statement2 of 3

The prime number theorem immediately implies a lower bound of N(logN)2\gg N(\log N)^2 for the sum of squares of gaps between consecutive primes.

Formal proof linked here provided by AlphaProof.

FormalConjectures/ErdosProblems/233.leanErdos233.erdos_233.variants.lower_bound1 lineExact file
(fun N => ↑N * Real.logN ^ 2) =O[Filter.atTop] fun N => ∑ nFinset.range N, ↑(primeGap n) ^ 2
SolvedProof has a holeformal conjecturesexternal proof

The proof uses `sorry`: part of the argument is written but not proved. Lean accepts the file; it does not accept the theorem.

Search problems.science

Find a Problem, Result, source, or page