Erdős problem 886
Let . Is it true that, for all large , the number of divisors of in is ?
Sources
FormalConjectures/ErdosProblems/
886.lean
Retained formal statement
Erdős and Rosenfeld [ErRo97] proved that, for any constant , all large have at most many divisors in .
∀ C > 0, ∀ᶠ (n : ℕ) in Filter.atTop, ↑{d ∈ n.divisors | ↑n ^ (1 / 2) ≤ ↑d ∧ ↑d ≤ ↑n ^ (1 / 2) + C * ↑n ^ (1 / 4)}.card ≤ 1 + C ^ 2SolvedStatement only, no proof