Documentation

FormalConjectures.GreensOpenProblems.«19»

Ben Green's Open Problem 19 #

References:

def Green19.IsCorner {G : Type u_1} [AddCommGroup G] (A : Finset (G × G)) (x y d : G) :

A corner in $A$ with common difference $d$ [FSS20].

Equations
Instances For
    noncomputable def Green19.S {G : Type u_1} [AddCommGroup G] [Fintype G] (d : G) (A : Finset (G × G)) :
    Finset (G × G)

    From [FSS20]: given $A \subseteq G \times G$ and $d \in G$, let $$S_d(A) = \lbrace (x, y) \in G \times G : (x, y), (x + d, y), (x, y + d) \in A \rbrace$$

    Equations
    Instances For
      @[reducible, inline]
      abbrev Green19.𝔽₂ (n : ) :

      The group $G = \mathbb{F}_2^n = (Z/2Z)^n$.

      Equations
      Instances For

        True if the given exponent satisfies Green's conditions [Gr26].

        Equations
        • One or more equations did not get rendered due to their size.
        Instances For
          noncomputable def Green19.C :

          The infimum of all valid exponents [Gr26].

          Equations
          Instances For
            theorem Green19.green_19 :
            C = 4

            What is $C$, the infimum of all exponents $c$ for which the following is true, uniformly for $0 < \alpha < 1$? Suppose that $A \subset \mathbb{F}_2^n \times \mathbb{F}_2^n$ is a set of density $\alpha$. Write $N := 2^n$. Then there is some $d \neq 0$ such that $A$ contains $\gg \alpha^c N^2$ corners $(x,y), (x,y+d), (x+d,y)$.

            This question has been resolved by [FSS20], showing that $C = 4$.

            [Ma21] showed that $3.13 \leq C$.

            [Ma21] showed that $C \leq 4$.