Documentation

RequestProject.HadamardCn3MOO

MOO / Influence Layer For The Cn^3 Formalization #

This module contains the influence statistics and the base analytic estimates that feed the weak invariance theorem based on the Mossel-O'Donnell-Oleszkiewicz invariance principle.

Here MOO abbreviates Mossel, O'Donnell, and Oleszkiewicz; see "Noise stability of functions with low influences: Invariance and optimality", Annals of Mathematics 171 (2010), 295-341.

The public objects here are the influence quantities used in the comparison theorems:

The reusable discrete sign-moment machinery now lives in RequestProject.HadamardCn3DiscreteMoments.

Influence Quantities #

These definitions give the matrix and edge-coordinate influence statistics that feed into the weak invariance estimates and the final threeHalfInfluenceSum bounds.

def maxInfluence (n : ) (lam : Fin nFin n) :

The max influence I_max(λ) = max_k Σ_{i≠k} λ_{ik}².

Equations
Instances For
    def rowInfluence (n : ) (lam : Fin nFin n) (k : Fin n) :

    Row influence I_k(λ) = Σ_{i≠k} λ_{ik}².

    Equations
    Instances For
      def threeHalfInfluenceSum (n : ) (lam : Fin nFin n) :

      The ℓ^{3/2}-row statistic J(λ) = Σ_k I_k(λ)^{3/2}, written using sqrt.

      Equations
      Instances For
        theorem rowInfluence_nonneg (n : ) (lam : Fin nFin n) (k : Fin n) :
        0 rowInfluence n lam k
        theorem exists_rowInfluence_eq_maxInfluence (n : ) (hn : 0 < n) (lam : Fin nFin n) :
        ∃ (k : Fin n), rowInfluence n lam k = maxInfluence n lam
        theorem le_of_mul_sqrt_le_mul_sqrt {x y : } (hx : 0 x) (hy : 0 y) (hxy : x * x y * y) :
        x y
        def Q2Signs (n : ) (f : Fin nFin n) (σ : Fin nFin 2) :

        Ordered-sum quadratic form in Rademacher variables. This matches the normalization used in the manuscript's degree-2 invariance principle.

        Equations
        Instances For
          def Q2Gauss (n : ) (f : Fin nFin n) (x : Fin n) :

          Ordered-sum quadratic form in Gaussian variables. This matches the normalization used in the manuscript's degree-2 invariance principle.

          Equations
          Instances For
            def kernelInfluence (n : ) (f : Fin nFin n) (k : Fin n) :

            Row influence for the ordered-sum kernel formulation of the degree-2 invariance principle.

            Equations
            Instances For
              def mooKernel (n : ) (lam : Fin nFin n) :
              Fin nFin n

              The symmetric kernel attached to lam in the manuscript normalization.

              Equations
              Instances For
                theorem mooKernel_symm (n : ) (lam : Fin nFin n) (i j : Fin n) :
                mooKernel n lam i j = mooKernel n lam j i
                theorem mooKernel_diag (n : ) (lam : Fin nFin n) (i : Fin n) :
                mooKernel n lam i i = 0
                theorem q2Gauss_mooKernel_eq_gaussianInnerX (n : ) (lam : Fin nFin n) (x : Fin n) :
                Q2Gauss n (mooKernel n lam) x = gaussianInnerX n lam x
                theorem q2Signs_mooKernel_eq_innerX (n : ) (lam : Fin nFin n) (σ : Fin nFin 2) :
                Q2Signs n (mooKernel n lam) σ = innerX n lam σ
                theorem kernelInfluence_mooKernel (n : ) (lam : Fin nFin n) (k : Fin n) :
                kernelInfluence n (mooKernel n lam) k = 1 / 4 * i : Fin n, if i k then lam (min i k) (max i k) ^ 2 else 0
                theorem maxInfluence_nonneg (n : ) (lam : Fin nFin n) :
                def rowInfluenceEdge (n : ) (mu : Cn3Torus.Edge n) (k : Fin n) :

                Edge-coordinate row influence, transported from the matrix model.

                Equations
                Instances For
                  def rowInfluenceMaxEdge (n : ) (mu : Cn3Torus.Edge n) :

                  Edge-coordinate maximal row influence.

                  Equations
                  Instances For

                    Edge-coordinate ℓ^{3/2} row statistic.

                    Equations
                    Instances For
                      theorem rowInfluenceEdge_eq (n : ) (mu : Cn3Torus.Edge n) (k : Fin n) :
                      theorem gaussianPsi_norm_bound (n : ) (lam : Fin nFin n) :
                      gaussianPsi n lam (1 + 2 * sNorm n lam) ^ (-1 / 4)

                      The Gaussian characteristic-function bound used after the MOO comparison: |ψ_G(λ)| ≤ (1 + 2 sNorm(λ))^{-1/4}. This is the separate Gaussian calculation from the text, distinct from the invariance-principle input.

                      theorem avgSigns_sub (n : ) (f g : (Fin nFin 2)) :
                      (avgSigns n fun (σ : Fin nFin 2) => f σ - g σ) = avgSigns n f - avgSigns n g
                      theorem avgSigns_mono (n : ) {f g : (Fin nFin 2)} (hfg : ∀ (σ : Fin nFin 2), f σ g σ) :
                      theorem psi_re_eq_avgSigns_cos (n : ) (lam : Fin nFin n) :
                      (psi n lam).re = avgSigns n fun (σ : Fin nFin 2) => Real.cos (innerX n lam σ)
                      theorem psi_im_eq_avgSigns_sin (n : ) (lam : Fin nFin n) :
                      (psi n lam).im = avgSigns n fun (σ : Fin nFin 2) => Real.sin (innerX n lam σ)
                      theorem re_psi_taylor4_decomposition (n : ) (lam : Fin nFin n) :
                      ∃ (eps : ), (psi n lam).re = 1 - momentX n lam 2 / 2 + momentX n lam 4 / 24 + eps |eps| avgSigns n fun (σ : Fin nFin 2) => |innerX n lam σ| ^ 6 / 720
                      theorem im_psi_taylor5_decomposition (n : ) (lam : Fin nFin n) :
                      ∃ (eps : ), (psi n lam).im = momentX n lam 1 - momentX n lam 3 / 6 + momentX n lam 5 / 120 + eps |eps| avgSigns n fun (σ : Fin nFin 2) => |innerX n lam σ| ^ 7 / 5040