Documentation

FormalConjectures.GreensOpenProblems.«40»

Ben Green's Open Problem 40 #

References:

@[reducible, inline]
abbrev Green40.𝔽₂ (n : ) :

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

Equations
Instances For

    The Hamming ball of radius $r$ in $\mathbb{F}_2^n$.

    Equations
    Instances For

      $V$ is a covering subspace of $\mathbb{F}_2^n$ by $H(r)$ if $V + H(r) = \mathbb{F}_2^n$.

      Equations
      Instances For
        noncomputable def Green40.minDensity (n r : ) :

        The minimal covering density over all covering subspaces for a given n and r. We compute in ℝ≥0∞ (ENNReal) to gracefully handle any potential divergence.

        Equations
        Instances For
          noncomputable def Green40.f (r : ) :

          Let $f(r)$ be the smallest constant such that there exists an infinite sequence of $n$'s together with subspaces $V_n \leq \mathbb{F}_2^n$ with $V_n + H(r) = \mathbb{F}_2^n$ and $|V_n| = \left(f(r) + o(1)\right) \frac{2^n}{|H(r)|}$.

          Equations
          Instances For

            Does $f(r) \to \infty$? [Gr24]

            The only value known is $f(1) = 1$, which follows from the existence of the Hamming code [Gr24].

            theorem Green40.green_40.upper_bound (r : ) :
            f r r ^ r / r.factorial

            $f(r) \le r^r / r! \sim e^r$ [Gr24].

            The possibility that f(r) = 1 for all r has not been ruled out [Gr24]

            It is not known whether f(2) = 1 [Gr24]

            The best-known upper bound for $f(2)$ is $1.4238$ [CHL97].

            noncomputable def Green40.minDensityFinset (n r : ) :
            Equations
            Instances For
              noncomputable def Green40.f_tilde (r : ) :
              Equations
              Instances For

                It is known that $\tilde{f}(2) = 1$ [St94].

                We evidently have $\tilde{f}(r) \le f(r)$ [Gr24].

                noncomputable def Green40.f_all (r : ) :
                Equations
                Instances For

                  Does $f_{\text{all}}(r) \to \infty$? [Gr24]