Erdős problem 912
Prove that there exists some such that as .
Sources
FormalConjectures/ErdosProblems/
912.lean
Retained formal statement
Prove that there exists some such that as .
∃ c > 0, Asymptotics.IsEquivalent Filter.atTop (fun n => ↑(Erdos912.h n)) fun n => c * (↑n / Real.log ↑n) ^ (1 / 2)OpenStatement only, no proof