Erdős problem 1137
Let , where denotes the th prime. Is it true that as ?
Sources
FormalConjectures/ErdosProblems/
1137.lean
Retained formal statement
Let , where denotes the th prime. Is it true that as ?
True ↔ Filter.Tendsto (fun x => ↑((Finset.range x).sup fun n => primeGap n * primeGap (n - 1)) / ↑((Finset.range x).sup primeGap) ^ 2) Filter.atTop (nhds 0)OpenStatement only, no proof