Documentation

FormalConjectures.ErdosProblems.«886»

Erdős Problem 886 #

References:

noncomputable def Erdos886.Erdos886Divisors (n : ) (ε C : ) :

The set of divisors of $n$ in the interval $(n^{1/2}, n^{1/2} + n^{1/2-\epsilon})$.

Equations
Instances For
    theorem Erdos886.erdos_886 :
    sorry ε > 0, ∃ (K : ), ∀ᶠ (n : ) in Filter.atTop, (Erdos886Divisors n ε 1).card K

    Let $\epsilon>0$. Is it true that, for all large $n$, the number of divisors of $n$ in $(n^{1/2},n^{1/2}+n^{1/2-\epsilon})$ is $O_\epsilon(1)$?

    Erdős attributes this conjecture to Ruzsa.

    Erdős and Rosenfeld [ErRo97] proved that there are infinitely many $n$ such that there are four divisors of $n$ in $(n^{1/2},n^{1/2}+16n^{1/4})$.

    theorem Erdos886.erdos_886_variants_rosenfeld_bound (C : ) :
    C > 0∀ᶠ (n : ) in Filter.atTop, {dn.divisors | n ^ (1 / 2) d d n ^ (1 / 2) + C * n ^ (1 / 4)}.card 1 + C ^ 2

    Erdős and Rosenfeld [ErRo97] proved that, for any constant $C>0$, all large $n$ have at most $1+C^2$ many divisors in $[n^{1/2}, n^{1/2}+Cn^{1/4}]$.