Documentation

FormalConjectures.GreensOpenProblems.«51»

Green's Open Problem 51 #

References:

noncomputable def Green51.guaranteedMaxCosetDim (n : ) (α : ) :

The largest dimension of a coset guaranteed to be contained in $2A$ for $A \subseteq \mathbb{F}_2^n$ with density $\alpha$.

Equations
Instances For

    Suppose that $A \subset \mathbb{F}_2^n$ is a set of density $\alpha$. What is the largest size of coset guaranteed to be contained in $2A$?

    We phrase this by asking for the exact function $F(\alpha, n)$ giving the maximum dimension of a guaranteed coset.

    theorem Green51.green_51.lower (α : ) :
    0 < αα 1c > 0, ∀ᶠ (n : ) in Filter.atTop, c * n (guaranteedMaxCosetDim n α)

    It is known that $A + A$ must contain a coset of dimension $\gg_\alpha n$ [Gr13].

    theorem Green51.green_51.upper :
    α > 0, α 1 ∀ᶠ (n : ) in Filter.atTop, (guaranteedMaxCosetDim n α) < n - n

    It is known that $A + A$ need not contain a coset of dimension $n - \sqrt{n}$ [Gr13].

    theorem Green51.green_51.one_half :
    sorry ∀ (k : ), 0 < k∃ (c : ), ∀ᶠ (n : ) in Filter.atTop, α > 1 / 2 - k / n, α 1n guaranteedMaxCosetDim n α + c

    Suppose that $A \subset \mathbb{F}_2^n$ has density $\alpha > 1/2 - C/\sqrt{n}$. Does $A + A$ contain a subspace of co-dimension $O_C(1)$? [Sa11, Question 5.1]

    noncomputable def Green51.guaranteedMaxAPLength (N : ) (α : ) :

    The largest length of an arithmetic progression guaranteed to be contained in $A+A$ for $A \subseteq \{1, \dots, N\}$ with density $\alpha$.

    Equations
    Instances For
      theorem Green51.green_51.lower_ap (α : ) :
      0 < αα 1c > 0, ∀ᶠ (N : ) in Filter.atTop, Real.exp (c * Real.log N ^ (1 / 2)) (guaranteedMaxAPLength N α)

      It is known that $A + A$ must contain an arithmetic progression of length $\sim \exp(c (\log N)^{1/2})$ [Gr02].

      theorem Green51.green_51.upper_ap (α : ) :
      0 < αα < 1 / 2c > 0, ∀ᶠ (N : ) in Filter.atTop, (guaranteedMaxAPLength N α) Real.exp (c * Real.log N ^ (2 / 3))

      It is known that $A + A$ need not contain an arithmetic progression of length $\sim \exp(c (\log N)^{2/3})$ [Ruz91].