Documentation

RequestProject.HadamardCn3LocalGapResidual

Local-Gap Residual Layer #

This file packages the residual contribution after the primary core region is removed.

The public theorems a reader should inspect first are:

The threshold bookkeeping lemmas immediately above residual_estimate_quantitative are implementation detail for that theorem.

theorem residual_estimate_quantitative :
∃ (c : ) (K : ) (C : ), 0 < c 0 < K 0 < C ∀ (n : ), 3 n∀ (t : ), t C * n ^ 3|normalizedCount n (4 * t) - primaryCoreContribution n t| K * Real.exp (-(c * n ^ 2)) * gaussianScale n t

After discarding the primary core region, the remaining contribution is exponentially small in on the Gaussian scale at the threshold.

theorem edgeCoreRegion_compl_gaussian_integral_le_exp_neg_dim_mul_gaussianF :
∃ (c : ), 0 < c ∀ (n : ) (t : ), 1 t (mu : Cn3Torus.Edge n) in (edgeCoreRegion n t), Real.exp (-2 * t * Cn3Torus.sqNormEdge n mu) Real.exp (-(c * (dim n))) * gaussianF (dim n) t

The Gaussian mass outside the dynamic core is exponentially small in the edge-space dimension. This is the complement form of coreMass_gap_le_exp_gaussianF.

theorem cubicT_sq_core_gaussian_correction_tail_le :
∃ (c : ) (K : ), 0 < c 0 < K ∀ (n : ) (t : ), 1 t|(8 * t ^ 2 * (mu : Cn3Torus.Edge n) in edgeCoreRegion n t, cubicT n (matrixOfEdge n mu) ^ 2 * Real.exp (-2 * t * Cn3Torus.sqNormEdge n mu)) - (n.choose 3) / (8 * t) * gaussianF (dim n) t| K * (n ^ 3 / t) * Real.exp (-(c * (dim n))) * gaussianF (dim n) t

Replacing the core-restricted cubic second moment by the exact full Gaussian moment costs only an exponentially small factor in the dimension.