Documentation

FormalConjectures.GreensOpenProblems.«22»

Green's Open Problem 22 #

References:

def Green22.HasMonochromaticSumProduct (N r : ) (coloring : (Finset.Icc 1 N)Fin r) :

The monochromatic sum-product property: a colouring $c$ of $\{1, \ldots, N\}$ has a pair $(x, y)$ with $x, y \geq 3$ such that $x + y$ and $xy$ are both in $\{1, \ldots, N\}$ and receive the same colour.

Equations
  • One or more equations did not get rendered due to their size.
Instances For
    noncomputable def Green22.N₀ (r : ) :

    $N_0(r)$ is the smallest $N$ such that every $r$-colouring of $\{1, \ldots, N\}$ has the monochromatic sum-product property.

    Equations
    Instances For
      noncomputable def Green22.GreenSawhneyBound (r : ) :

      The upper bound function from [GrSa25].

      Equations
      Instances For
        theorem Green22.green_22 :
        have ans := sorry; ∀ᶠ (r : ) in Filter.atTop, (N₀ r) ans r ans =o[Filter.atTop] GreenSawhneyBound

        If $\{1, \ldots, N\}$ is $r$-coloured then, for $N \geqslant N_0(r)$, there are integers $x, y \geqslant 3$ such that $x + y, xy$ have the same colour.

        Find reasonable bounds for $N_0(r)$. The goal is to improve upon the Green-Sawhney bound.

        [GrSa25, Theorem 1.1] found a permissible upper bound.

        theorem Green22.green_22.variants.moreira_infinite (r : ) (coloring : Fin r) :
        {p : × | 0 < p.1 0 < p.2 coloring p.1 = coloring (p.1 * p.2) coloring p.1 = coloring (p.1 + p.2)}.Infinite

        [Mo17, Corollary 1.5] For any finite coloring of $\mathbb{N}$ there exist (infinitely many) $x, y \in \mathbb{N}$ such that $\{xy, x + y\}$ is monochromatic.

        This guarantees that $N_0(r)$ is well-defined.

        Note: [Mo17] also establishes that $x$ is of the same colour.

        Since $x, y \geq 3$, we must have $xy \geq 9$, so $N_0(r) \geq 9$ (assuming $N_0(r)$ is well-defined, which follows from [Mo17]).