Documentation

FormalConjectures.ErdosProblems.«6»

Erdős Problem 6 #

References:

There are infinitely many $n$ such that $d_n < d_{n+1} < d_{n+2}$, where $d$ denotes the prime gap function.

theorem Erdos6.erdos_6.variants.increasing (m : ) :
{n : | iFinset.range m, primeGap (n + i) < primeGap (n + i + 1)}.Infinite

For all $m$, there are infinitely many $n$ such that $d_n < d_{n+1} < \dots < d_{n+m}$, where $d$ denotes the prime gap function.

Proved by Banks, Freiberg, and Turnage-Butterbaugh [BFT15] with an application of the Maynard-Tao machinery concerning bounded gaps between primes [Ma15]

theorem Erdos6.erdos_6.variants.decreasing (m : ) :
{n : | iFinset.range m, primeGap (n + i) > primeGap (n + i + 1)}.Infinite

For all $m$, there are infinitely many $n$ such that $d_n > d_{n+1} \dots > d_{n+m}$, where $d$ denotes the prime gap function.

Proved by Banks, Freiberg, and Turnage-Butterbaugh [BFT15] with an application of the Maynard-Tao machinery concerning bounded gaps between primes [Ma15]