Erdős problem 448
Let count the divisors of and count the number of such that has a divisor in . Is it true that, for all , for almost all ?
Sources
FormalConjectures/ErdosProblems/
448.lean
Retained formal statement
Erdős and Graham asked whether there is a good inequality for . This was answered by Ford [Fo08], who proved where .
(fun x => ∑ n ∈ Finset.Icc 1 x, ↑(Erdos448.tauPlus n)) =Θ[Filter.atTop] fun x => have α := 1 - (1 + Real.log (Real.log 2)) / Real.log 2; ↑x * Real.log ↑x ^ (1 - α) / Real.log (Real.log ↑x) ^ (3 / 2)SolvedStatement only, no proof