Documentation

FormalConjectures.ErdosProblems.«945»

Erdős Problem 945 #

References:

@[reducible, inline]
abbrev Erdos945.τ (n : ) :
Equations
Instances For
    noncomputable def Erdos945.F (x : ) :

    Let $F(x)$ be the maximal $k$ such that there exist $n+1, \dots, n+k \le x$ with $τ(n+1), \dots, τ(n+k)$ all distinct, where $τ(m)$ counts the divisors of $m$.

    Equations
    Instances For
      Equations
      Instances For

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

        Equations
        • One or more equations did not get rendered due to their size.
        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 Erdos945.erdos_945.variants.lower_bound :
          (fun (x : ) => (Real.log x) / Real.log (Real.log x)) fun (n : ) => (F n)

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

          theorem Erdos945.erdos_945.variants.upper_bound :
          (fun (n : ) => Real.log (F n)) fun (x : ) => (Real.log x) / Real.log (Real.log x)

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