Documentation

FormalConjectures.GreensOpenProblems.«46»

Ben Green's Open Problem 46 #

What is the largest $y$ for which one may cover the interval $[y]$ by residue classes $a_p \pmod{p}$, one for each prime $p \leq x$?

References:

Given $x$ and $y$, can we cover the interval $[1, y]$ by residue classes $a_p \pmod p$ for each prime $p \le x$?

Equations
Instances For
    noncomputable def Green46.maxY (x : ) :

    The maximum $y$ for a given $x$, cast to a real number for asymptotics.

    Equations
    Instances For
      noncomputable def Green46.bestLower (x : ) :

      Best-known lower bound [Ra38].

      Equations
      Instances For
        noncomputable def Green46.bestUpper (x : ) :

        Best-known upper bound [Iw78].

        Equations
        Instances For

          We conjecture that the best-known lower bound can be improved.

          We conjecture that the best-known upper bound can be improved.

          theorem Green46.green_46.improve_upper_conjectured :
          ∃ (o : ), (o =o[Filter.atTop] fun (x : ) => 1) maxY =O[Filter.atTop] fun (x : ) => x ^ (1 + o x)

          It seems very likely that we must have $y \ll x^{1+o(1)}$ [Gr24].

          Best known lower bound: $y \gg x \frac{\log x \log \log \log x}{\log \log x}$ [Ra38].

          Best known upper bound: $y \ll x^2$ [Iw78].