Documentation

LeanPool.SpherePacking.PackingBound

PackingBound #

Periodic sphere packings, Poisson summation, and the linear-programming bound.

Euclidean coordinate space in a finite dimension is finite-dimensional.

Euclidean coordinate space carries its standard Borel structure.

structure SpherePacking (d : ) :

A sphere-packing configuration in Euclidean dimension d.

Instances For
    theorem SpherePacking.distinct_centers_separation_bound {d : } (S : SpherePacking d) (x y : EuclideanSpace (Fin d)) (hx : x S.centers) (hy : y S.centers) (hxy : x y) :

    Distinct centers of a packing obey its separation bound.

    noncomputable def SpherePacking.rescaleConfiguration {d : } (S : SpherePacking d) {c : } (hc : 0 < c) :

    Scale every center and the separation of a packing by a positive factor.

    Equations
    Instances For
      noncomputable def SpherePackingConstant (d : ) :

      The supremal upper density among sphere packings in dimension d.

      Equations
      Instances For