Documentation

FormalConjectures.GreensOpenProblems.«38»

Green's Open Problem 38 #

References:

@[reducible, inline]
abbrev Green38.𝔽₇ (n : ) :

The vector space $\mathbb{F}_7^n$.

Equations
Instances For

    $A - A$ intersects $\{-1, 0, 1\}^n$ only at $0$.

    Equations
    Instances For

      The set of cardinalities of all subsets A where A - A intersects {-1, 0, 1}^n only at 0.

      Equations
      Instances For

        {0, 2, 4} is a valid independent set in C_7, giving cardinality 3.

        The largest subset $A \subset \mathbb{F}_7^n$ for which $A - A$ intersects $\{-1, 0, 1\}^n$ only at $0$.

        Equations
        Instances For
          noncomputable def Green38.C₁ :

          The lower bound constant $C_1 \approx 3.2578$ from [Po20].

          Equations
          Instances For
            noncomputable def Green38.C₂ :

            The upper bound constant $C_2 \approx 3.3177$ from [La79].

            Equations
            Instances For
              theorem Green38.green_38.lower :
              have ans := sorry; ans ≤ᶠ[Filter.atTop] LargestAdmissibleCardinality c > C₁, (fun (n : ) => c ^ n) =O[Filter.atTop] ans

              Can we improve the lower bound?

              theorem Green38.green_38.upper :
              have ans := sorry; LargestAdmissibleCardinality ≤ᶠ[Filter.atTop] ans c < C₂, ans =O[Filter.atTop] fun (n : ) => c ^ n

              Can we improve the best upper bound?

              The current best lower bound is $(C_1 - o(1))^n \leqslant |A|$ where $C_1 = 367^{1/5} \approx 3.2578$ [Po20, Section 9.1].

              The current best upper bound is $|A| \leqslant (C_2 + o(1))^n$ where $C_2 = \frac{7 \cos(\pi/7)}{1 + \cos(\pi/7)} \approx 3.3177$ [La79, Corollary 5].

              0 is a valid cardinality, since the empty set vacuously satisfies the condition.

              The set of valid cardinalities we take the supremum over is bounded above.