Intermediate Asymptotic Statements #
This file contains the two intermediate asymptotic statements used to prove the paper's final count theorems:
Unlike RequestProject.HadamardCn3ShortMain, this file records the normalized
count and the normalized torus integral. The final count statements are kept in
HadamardCn3ShortMain on purpose.
The normalized count N_{n,4t} / 2^(4nt).
Equations
- paperNormalizedCount n t = ↑(hadamardCount n (4 * t)) / 2 ^ (4 * n * t)
Instances For
The raw torus integral whose normalized form computes paperNormalizedCount n t.
Equations
- paperTargetIntegral n t = ∫ (lam : Cn3Torus.Edge n → ℝ) in Cn3Torus.torusBox n, (Cn3Torus.psi n lam ^ (4 * t)).re
Instances For
The normalized torus integral representing paperNormalizedCount n t.
Equations
- paperNormalizedIntegral n t = 1 / (2 * Real.pi) ^ n.choose 2 * paperTargetIntegral n t
Instances For
The Gaussian main term for the normalized count.
Equations
- paperMainTerm n t = (1 - ↑(n.choose 3) / (8 * ↑t)) * paperMainScale n t
Instances For
Fourier inversion bridge for the normalized count.
Paper-facing normalized-count theorem on the Gaussian scale.
This upgrades prop_primary_box by adding the residual estimate, so the same
explicit center controls the full normalized count N_{n,4t} / 2^{4nt}.