Documentation

FormalConjectures.GreensOpenProblems.«42»

Green's Open Problem 42 #

References:

noncomputable def Green42.fHat {V : Type u_1} [NormedAddCommGroup V] [InnerProductSpace V] [MeasureTheory.MeasureSpace V] [BorelSpace V] [FiniteDimensional V] (f : V) (t : V) :

The real-valued Fourier transform used in the Cohn--Elkies conditions. For real radial admissible functions, the complex Fourier transform is expected to be real-valued; we take .re to expose the real scalar used in the inequality.

Convention: Mathlib's 𝓕 f w expands to $\int e^{-2\pi i \langle v, w \rangle} f(v) dv$, which matches [CoEl03]'s $\hat{f}(t) = \int f(x) e^{-2\pi i \langle x, t \rangle} dx$.

Equations
Instances For

    Definition 2.1 from [CoEl03]: A function is admissible if both the function and its Fourier transform decay sufficiently fast.

    Equations
    • One or more equations did not get rendered due to their size.
    Instances For

      The structural rules a function must satisfy to successfully pass through the Cohn-Elkies scheme and generate some valid upper bound.

      Equations
      • One or more equations did not get rendered due to their size.
      Instances For
        def Green42.CohnElkiesOptimal (d : ) (bound : ) :

        The statement that there exists a function in dimension d satisfying the Cohn-Elkies scheme which achieves the center density bound bound.

        Equations
        Instances For

          Can the Cohn-Elkies scheme be used to prove the optimal bound for circle-packings in 2 dimensions?

          [CoEl03] proved this when $d = 1$.

          [Vi17] established the case $d = 8$.

          In [CKM17], [Vi17] was adapted to $d = 24$.