Documentation

FormalConjectures.ErdosProblems.«141»

Erdős Problem 141 #

References:

The predicate that a set s consists of l consecutive primes (possibly infinite). This predicate does not assert a specific value for the first term.

Equations
Instances For

    The first three odd primes are an example of three consecutive primes.

    The predicate that a set s is both an arithmetic progression of length l and a progression of l consecutive primes.

    Equations
    Instances For

      There are 3 consecutive primes in arithmetic progression.

      theorem Erdos141.erdos_141 :
      (∀ k3, ∃ (s : Set ), Set.IsAPAndPrimeProgressionOfLength s k) sorry

      Let $k≥3$. Are there $k$ consecutive primes in arithmetic progression?

      The existence of such progressions has been verified for $k≤10$.

      Are there $11$ consecutive primes in arithmetic progression?

      The set of arithmetic progressions of consecutive primes of length $k$.

      Equations
      Instances For

        It is open, even for $k=3$, whether there are infinitely many such progressions.

        Fix a $k \geq 3$. Is it true that there are infinitely many arithmetic prime progressions of length $k$?