Quartic Fiber Reduction #
This file isolates the quartic peeling argument used in the local-gap bridge.
The public theorems a reader should inspect are:
Most of the intermediate linear-algebra, matrix-factorization, and fiber transport lemmas are internal implementation detail and are kept private.
Local quartic compatibility layer.
These declarations were removed from the old monolithic foundational file during API slimming, but the quartic bridge still uses them internally. Keep them local here so that support code compiles without re-bloating the public Base API.
Gaussian integral bound after inserting the quartic perturbation matrix.
This is the basic quadratic-form estimate used to control the peeled quartic core by a Gaussian main term with an explicit exponential correction.
Equations
- edgeCoreRegionD n D t = {mu : Cn3Torus.Edge n → ℝ | Cn3Torus.sqNormEdge n mu ≤ D / t}
Instances For
Equations
- quarticCoreDensity β t n mu = Real.exp (β * t * quarticCorr n (matrixOfEdge n mu)) * Real.exp (-2 * t * Cn3Torus.sqNormEdge n mu)
Instances For
Equations
- quarticCoreTrunc β D t n mu = (edgeCoreRegionD n D t).indicator (quarticCoreDensity β t n) mu
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- peeledQuarticTrunc β D t n p = (peeledCoreRegionD✝ n D t).indicator (peeledQuarticDensity β t n) p
Instances For
Integrability and global bound for the truncated quartic core density.
Uniform quartic-core bound on the geometric edge core region.
This upgrades quarticCoreTrunc_bound from the peeled Gaussian model to the
actual edge-core integral used in the local-gap bridge.