Documentation

Aristotle.Landau.main.CoulombFlux

set_option linter.style.longLine false

Flux Integrability and Measurability Helpers for Coulomb #

Proves integrability of the Landau collision flux, Schwartz partial decay, and AEStronglyMeasurability of flux components for the Coulomb kernel.

theorem VML.landau_flux_integrable_coulomb (f : (Fin 3)) (_hf_pos : ∀ (v : Fin 3), 0 < f v) (hf_smooth : ContDiff 3 f) (hf_schwartz : ∀ (N : ) {k : }, k 2C > 0, ∀ (v : Fin 3), iteratedFDeriv k f v * (1 + v) ^ N C) (v : Fin 3) :

The Landau collision flux is integrable for the Coulomb kernel.

theorem VML.schwartz_partial_decay {f : Torus3(Fin 3)} (hSchwartz : UniformSchwartzDecay f) (x : Torus3) (j : Fin 3) (N : ) :
C > 0, ∀ (w : Fin 3), |(fderiv (f x) w) (Pi.single j 1)| * (1 + w) ^ N C

Schwartz decay of partial derivatives: |∂_j f(x,w)| * (1+‖w‖)^N ≤ C. Follows from ‖iteratedFDeriv 1 f w‖ bounds and |∂_jf| ≤ ‖fderiv f w‖ ≤ ‖iteratedFDeriv 1 f w‖.

theorem VML.flux_component_aestronglyMeasurable (φ : (Fin 3)) (hφ_smooth : ContDiff 3 φ) (hFlux : ∀ (v : Fin 3), MeasureTheory.Integrable (fun (w : Fin 3) => (landauMatrix coulombKernel (v - w)).mulVec (φ w vGrad φ v - φ v vGrad φ w)) MeasureTheory.volume) (i : Fin 3) :
MeasureTheory.AEStronglyMeasurable (fun (v : Fin 3) => ( (w : Fin 3), (landauMatrix coulombKernel (v - w)).mulVec (φ w vGrad φ v - φ v vGrad φ w)) i) MeasureTheory.volume

The Landau flux component is AEStronglyMeasurable as a parametric integral. Uses joint measurability on the product space + integral_prod_right'.