Documentation

FormalConjectures.ErdosProblems.«1138»

Erdős Problem 1138 #

References:

Note that the conjecture has a claimed disproof found at: https://sourish-kumrawat.github.io/papers/Erdos_1138.pdf, see the discussion section on the Erdos problems website for more information.

noncomputable def Erdos1138.sup_primeGap (x : ) :

The maximal prime gap below $x$, i.e. $d(x) = \max_{p_n < x}(p_{n+1} - p_n)$, where $p_n$ denotes the $n$-th prime.

Equations
Instances For
    @[reducible, inline]

    The filter on $\mathbb{R} \times \mathbb{R}$ corresponding to sending $x \to \infty$ subject to $x/2 < y < x$

    Equations
    Instances For
      noncomputable def Erdos1138.primeCount_Ioc_mul_const (C : ) :

      Given a pair $(x,y)$, this is the amount of primes in the interval above $y$, of length equalling the largest prime gap before $x$, scaled by a constant $C$.

      Equations
      Instances For

        Erdős Problem 1138. Let $x/2 < y < x$ and $C > 1$. If $d = \max_{p_n < x}(p_{n+1} - p_n)$, where $p_n$ denotes the $n$-th prime, then is it true that $$\pi(y + Cd) - \pi(y) \sim \frac{Cd}{\log y}$$?