Erdős problem 152
Must lim f n = ∞?
Sources
FormalConjectures/ErdosProblems/
152.lean
Retained formal statement
Must f n ≫ n ^ 2?
This stronger quadratic variant was also proved formally by the DeepMind prover agent [DM26b].
True ↔ (fun n => ↑n ^ 2) =O[Filter.atTop] fun n => ↑(Erdos152.f n)