Documentation

FormalConjectures.GreensOpenProblems.«2»

Ben Green's Open Problem 2 #

References:

The restricted sumset of a set $S$, denoted $S \hat{+} S$, is the set $\lbrace s_1 + s_2 : s_1, s_2 \in S, s_1 \neq s_2 \rbrace$.

Equations
Instances For

    We define the construction from [Sa21, p1] as $M(A) := \max \{|S| : S \subseteq A \text{ and } (S \hat{+} S) \cap A = \varnothing \}$.

    Equations
    Instances For
      theorem Green2.green_2 :
      sorry ∀ᶠ (n : ) in Filter.atTop, ∀ (A : Finset ), A.card = n(maxRestrictedSumAvoidingSubsetSize A) Real.log n ^ 100

      Let $A \subset \mathbf{Z}$ be a set of $n$ integers. Is there a set $S \subset A$ of size $(\log n)^{100}$ such that the restricted sumset$S \hat{+} S$ is disjoint from $A$?

      From [Sa21] it is known that there is always such an S with $|S| \gt (\log |A|)^{1+c}$.

      From [Er65] it is known that $M(A) \le \frac{1}{3}|A| + O(1)$.

      theorem Green2.green_2_upper_bound_choi :
      ∃ (o : ) (_ : Filter.Tendsto o Filter.atTop (nhds 0)), ∀ (A : Finset ), (maxRestrictedSumAvoidingSubsetSize A) A.card ^ (2 / 5 + o A.card)

      From [Ch71] it is known that $M(A) \le |A|^{2/5 + o(1)}$.

      From [Ru05] the best-known upper bound is $|S| \lt e^{C \sqrt{\log |A|}}$.