Erdős problem 887
Is there an absolute constant such that, for every , if is sufficiently large then has at most divisors in .
Sources
FormalConjectures/ErdosProblems/
887.lean
Retained formal statement
Is there an absolute constant such that, for every , if is sufficiently large then has at most divisors in .
∀ C > 0, ∀ᶠ (n : ℕ) in Filter.atTop, {d ∈ Finset.Ioo ⌊√↑n⌋₊ ⌈√↑n + C * ↑n ^ (1 / 4)⌉₊ | d ∣ n}.card ≤ sorryOpenStatement only, no proof