Documentation

FormalConjectures.GreensOpenProblems.«9»

Green's Open Problem 9 #

References:

noncomputable def Green9.r (k N : ) :

The quantity $r_k(N)$, defined as the size of the largest subset of $\{1, \dots, N\}$ without non-trivial $k$-term arithmetic progressions.

Equations
Instances For
    theorem Green9.green_9_i :
    (fun (N : ) => (r 3 N)) =O[Filter.atTop] fun (N : ) => N * Real.log N ^ (-10)

    Problem 9 (i): is $r_3(N) \ll N(\log N)^{-10}$?

    Solved in [BlSi20].

    theorem Green9.green_9_ii :
    sorry c > 0, (fun (N : ) => (r 5 N)) =O[Filter.atTop] fun (N : ) => N * Real.log N ^ (-c)

    Problem 9 (ii): is $r_5(N) \ll N(\log N)^{-c}$?

    theorem Green9.green_9_iii :
    sorry c > 0, (fun (n : ) => (Finset.maxAPFreeCard 4 Finset.univ)) =O[Filter.atTop] fun (n : ) => (5 ^ n) ^ (1 - c)

    Problem 9 (iii): is $r_4(\mathbf{F}_5^n) \ll N^{1-c}$, where $N=5^n$?