Documentation

FormalConjectures.ErdosProblems.«945»

Erdős Problem 945 #

References:

Equations
Instances For
    theorem erdos_945 :

    Is it true that $F(x) \leq (\log x)^{O(1)}$?

    Equations
    Instances For

      Is there a constant $C > 0$ such that, for all large $x$, every interval $[x, x+(\log x)C]$ contains two integers with the same number of divisors?

      The two ways of phrasing the conjecture are equivalent.

      theorem erdos_945.variants.lower_bound :
      (fun (x : ) => (Real.log x) / Real.log (Real.log x)) =O[Filter.atTop] fun (n : ) => (F✝ n)

      Erdős and Mirsky [ErMi52] proved that $\frac{(\log x)^{1/2}}{\log\log x}\ll F(x)$.

      theorem erdos_945.variants.upper_bound :
      (fun (n : ) => Real.log (F✝ n)) =O[Filter.atTop] fun (x : ) => (Real.log x) / Real.log (Real.log x)

      Erdős and Mirsky [ErMi52] proved that $\log F(x) << \frac{(\log x)^{1/2}}$.