Documentation

Aristotle.Landau.main.CoulombSpatialTransport

theorem VML.gradX_stronglyMeasurable_v (f : Torus3(Fin 3)) (hf_smooth_v : ∀ (x : Torus3), ContDiff 3 (f x)) (hf_smooth_x : ∀ (v : Fin 3), ContDiff 2 (periodicLift fun (x : Torus3) => f x v)) (x : Torus3) (i : Fin 3) :
MeasureTheory.StronglyMeasurable fun (v : Fin 3) => FlatTorus3.gradX (fun (y : Torus3) => f y v) x i

The spatial gradient component v ↦ gradX(fun y => f y v)(x)(i) is strongly measurable in v. Proved via difference quotient approximation: each quotient is continuous in v (since f(x,·) is smooth for each torus point), and the fderiv is their pointwise limit.

theorem VML.spatial_transport_joint_integrable {f : Torus3(Fin 3)} (hf_pos : ∀ (x : Torus3) (v : Fin 3), 0 < f x v) (hf_smooth_v : ∀ (x : Torus3), ContDiff 3 (f x)) (hf_smooth_x : ∀ (v : Fin 3), ContDiff 2 (periodicLift fun (x : Torus3) => f x v)) (hSchwartz : UniformSchwartzDecay f) (hLogBound : ∃ (C_log : ) (K_log : ), ∀ (x : Torus3) (v : Fin 3), |Real.log (f x v)| C_log * (1 + v) ^ K_log) :

Spatial transport joint integrability (Fubini on compact torus × ℝ³). Uses: uniform Schwartz grad decay → uniform velocity integral bound, combined with finite measure on compact T³ → joint integrability.

theorem VML.spatial_transport_continuous {f : Torus3(Fin 3)} (hf_pos : ∀ (x : Torus3) (v : Fin 3), 0 < f x v) (hf_smooth_v : ∀ (x : Torus3), ContDiff 3 (f x)) (hf_smooth_x : ∀ (v : Fin 3), ContDiff 2 (periodicLift fun (x : Torus3) => f x v)) (hSchwartz : UniformSchwartzDecay f) (hLogBound : ∃ (C_log : ) (K_log : ), ∀ (x : Torus3) (v : Fin 3), |Real.log (f x v)| C_log * (1 + v) ^ K_log) :
Continuous fun (x : Torus3) => (v : Fin 3), v ⬝ᵥ FlatTorus3.gradX (fun (y : Torus3) => f y v) x * Real.log (f x v)

The parametric integral x ↦ ∫ v, v ⬝ᵥ gradX(f)(x) * log(f(x,v)) is continuous on the torus. Proved via continuous_of_dominated using the uniform Schwartz+log bound from spatial_transport_joint_integrable.

theorem VML.entropy_dissipation_continuous_coulomb (f : Torus3(Fin 3)) (E B : Torus3Fin 3) (ν : ) ( : 0 < ν) (hf_pos : ∀ (x : Torus3) (v : Fin 3), 0 < f x v) (hf_smooth_v : ∀ (x : Torus3), ContDiff 3 (f x)) (hf_smooth_x : ∀ (v : Fin 3), ContDiff 2 (periodicLift fun (x : Torus3) => f x v)) (hSchwartz : UniformSchwartzDecay f) (hLogBound : ∃ (C : ) (K : ), ∀ (x : Torus3) (v : Fin 3), |Real.log (f x v)| C * (1 + v) ^ K) (hVlasov : ∀ (x : Torus3) (v : Fin 3), v ⬝ᵥ torusGradX (fun (y : Torus3) => f y v) x + (E x + cross v (B x)) ⬝ᵥ vGrad (f x) v = ν * LandauOperator coulombKernel (f x) v) :

Continuity of entropy dissipation for the Coulomb kernel. Derives from the Vlasov equation: force transport vanishes by IBP, so D(f x) = ν⁻¹ ∫ spatial·log f, which is continuous by spatial_transport_continuous.