Residual Analytic Support For The Cn^3 Formalization #
This module contains the triangle/quartic/cubic support estimates that feed the local-gap residual analysis. It is the last foundational layer before the higher-level bridge and residual modules.
Triangle Expansion #
Fourth-Moment and Gaussian Bounds #
Far-Shell and Off-Core Estimates #
The ambient Gaussian kernel on edge coordinates is integrable.
Polynomial-Gaussian kernels on edge coordinates are integrable.
The cubic-core L² kernel is globally integrable against the Gaussian weight.
The corrected logarithmic core exponent, written in edge coordinates.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The repaired step-1 core model with quartic and quintic phases included.
Equations
- correctedCoreIntegrand n t mu = Complex.exp (↑(4 * t) * correctedCoreExponent n mu)
Instances For
The intermediate core exponent that keeps the quartic term but drops the quintic phase.
Equations
- quarticCoreExponent n mu = ↑(-(Cn3Torus.sqNormEdge n mu / 2)) - Complex.I * ↑(cubicT n (matrixOfEdge n mu)) + ↑(quarticCorr n (matrixOfEdge n mu))
Instances For
The quartic core model used between the repaired and cubic cores.
Equations
- quarticCoreIntegrand n t mu = Complex.exp (↑(4 * t) * quarticCoreExponent n mu)
Instances For
The pure cubic-Gaussian core exponent.
Equations
- cubicCoreExponent n mu = ↑(-(Cn3Torus.sqNormEdge n mu / 2)) - Complex.I * ↑(cubicT n (matrixOfEdge n mu))
Instances For
The cubic-Gaussian core model.
Equations
- cubicCoreIntegrand n t mu = Complex.exp (↑(4 * t) * cubicCoreExponent n mu)
Instances For
Exact pointwise factorization of the repaired-to-quartic core difference.
Exact pointwise factorization of the quartic-to-cubic core difference.