Erdős problem 945
Is it true that ?
Sources
FormalConjectures/ErdosProblems/
945.lean
Retained formal statement
Erdős and Mirsky [ErMi52] proved that \log F(x) \ll \frac{(\log x)^{1/2}}.
(fun n => Real.log ↑(Erdos945.F ↑n)) =O[Filter.atTop] fun x => √(Real.log ↑x) / Real.log (Real.log ↑x)SolvedStatement only, no proof