Documentation

FormalConjectures.GreensOpenProblems.«16»

Ben Green's Open Problem 16 #

References:

A set has no solution to $x + 3y = 2z + 2w$ in distinct elements.

Equations
Instances For
    noncomputable def Green16.f (N : ) :

    The maximum size of a solution-free subset of $[N]$.

    Equations
    Instances For
      theorem Green16.green_16 (N : ) :
      AFinset.range (N + 1), SolutionFree A A.card = sorry MaximalFor (fun (B : Finset ) => B Finset.range (N + 1) SolutionFree B) Finset.card A

      What is the largest subset of $[N]$ with no solution to $x + 3y = 2z + 2w$ in distinct integers $x, y, z, w$?

      theorem Green16.green_16_lower_bound :
      (fun (N : ) => N ^ (1 / 2)) =O[Filter.atTop] fun (N : ) => (f N)

      From [Ruzsa] $f(N) \gg N^{1/2}$.

      theorem Green16.green_16_upper_bound :
      c > 0, (fun (N : ) => (f N)) =O[Filter.atTop] fun (N : ) => N * Real.exp (-c * Real.log N ^ (1 / 7))

      From [Schoen and Sisask] $f(N) \ll N \cdot e^{-c(\log N)^{1/7}}$.

      theorem Green16.green_16_conjectured_lower_bound :
      c > 0, (fun (N : ) => N * Real.exp (-c * Real.log N ^ (1 / 7))) =O[Filter.atTop] fun (N : ) => (f N)

      $f(N) \gg N \cdot e^{-c(\log N)^{1/7}}$.

      A set has no nontrivial solution to $x + 2y + 3z = x' + 2y' + 3z'$.

      Equations
      Instances For
        noncomputable def Green16.g (N : ) :

        The maximum size of a Zhao-solution-free subset of $[N]$.

        Equations
        Instances For
          theorem Green16.zhao_question :
          ∃ (h : ), Filter.Tendsto h Filter.atTop (nhds 0) ∀ᶠ (N : ) in Filter.atTop, (g N) N ^ (1 / 3 - h N)

          From [Yufei Zhao]: Is there a subset of $\{1, \ldots, N\}$ of size $N^{1/3 - o(1)}$ with no nontrivial solutions to $x + 2y + 3z = x' + 2y' + 3z'$?