Documentation

LeanPool.OSforGFF.GaussianField.SchwartzNuclear.SchwartzSlicing

Schwartz Function Slicing and Partial Hermite Coefficients #

Defines the slicing of a multi-dimensional Schwartz function along one coordinate and the partial Hermite coefficient map. These are the "A1" and "A2" analytical constructions used in the multi-dimensional Hermite expansion proof.

Main definitions #

Sorry inventory #

0 sorrys. All lemmas fully proved. <!-- count_axioms:skip -->

Proved lemmas #

Embed EuclideanSpace ℝ (Fin d) × ℝ into EuclideanSpace ℝ (Fin (d + 1)) by appending the real value as the last coordinate.

Equations
Instances For

    Project EuclideanSpace ℝ (Fin (d + 1)) to its first d coordinates.

    Equations
    Instances For

      Snoc of init and last coordinate recovers the original point.

      noncomputable def GaussianField.schwartzSlice (d : ) (f : SchwartzMap (EuclideanSpace (Fin (d + 2))) ) (y : EuclideanSpace (Fin (d + 1))) :

      Restrict f ∈ S(ℝ^{d+2}) to the hyperplane {x | x_rest = y}, giving a Schwartz function of the last coordinate.

      Equations
      Instances For

        A2: Partial Hermite coefficient is Schwartz #

        The function g(y) = ∫ f(euclideanSnoc y t) · ψ_n(t) dt is Schwartz in y.

        Proof strategy (following the parametric integral approach):

        Smoothness (smooth') #

        Prove ContDiff ℝ m for all m by induction on m:

        Decay (decay') #

        Use the key norm bound ‖y‖ ≤ ‖euclideanSnoc y t‖ (euclideanSnoc_norm_ge_left):

        1. Commute iteratedFDeriv and the integral (via smooth')
        2. Bound ‖y‖^k * |integrand| ≤ ‖euclideanSnoc y t‖^k * |integrand|
        3. Apply Schwartz decay of f at the point euclideanSnoc y t
        4. The resulting t-integral is finite since hermiteFunction n is integrable.

        Integrate out the last coordinate of f against the n-th Hermite function, giving a Schwartz function of the remaining d + 1 coordinates.

        Equations
        Instances For
          theorem GaussianField.schwartz_slice_eq (d : ) (f : SchwartzMap (EuclideanSpace (Fin (d + 2))) ) (y : EuclideanSpace (Fin (d + 1))) (t : ) :
          (schwartzSlice d f y) t = f (euclideanSnoc (d + 1) y t)

          Fubini theorem for EuclideanSpace slicing. Isolates the measure equivalence between ℝ^{d+2} and ℝ^{d+1} × ℝ.

          Scalarization helpers for seminorm control #

          These helpers reduce the multi-dimensional seminorm control problem to 1D by evaluating the multilinear map D^{l'}_y[g_n] along arbitrary vectors v, reducing to a 1D problem solvable by hermiteCoeff1D_decay.

          noncomputable def GaussianField.schwartzSlicePartial (d : ) (f : SchwartzMap (EuclideanSpace (Fin (d + 2))) ) (l' : ) (y : EuclideanSpace (Fin (d + 1))) (v : Fin l'EuclideanSpace (Fin (d + 1))) :

          The 1D Schwartz function obtained by evaluating the l'-th iterated Fréchet derivative of a slice along vectors v. Used for the "scalarization" step: reduce the operator norm of D^{l'} g_n(y) to pointwise evaluations that can be bounded via 1D Hermite decay.

          Equations
          • One or more equations did not get rendered due to their size.
          Instances For

            The iterated Fréchet derivative of schwartzPartialHermiteCoeff d f n evaluated at y along vectors v equals the 1D Hermite coefficient of the corresponding slice partial function. This is the key "commutation" lemma that connects the multi-d seminorm to a 1D quantity.

            theorem GaussianField.schwartz_slice_partial_seminorm_bound (d k' l' a b : ) :
            ∃ (C : ) (q' : Finset ( × )), 0 < C ∀ (f : SchwartzMap (EuclideanSpace (Fin (d + 2))) ) (y : EuclideanSpace (Fin (d + 1))) (v : Fin l'EuclideanSpace (Fin (d + 1))), y ^ k' * (schwartzSeminormFamily (a, b)) (schwartzSlicePartial d f l' y v) (C * i : Fin l', v i) * (q'.sup (schwartzSeminormFamily (EuclideanSpace (Fin (d + 2))) )) f

            Seminorm bound for the slice partial function: the 1D Schwartz seminorm of schwartzSlicePartial d f l' y v, weighted by ‖y‖^k', is bounded by a product of ∏ ‖v_i‖ and finitely many higher-dimensional seminorms of f.