Moment Layer For The Cn^3 Formalization #
This module packages the reusable discrete and Gaussian moment estimates that sit between the torus/count bridge and the weak invariance layer.
Its declarations are meant to support later modules rather than to provide the main reader-facing theorem surface.
DL10 Local Expansion Facts #
These are from the proof of DL10 Lemma 3.1 and standard Rademacher moment computations.
The singleton-coordinate collapse on Unit → ℝ preserves volume.
Edge-coordinate transport of gaussian_integral_formula.
Gaussian monomial moments (reusable for Section 5 / gaussianF comparisons).
1D even Gaussian moments (exact): (\int_{\mathbb R} x^{2k} e^{-a x^2},dx = \frac{(2k-1)!!}{2^k a^k}\sqrt{\pi/a}) for (a>0).
Explicit coefficient ((2m-1)!!/4^m) in (\mathbb R^d) radial moment bounds (matches (d^m/t^m) after absorbing powers of (2) from the kernel (\exp(-2t|x|^2))).
Equations
- gaussianRadialMomentCoeff m = ↑(2 * m - 1).doubleFactorial / 4 ^ m
Instances For
Manuscript lem:gaussian-radial-moments in a form strong enough for the local
core error estimates: the radial Gaussian moments cost a factor t^{-m} relative to
gaussianF.
The edge-core Gaussian mass is exactly coreMass after transport from
Fin (dim n) coordinates.
Gaussian tail: On {‖x‖² > d/t}, e^{-2t‖x‖²} ≤ e^{-d}·e^{-t‖x‖²}.