Erdős problem 920
Is it true that, for , for some constant ?
Sources
FormalConjectures/ErdosProblems/
920.lean
Retained formal statement
Graver and Yackel [GrYa68] proved that
∀ k ≥ 3, (fun n => ↑(Erdos920.f k n)) =O[Filter.atTop] fun n => (↑n * Real.log (Real.log ↑n) / Real.log ↑n) ^ (1 - 1 / (↑k - 1))SolvedStatement only, no proof