Schwartz Decay Definitions and Integrability Helpers #
Defines UniformSchwartzDecay (uniform-in-x Schwartz-class decay in velocity)
and proves basic integrability lemmas. This is the standard regularity assumption
for kinetic theory used throughout the Coulomb concrete theorem files.
Uniform C² velocity decay: f(x,·) and its first two velocity derivatives decay faster than any polynomial in |v|, uniformly in x ∈ T³.
This is weaker than Schwartz class (which requires ALL derivatives to decay). The proof of the H-theorem only uses derivatives up to order 2.
- hDecay (N : ℕ) {k : ℕ} : k ≤ 2 → ∃ C > 0, ∀ (x : Torus3) (v : Fin 3 → ℝ), ‖iteratedFDeriv ℝ k (f x) v‖ * (1 + ‖v‖) ^ N ≤ C
Velocity derivatives up to order 2 of f decay faster than any polynomial, uniformly in x
- hGradDecay (N : ℕ) (i : Fin 3) : ∃ C > 0, ∀ (x : Torus3) (v : Fin 3 → ℝ), |torusGradX (fun (y : Torus3) => f y v) x i| * (1 + ‖v‖) ^ N ≤ C
Spatial gradients of f also have Schwartz decay in v
Instances For
Schwartz decay implies integrability.
Schwartz decay implies integrability with polynomial weight. If f(x,·) decays faster than any polynomial, then (1+‖v‖)^M * |f(x,v)| is integrable for any M.
If ‖v‖^k * |φ(v)| is integrable for every k, then (1+‖v‖)^K * |φ(v)| is too. Uses the binomial theorem to expand (1+‖v‖)^K as a finite sum. Generalized to any normed space (dimension-independent).
If ‖v‖^k * |φ(v)| is integrable for every k, and ‖g(v)‖ ≤ C*(1+‖v‖)^K*|φ(v)|, then g is integrable. Core tool for Schwartz-dominance arguments. Generalized to any normed space (dimension-independent).
Extract pointwise (k=0) decay from the Schwartz hypothesis. Generalized to any normed space (dimension-independent).
Extract partial derivative (k=1) decay from the Schwartz hypothesis. Generalized to Fin n → ℝ (dimension-independent).
Score bound: |∂_i log f(u)| ≤ Cg * (1+‖u‖)^Kg from the gradient bound on f. Uses chain rule: ∂_i(log∘f) = (∂_if)/f, combined with |∂_if| ≤ Cg*(1+‖u‖)^Kg*f.
Polynomial-weighted Schwartz decay: if |f(w)|*(1+‖w‖)^N ≤ C for all N, then |(1+‖w‖)^M * f(w)| * (1+‖w‖)^N ≤ C' for all N. Generalized to any normed space (dimension-independent).
Polynomial-weighted Schwartz functions are integrable (on ℝ³).
If f has Schwartz decay and f > 0, then (1+‖v‖)^K * f(v) is integrable.