Erdős problem 912
Prove that there exists some such that as .
Sources
FormalConjectures/ErdosProblems/
912.lean
Retained formal statement
A heuristic of Tao using the Cramér model for the primes suggests this is true with .
Asymptotics.IsEquivalent Filter.atTop (fun n => ↑(Erdos912.h n)) fun n => √(2 * Real.pi) * (↑n / Real.log ↑n) ^ (1 / 2)OpenStatement only, no proof