Documentation

RequestProject.HadamardCn3Asymptotics

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
Instances For

    The raw torus integral whose normalized form computes paperNormalizedCount n t.

    Equations
    Instances For

      The normalized torus integral representing paperNormalizedCount n t.

      Equations
      Instances For
        def paperMainScale (n t : ) :

        The Gaussian main scale A_n(t).

        Equations
        Instances For
          def paperMainTerm (n t : ) :

          The Gaussian main term for the normalized count.

          Equations
          Instances For

            Fourier inversion bridge for the normalized count.

            theorem prop_primary_box :
            ∃ (c : ) (K : ) (C : ), 0 < c 0 < K 0 < C ∀ (n : ), 3 n∀ (t : ), t C * n ^ 3|primaryCoreContribution n t - paperMainTerm n t| (K * n ^ 2 / t + K * (n ^ (5 / 2) / t ^ (3 / 2)) + K * n ^ 6 / t ^ 2 + K * Real.exp (-(c * n ^ 2))) * paperMainScale n t
            theorem normalizedCount_asymptotic :
            ∃ (c : ) (K : ) (C : ), 0 < c 0 < K 0 < C ∀ (n : ), 3 n∀ (t : ), t C * n ^ 3|paperNormalizedCount n t - paperMainTerm n t| (K * n ^ 2 / t + K * (n ^ (5 / 2) / t ^ (3 / 2)) + K * n ^ 6 / t ^ 2 + K * Real.exp (-(c * n ^ 2))) * paperMainScale n t

            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}.