Documentation

RequestProject.HadamardCn3QuarticFiber

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.

theorem gaussian_integral_with_perturbation_bound (n : ) (β D t : ) ( : 0 β) (ht : 0 < t) (hsmall : β * (D / t) 1 / 2) (B : Fin nFin n) (hB : sNorm n B D / t) :
(x : Fin n), Real.exp (-(2 * t * i : Fin n, x i ^ 2) + β * t / 2 * i : Fin n, j : Fin n, quarticPeelMatrix✝ n B i j * x i * x j) Real.exp (β ^ 2 / 2 * (D / t) ^ 2) * (Real.pi / (2 * t)) ^ (n / 2)

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.

def edgeCoreRegionD (n : ) (D t : ) :
Equations
Instances For
    noncomputable def quarticCoreDensity (β t : ) (n : ) (mu : Cn3Torus.Edge n) :
    Equations
    Instances For
      noncomputable def quarticCoreTrunc (β D t : ) (n : ) (mu : Cn3Torus.Edge n) :
      Equations
      Instances For
        noncomputable def peeledQuarticDensity (β t : ) (n : ) (p : (Cn3Torus.Edge n) × (Fin n)) :
        Equations
        • One or more equations did not get rendered due to their size.
        Instances For
          noncomputable def peeledQuarticTrunc (β D t : ) (n : ) (p : (Cn3Torus.Edge n) × (Fin n)) :
          Equations
          Instances For
            theorem quarticCoreTrunc_bound (β D t : ) ( : 0 β) (hD : 0 D) (ht : 0 < t) (hsmall : β * (D / t) 1 / 2) (n : ) :

            Integrability and global bound for the truncated quartic core density.

            theorem quartic_exponential_core_bound (β : ) ( : 0 < β) :
            ∃ (c₁ : ) (C₁ : ), 0 < c₁ 0 < C₁ ∀ (n : ) (t : ), 0 < t(dim n) / t c₁n * (dim n) ^ 2 / t ^ 2 c₁ (mu : Cn3Torus.Edge n) in edgeCoreRegion n t, Real.exp (β * t * quarticCorr n (matrixOfEdge n mu)) * Real.exp (-2 * t * Cn3Torus.sqNormEdge n mu) C₁ * coreMass (dim n) t

            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.