set_option linter.style.longLine false
Abstract Theorem 4.2: Steady State Implies Maxwellian #
States and proves the main abstract result: any smooth steady state of the
Vlasov-Maxwell-Landau system satisfying VelocityDecayConditions is a global
Maxwellian with E = 0 and B = const.
Physical Context (Non-Relativistic Limit): Note that this formalization assumes a strictly non-relativistic framework where velocities $v \in \mathbb{R}^3$ are unbounded. This admits superluminal particles, but is the standard mathematical setting for the classical Landau equation.
Velocity-space decay / integrability conditions for the VML steady state theorem.
These conditions hold for distribution functions with sufficient velocity-space decay (e.g., Schwartz class or sub-Gaussian tails). They ensure that:
- The H-theorem chain (IBP + Fubini symmetrization) goes through
- The transport entropy equation can be decomposed
- The Landau flux is differentiable and integrable
Bundled into a single structure for readability of the main theorem.
- hPSD_inner_int (x : X) (v : Fin 3 → ℝ) : MeasureTheory.Integrable (PSDIntegrand Ψ (f x) v) MeasureTheory.volume
- hPSD_outer_int (x : X) : MeasureTheory.Integrable (fun (v : Fin 3 → ℝ) => ∫ (w : Fin 3 → ℝ), PSDIntegrand Ψ (f x) v w) MeasureTheory.volume
- hSpatialTransport_int (x : X) : MeasureTheory.Integrable (fun (v : Fin 3 → ℝ) => v ⬝ᵥ FlatTorus3.gradX (fun (y : X) => f y v) x * Real.log (f x v)) MeasureTheory.volume
- hForceTransport_int (x : X) : MeasureTheory.Integrable (fun (v : Fin 3 → ℝ) => (E x + cross v (B x)) ⬝ᵥ vGrad (f x) v * Real.log (f x v)) MeasureTheory.volume
- hLandauFluxInt (x : X) (v : Fin 3 → ℝ) : MeasureTheory.Integrable (fun (w : Fin 3 → ℝ) => (landauMatrix Ψ (v - w)).mulVec (f x w • vGrad (f x) v - f x v • vGrad (f x) w)) MeasureTheory.volume
- hSpatialTransport_joint : MeasureTheory.Integrable (Function.uncurry fun (x : X) (v : Fin 3 → ℝ) => v ⬝ᵥ FlatTorus3.gradX (fun (y : X) => f y v) x * Real.log (f x v)) (MeasureTheory.volume.prod MeasureTheory.volume)
- hSpatTransComp (v : Fin 3 → ℝ) (i : Fin 3) : MeasureTheory.Integrable (fun (x : X) => FlatTorus3.gradX (fun (y : X) => f y v) x i * Real.log (f x v)) MeasureTheory.volume
- hf_velocity_dominated : ∃ (g : (Fin 3 → ℝ) → ℝ), MeasureTheory.Integrable g MeasureTheory.volume ∧ ∀ (x : X) (v : Fin 3 → ℝ), f x v ≤ g v
- hPSD_cont (x : X) : Continuous fun (p : (Fin 3 → ℝ) × (Fin 3 → ℝ)) => PSDIntegrand Ψ (f x) p.1 p.2
- hD_cont : Continuous fun (x : X) => entropyDissipation Ψ (f x)
Instances For
Theorem 42 (Global steady state of the VML system).
Consider the Vlasov-Maxwell-Landau system on a periodic spatial domain (modeled by a FlatTorus3) with collision frequency ν > 0, interaction potential Ψ > 0, and uniform neutralizing ion background density ρ_ion > 0.
Let (f, E, B) be a sufficiently smooth steady-state solution with f > 0 and f(x, ·) ∈ L¹(ℝ³) for each x. Then:
(i) f is a spatially uniform, zero-drift Maxwellian: f(v) = ρ_ion / (2πT)^(3/2) · exp(-|v|²/(2T))
(ii) The electric field vanishes: E = 0.
(iii) The magnetic field is spatially constant.
The velocity-space decay conditions (bundled in VelocityDecayConditions)
require not only sufficient upper-bound velocity-space decay (e.g., Schwartz class),
but importantly also a matching LOWER bound. The polynomial score bound (hGradBound)
actively excludes functions with faster-than-exponential decay (like $e^{-e^{\|v\|}}$),
even though they are Schwartz class. The conditions effectively restrict the
domain to near-Maxwellian or stretched-exponential states.
Note on Physical Rigor: This theorem addresses the classic non-relativistic formulation over $v \in \mathbb{R}^3$. As with all non-relativistic kinetic theory over an unbounded velocity space, this formally admits unphysical superluminal velocities ($|v| > c$). A strictly correct physical model would require replacing $v$ with momentum $p$.
Reference: H-theorem-formal.pdf, Theorem 42.