Erdős problem 1057
Is it true that ?
Sources
FormalConjectures/ErdosProblems/
1057.lean
Retained formal statement
Pomerance [Po89] gave a heuristic suggesting that this is the true order of growth, and in fact .
True ↔ Filter.Tendsto (fun x => -(Real.log (Erdos1057.carmichaelCounting x / x) * Real.log (Real.log x)) / (Real.log x * Real.log (Real.log (Real.log x)))) Filter.atTop (nhds 1)OpenStatement only, no proof