Documentation

FormalConjectures.Wikipedia.Mills

Mills' Theorem #

There exists a real $A > 1$ such that $\lfloor A^{3^n}\rfloor$ is prime for every positive integer $n$, where $\lfloor\cdot\rfloor$ denotes the floor function.

The least such $A$ is known as Mills' constant. It is irrational, and assuming the Riemann hypothesis it is approximately $1.3063778838\ldots$.

References:

@[reducible, inline]
abbrev Mills.IsMills (A : ) :

Given any real $A$, IsMills A encodes the statement that $\lfloor A^{3^n}\rfloor,n > 0$ is prime.

Equations
Instances For
    theorem Mills.exists' :
    A > 1, IsMills A

    Mills' theorem (Mills, 1947). There is a real number $A > 1$ such that $\lfloor A^{3^n}\rfloor$ is prime.

    @[reducible, inline]
    abbrev Mills.IsMinMills (A : ) :

    For a real $A$, IsMinMills A is the smallest value satisfying IsMills A.

    Equations
    Instances For
      theorem Mills.exists_least :
      ∃ (A : ), IsMinMills A

      Mills' constant. There is a least Mills number.

      theorem Mills.irrational {A : } (hA : IsMinMills A) :

      Mills' constant is irrational (Saito, 2024).

      theorem Mills.lower_bound_of_RH (hRH : RiemannHypothesis) {A : } (hA : IsMinMills A) :
      A Set.Ioo 1.3063778838 1.3063778839

      Mills' constant lower bound (Caldwell–Cheng, 2005): assuming the Riemann hypothesis, Mills' constant begins at $1.3063778838\ldots$.