Documentation

FormalConjectures.GreensOpenProblems.«14»

Ben Green's Open Problem 14 #

References:

The set of natural numbers $N$ such that any 2-coloring of ${1, ..., N}$ contains a monochromatic arithmetic progression of length $k$ (color 0) or length $r$ (color 1).

Equations
  • One or more equations did not get rendered due to their size.
Instances For
    noncomputable def Green14.W (k r : ) :

    We define the 2-colour van der Waerden numbers $W(k, r)$ to be the least quantities such that if $\{1, ... , W(k, r)\}$ is coloured red and blue then there is either a red $k$-term progression or a blue $r$-term progression.

    Equations
    Instances For
      theorem Green14.green_14_polynomial :
      True k4, ∃ (d : ), (fun (r : ) => (W k r)) =O[Filter.atTop] fun (r : ) => r ^ d

      Is $W(k, r)$ a polynomial in $r$, for fixed $k$?

      We formulate this as asking if $W(k, r)$ has polynomial growth in $r$. We know it is not the case for $k = 3$ [Gr21, p.3].

      theorem Green14.green_14_polynomial_k_eq_3 :
      ¬∃ (d : ), (fun (r : ) => (W 3 r)) =O[Filter.atTop] fun (r : ) => r ^ d

      We know $W(3, r)$ does not have polynomial growth in $r$ [Gr21, p.3].

      theorem Green14.green_14_quadratic :
      False (fun (r : ) => (W 3 r)) =O[Filter.atTop] fun (r : ) => r ^ 2

      Is $W(3, r) \ll r^2$?

      [Gr21] proves a superpolynomial lower bound $W(3, r) \gg \exp(c(\log r)^{4/3-o(1)})$.

      theorem Green14.green_14_lower_bound_green :
      True ∃ (c : ) (o : ) (_ : Filter.Tendsto o Filter.atTop (nhds 0)), (fun (r : ) => Real.exp (c * Real.log r ^ (4 / 3 - o r))) =O[Filter.atTop] fun (r : ) => (W 3 r)

      [Gr21] proved a lower bound of shape $W(3, r) \gg \exp(c(\log r)^{4/3-o(1)})$.

      theorem Green14.green_14_lower_bound_hunter :
      True ∃ (c : ) (o : ) (_ : Filter.Tendsto o Filter.atTop (nhds 0)), (fun (r : ) => Real.exp (c * Real.log r ^ (2 - o r))) =O[Filter.atTop] fun (r : ) => (W 3 r)

      [Hu22] improved this to $W(3, r) \gg \exp(c(\log r)^{2-o(1)})$.

      theorem Green14.green_14_lower_bound_brown_landman_robertson :
      True (fun (r : ) => r ^ (2 - 1 / Real.log (Real.log r))) =O[Filter.atTop] fun (r : ) => (W 3 r)

      [BLR08] proved $W(3, r) \gg r^{2 - 1/\log \log r}$.

      theorem Green14.green_14_lower_bound_li_shu :
      True (fun (r : ) => (r / Real.log r) ^ 2) =O[Filter.atTop] fun (r : ) => (W 3 r)

      [LiSh10] proved $W(3, r) \gg (r / \log r)^2$.

      theorem Green14.green_14_upper_bound_schoen :
      True ∃ (c : ), 0 < c (fun (r : ) => (W 3 r)) =O[Filter.atTop] fun (r : ) => Real.exp (r ^ (1 - c))

      [Sc20] proves the upper bound $W(3, r) < \exp(r^{1-c})$ for some $c > 0$.

      theorem Green14.green_14_upper_bound_kelley_meka :
      True ∃ (C : ), (fun (r : ) => (W 3 r)) =O[Filter.atTop] fun (r : ) => Real.exp (C * Real.log r ^ C)

      [KeMe23] gives a corresponding upper bound $W(3, r) \ll \exp(C(\log r)^C)$.

      theorem Green14.green_14_variant_2r2 :
      have ans := sorry; let r := ans.fst; have c := ans.snd; 3 r ¬((∃ (s : Finset (Set.Icc 1 (2 * r ^ 2 - 1))), {x : | s's, s' = x}.IsAPOfLength 3 xs, c x = 0) ∃ (s : Finset (Set.Icc 1 (2 * r ^ 2 - 1))), {x : | s's, s' = x}.IsAPOfLength r xs, c x = 1)

      It remains an interesting open problem to actually write down a colouring showing (say) $W(3, r) \ge 2r^2$ for some $r$. [Gr24]

      theorem Green14.W_3_3 :
      W 3 3 = 9

      $W(3, 3) = 9$ from [AKS14].

      theorem Green14.W_3_4 :
      W 3 4 = 18

      $W(3, 4) = 18$ from [AKS14].

      theorem Green14.W_3_5 :
      W 3 5 = 22

      $W(3, 5) = 22$ from [AKS14].

      theorem Green14.W_3_6 :
      W 3 6 = 32

      $W(3, 6) = 32$ from [AKS14].

      theorem Green14.W_3_7 :
      W 3 7 = 46

      $W(3, 7) = 46$ from [AKS14].

      theorem Green14.W_3_8 :
      W 3 8 = 58

      $W(3, 8) = 58$ from [AKS14].

      theorem Green14.W_3_9 :
      W 3 9 = 77

      $W(3, 9) = 77$ from [AKS14].

      theorem Green14.W_3_10 :
      W 3 10 = 97

      $W(3, 10) = 97$ from [AKS14].

      theorem Green14.W_3_11 :
      W 3 11 = 114

      $W(3, 11) = 114$ from [AKS14].

      theorem Green14.W_3_12 :
      W 3 12 = 135

      $W(3, 12) = 135$ from [AKS14].

      theorem Green14.W_3_13 :
      W 3 13 = 160

      $W(3, 13) = 160$ from [AKS14].

      theorem Green14.W_3_14 :
      W 3 14 = 186

      $W(3, 14) = 186$ from [AKS14].

      theorem Green14.W_3_15 :
      W 3 15 = 218

      $W(3, 15) = 218$ from [AKS14].

      theorem Green14.W_3_16 :
      W 3 16 = 238

      $W(3, 16) = 238$ from [AKS14].

      theorem Green14.W_3_17 :
      W 3 17 = 279

      $W(3, 17) = 279$ from [AKS14].

      theorem Green14.W_3_18 :
      W 3 18 = 312

      $W(3, 18) = 312$ from [AKS14].

      theorem Green14.W_3_19 :
      W 3 19 = 349

      $W(3, 19) = 349$ from [AKS14].

      theorem Green14.W_3_20_lower :
      True W 3 20 389

      $W(3, 20) \ge 389$ from [AKS14, Table 2].

      theorem Green14.W_3_21_lower :
      True W 3 21 416

      $W(3, 21) \ge 416$ from [AKS14, Table 2].

      theorem Green14.W_3_22_lower :
      True W 3 22 464

      $W(3, 22) \ge 464$ from [AKS14, Table 2].

      theorem Green14.W_3_23_lower :
      True W 3 23 516

      $W(3, 23) \ge 516$ from [AKS14, Table 2].

      theorem Green14.W_3_24_lower :
      True W 3 24 593

      $W(3, 24) \ge 593$ from [AKS14, Table 2].

      theorem Green14.W_3_25_lower :
      True W 3 25 656

      $W(3, 25) \ge 656$ from [AKS14, Table 2].

      theorem Green14.W_3_26_lower :
      True W 3 26 727

      $W(3, 26) \ge 727$ from [AKS14, Table 2].

      theorem Green14.W_3_27_lower :
      True W 3 27 770

      $W(3, 27) \ge 770$ from [AKS14, Table 2].

      theorem Green14.W_3_28_lower :
      True W 3 28 827

      $W(3, 28) \ge 827$ from [AKS14, Table 2].

      theorem Green14.W_3_29_lower :
      True W 3 29 868

      $W(3, 29) \ge 868$ from [AKS14, Table 2].

      theorem Green14.W_3_30_lower :
      True W 3 30 903

      $W(3, 30) \ge 903$ from [AKS14, Table 2].

      theorem Green14.W_3_31_lower :
      True W 3 31 > 930

      $W(3, 31) > 930$ from [AKS14, Table 3].

      theorem Green14.W_3_32_lower :
      True W 3 32 > 1006

      $W(3, 32) > 1006$ from [AKS14, Table 3].

      theorem Green14.W_3_33_lower :
      True W 3 33 > 1063

      $W(3, 33) > 1063$ from [AKS14, Table 3].

      theorem Green14.W_3_34_lower :
      True W 3 34 > 1143

      $W(3, 34) > 1143$ from [AKS14, Table 3].

      theorem Green14.W_3_35_lower :
      True W 3 35 > 1204

      $W(3, 35) > 1204$ from [AKS14, Table 3].

      theorem Green14.W_3_36_lower :
      True W 3 36 > 1257

      $W(3, 36) > 1257$ from [AKS14, Table 3].

      theorem Green14.W_3_37_lower :
      True W 3 37 > 1338

      $W(3, 37) > 1338$ from [AKS14, Table 3].

      theorem Green14.W_3_38_lower :
      True W 3 38 > 1378

      $W(3, 38) > 1378$ from [AKS14, Table 3].

      theorem Green14.W_3_39_lower :
      True W 3 39 > 1418

      $W(3, 39) > 1418$ from [AKS14, Table 3].