Documentation

FormalConjectures.ErdosProblems.«962»

Erdős Problem 962 #

References:

Erdos962Prop n k : there exists $m \le n$ such that each of $m+1, \ldots, m+k$ has a prime divisor strictly larger than $k$.

Equations
Instances For
    noncomputable def Erdos962.k (n : ) :

    Let $k(n)$ be the maximal $k$ such that there exists $m \le n$ with $m+1, \ldots, m+k$ each divisible by a prime $> k$.

    Equations
    Instances For
      theorem Erdos962.erdos_962 :
      True ∃ (ε : ), (∀ δ > 0, ∀ᶠ (n : ) in Filter.atTop, |ε n| < δ) ∀ᶠ (n : ) in Filter.atTop, Real.log (k n) (Real.log n).rpow (1 / 2 + ε n)

      Main conjecture:

      $\log k(n) \le (\log n)^{(1/2 + o(1))}$

      theorem Erdos962.erdos_962.variants.tang_lower_bound :
      ∃ (ε : ), (∀ δ > 0, ∀ᶠ (n : ) in Filter.atTop, |ε n| < δ) ∀ᶠ (n : ) in Filter.atTop, (1 / 2 - ε n) * (Real.log n * Real.log (Real.log n)) Real.log (k n)

      Tang's lower bound [Tang]:

      $\log k(n) \ge (1/\sqrt{2} - o(1)) * \sqrt{\log n * \log \log n}$

      theorem Erdos962.erdos_962.variants.tao_upper_bound :
      ∃ (ε : ), (∀ δ > 0, ∀ᶠ (n : ) in Filter.atTop, |ε n| < δ) ∀ᶠ (n : ) in Filter.atTop, (k n) (1 + ε n) * n

      Tao's upper bound [Tao]:

      $k(n) \le (1 + o(1)) * n^{1/2}$