Conclusion #
Sharp radial and unrestricted sphere-packing conclusions.
An unrestricted Cohn--Elkies auxiliary function in dimension d.
- function : CohnElkies.TestFunction d
The Schwartz auxiliary function.
The auxiliary function is real-valued.
Its Fourier transform is real-valued.
Its Fourier transform is nonnegative.
Its Fourier transform is positive at the origin.
The auxiliary function is nonpositive outside the unit ball.
Instances For
The Cohn--Elkies quotient of an unrestricted admissible function.
Equations
- PackingBounds.fullQuotient f = (f.function 0).re / ((FourierTransform.fourier f.function) 0).re
Instances For
The complete sharp asymptotic conclusions for the unrestricted program.
- root_before_infimum : Filter.Tendsto (fun (d : ℕ) => sInf {q : ℝ | ∃ (f : FullAdmissible d), fullQuotient f ^ (↑d)⁻¹ = q} / √↑d) Filter.atTop (nhds (1 / Real.pi))
The normalized infimum of pointwise quotient roots tends to
1 / π. - root_before_infimum_vanishing_error : ∃ (err : ℕ → ℝ), Filter.Tendsto err Filter.atTop (nhds 0) ∧ ∀ (d : ℕ), 0 < d → sInf {q : ℝ | ∃ (f : FullAdmissible d), fullQuotient f ^ (↑d)⁻¹ = q} = (1 / Real.pi + err d) * √↑d
The quotient-root infimum has a vanishing additive error.
- linear_program_root : Filter.Tendsto (fun (d : ℕ) => fullLinearProgram d ^ (↑d)⁻¹) Filter.atTop (nhds √(Real.exp 1 / (2 * Real.pi)))
The linear-program root has the sharp Cohn--Elkies limit.
- natural_logarithmic_rate : Filter.Tendsto (fun (d : ℕ) => Real.log (fullLinearProgram d) / ↑d) Filter.atTop (nhds (1 / 2 * Real.log (Real.exp 1 / (2 * Real.pi))))
The natural-logarithmic rate has its sharp limit.
- natural_vanishing_exponential_error : ∃ (err : ℕ → ℝ), Filter.Tendsto err Filter.atTop (nhds 0) ∧ ∀ᶠ (d : ℕ) in Filter.atTop, fullLinearProgram d = (√(Real.exp 1 / (2 * Real.pi)) + err d) ^ d
The linear program admits a vanishing root-error expansion.
- universal_nonnegative_delta : ∃ (δ : ℕ → ℝ), Filter.Tendsto δ Filter.atTop (nhds 0) ∧ (∀ (d : ℕ), 0 ≤ δ d) ∧ ∀ᶠ (d : ℕ) in Filter.atTop, ∀ (f : FullAdmissible d), 2 ^ d / CohnElkies.unitBallVolume d * (√(Real.exp 1 / (2 * Real.pi)) - δ d) ^ d ≤ fullQuotient f
Every admissible function obeys a universal vanishing-error lower bound.
The sharp base-two exponent is positive.
- base_two_decimal_certificate : 1 / 2 * Real.logb 2 (2 * Real.pi / Real.exp 1) ∈ Set.Ioo 0.604400544291677695341677307053 0.604400544291677695341677307054
A certified narrow decimal interval contains the base-two exponent.
- base_two_logarithmic_rate : Filter.Tendsto (fun (d : ℕ) => Real.logb 2 (fullLinearProgram d) / ↑d) Filter.atTop (nhds (-(1 / 2 * Real.logb 2 (2 * Real.pi / Real.exp 1))))
The base-two logarithmic rate has its sharp limit.
- base_two_vanishing_exponential_error : ∃ (err : ℕ → ℝ), Filter.Tendsto err Filter.atTop (nhds 0) ∧ ∀ᶠ (d : ℕ) in Filter.atTop, fullLinearProgram d = 2 ^ (-(1 / 2 * Real.logb 2 (2 * Real.pi / Real.exp 1) + err d) * ↑d)
The linear program admits a vanishing base-two exponent error.