Erdős problem 920
Is it true that, for , for some constant ?
Sources
FormalConjectures/ErdosProblems/
920.lean
Retained formal statement
It is known that (see [erdosproblems.com/1104]).
(fun n => ↑(Erdos920.f 3 n)) =Θ[Filter.atTop] fun n => (↑n / Real.log ↑n) ^ (1 / 2)SolvedStatement only, no proof