Documentation

Aristotle.Landau.main.CoulombFluxDiff

theorem VML.coulomb_flux_deriv_schwartz_decay (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) (i : Fin 3) (N : ) :
C > 0, ∀ (v : Fin 3), fderiv (fun (v : Fin 3) => ( (w : Fin 3), (landauMatrix coulombKernel (v - w)).mulVec (f w vGrad f v - f v vGrad f w)) i) v * (1 + v) ^ N C

The derivative of the Coulomb flux component has Schwartz-class decay. Since the flux decomposes into convolutions of Coulomb entries with Schwartz functions, its derivatives inherit Schwartz decay via coulomb_entry_conv_deriv_decay.

theorem VML.coulomb_ibp_df_g_integrable (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) (hLogBound : ∃ (C : ) (K : ), ∀ (v : Fin 3), |Real.log (f v)| C * (1 + v) ^ K) (i : Fin 3) :
MeasureTheory.Integrable (fun (v : Fin 3) => (fderiv (fun (v' : Fin 3) => ( (w : Fin 3), (landauMatrix coulombKernel (v' - w)).mulVec (f w vGrad f v' - f v' vGrad f w)) i) v) (Pi.single i 1) * (Real.log f) v) MeasureTheory.volume

The product fderiv(flux_i)(v) * log(f(v)) is integrable for the Coulomb kernel. Uses Schwartz decay of the flux derivative and polynomial growth of log(f).