Erdős problem 888
What is the size of the largest such that if are such that is a square then ?
Sources
FormalConjectures/ErdosProblems/
888.lean
Retained formal statement
What is the size of the largest such that if are such that is a square then ?
This was proved by GPT-5.5 Pro (prompted by Chojecki).
(fun n => ↑(Nat.findGreatest (Erdos888.p n) n)) =Θ[Filter.atTop] fun n => ↑n * Real.log (Real.log ↑n) / Real.log ↑nSolvedStatement only, no proof