Documentation

FormalConjectures.ErdosProblems.«853»

Erdős Problem 853 #

Reference: erdosproblems.com/853

noncomputable def Erdos853.r (x : ) :
Equations
Instances For
    theorem Erdos853.erdos_853 (M : ) :
    ∃ (X : ), xX, r x > M

    Let $d_n = p_{n+1} - p_n$, where $p_n$ is the $n$th prime. Let $r(x)$ be the smallest even integer $t$ such that $d_n = t$ has no solutions for $n \le x$.

    Is it true that $r(x) \to \infty$?

    theorem Erdos853.erdos_853_strong (M : ) :
    ∃ (X : ), xX, (r x) / Real.log x > M

    Let $d_n = p_{n+1} - p_n$, where $p_n$ is the $n$th prime. Let $r(x)$ be the smallest even integer $t$ such that $d_n = t$ has no solutions for $n \le x$.

    Is it true that $r(x) / \log x \to \infty$?