Documentation

Aristotle.Landau.main.CoulombNonvacuous

Non-vacuousness of the Coulomb Concrete Theorem #

Proves that the equilibrium Maxwellian satisfies all 13 hypotheses of CoulombConcreteTheorem42, demonstrating the theorem is non-vacuous.

Also provides helper lemmas about the equilibrium Maxwellian:

theorem VML.fderiv_equilibriumMaxwellian (ρ T : ) (hT : 0 < T) (v : Fin 3) (i : Fin 3) :

The directional derivative of the equilibrium Maxwellian: ∂(eM)/∂vᵢ = -(vᵢ/T) · eM(v). Proof: eM = C · exp(-normSq/(2T)), chain rule gives fderiv(eM) v eᵢ = C · exp(…) · (-2vᵢ/(2T)) = eM(v) · (-vᵢ/T).

theorem VML.equilibriumMaxwellian_schwartz_decay (ρ T : ) ( : 0 < ρ) (hT : 0 < T) (N k : ) :
C > 0, ∀ (v : Fin 3), iteratedFDeriv k (equilibriumMaxwellian ρ T) v * (1 + v) ^ N C

The equilibrium Maxwellian has Schwartz decay: all iterated velocity derivatives decay faster than any polynomial. Uses norm_iteratedFDeriv_comp_le (Faà di Bruno bound) with exp(q(v)) where q = -normSq/(2T) is quadratic, combined with the polynomial-times-Gaussian bound.

theorem VML.equilibriumMaxwellian_log_bound (ρ T : ) ( : 0 < ρ) (hT : 0 < T) :
∃ (C_log : ) (K_log : ), ∀ (v : Fin 3), |Real.log (equilibriumMaxwellian ρ T v)| C_log * (1 + v) ^ K_log

Polynomial log growth bound for equilibrium Maxwellian: |log(eM(v))| ≤ C*(1+‖v‖)² for suitable C.

Integral of vᵢ * equilibriumMaxwellian is 0 by odd symmetry.

theorem VML.integral_equilibriumMaxwellian (ρ T : ) (hT : 0 < T) :
(v : Fin 3), equilibriumMaxwellian ρ T v = ρ

The integral of the equilibrium Maxwellian equals the density ρ: ∫ ρ/(2πT)^{3/2} exp(-|v|²/(2T)) dv = ρ. Proof: factor exp as product of 1D Gaussians, apply Fubini, then integral_gaussian gives √(2πT) per coordinate, so the product is (2πT)^{3/2} which cancels the prefactor.

theorem VML.CoulombConcreteTheorem42_nonvacuous (ν T ρ_ion : ) ( : 0 < ν) (hT : 0 < T) (hρ_ion : 0 < ρ_ion) :
∃ (f : Torus3(Fin 3)) (E : Torus3Fin 3) (B : Torus3Fin 3), (∀ (x : Torus3) (v : Fin 3), 0 < f x v) (∀ (x : Torus3), ContDiff 3 (f x)) (∀ (v : Fin 3), ContDiff 2 (periodicLift fun (x : Torus3) => f x v)) (∀ (i : Fin 3), ContDiff 2 (periodicLift fun (x : Torus3) => B x i)) UniformSchwartzDecay f (∃ (Cg : ) (Kg : ), ∀ (x : Torus3) (v : Fin 3) (i : Fin 3), |(fderiv (f x) v) (Pi.single i 1)| Cg * (1 + v) ^ Kg * f x v) (∀ (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) (∀ (x : Torus3), torusCurlX B x = fun (i : Fin 3) => (v : Fin 3), v i * f x v) (∀ (x : Torus3), torusDivX E x = ( (v : Fin 3), f x v) - ρ_ion) ∀ (x : Torus3), torusDivX B x = 0

Non-vacuousness of CoulombConcreteTheorem42.

The equilibrium Maxwellian f(v) = ρ/(2πT)^{3/2} exp(-|v|²/(2T)) with E = 0, B = 0 satisfies all 13 hypotheses of the main theorem. This proves the theorem is non-vacuous: at least one instance exists.

Proof status: all 10 non-trivial goals fully proved. 0 sorry's.

Why each hypothesis holds for the equilibrium:

  • (3) hf_pos: ρ/(2πT)^{3/2} > 0 and exp > 0 ⇒ f > 0 ✓
  • (4) hf_smooth_v: composition of smooth functions (const, exp, polynomial) ✓
  • (5) hf_smooth_x: f is spatially constant ⇒ periodicLift is constant ⇒ C^∞ ✓
  • (6) hB_smooth: B = 0, same argument as (5) ✓
  • (7) hSchwartz: Gaussian is Schwartz class via Faà di Bruno + poly×Gaussian bound ✓
  • (8) hGradBound: ∂eM/∂vᵢ = -(vᵢ/T)·eM, bound |vᵢ| ≤ 1+‖v‖ ✓
  • (9) hVlasov: A(z)·z = 0 (projection annihilation) ⇒ integrand vanishes ✓
  • (10) hAmpere: ∇×0 = 0, ∫ vᵢ eM dv = 0 by odd symmetry ✓
  • (11) hGauss: ∇·0 = 0 = ∫eM - ρ_ion (simp closes) ✓
  • (12) hDivB: ∇·0 = 0 ✓
theorem VML.CoulombConcreteTheorem42_roundtrip (ν T ρ_ion : ) ( : 0 < ν) (hT : 0 < T) (hρ_ion : 0 < ρ_ion) :
∃ (f : Torus3(Fin 3)) (E : Torus3Fin 3) (B : Torus3Fin 3) (T_eq : ) (B₀ : Fin 3), 0 < T_eq (∀ (x : Torus3) (v : Fin 3), f x v = equilibriumMaxwellian ρ_ion T_eq v) (∀ (x : Torus3), E x = 0) (∀ (x : Torus3), B x = B₀) ∀ (T' : ), 0 < T'(∀ (v : Fin 3), equilibriumMaxwellian ρ_ion T' v = equilibriumMaxwellian ρ_ion T_eq v)T' = T_eq

Full round-trip for CoulombConcreteTheorem42.

Not only are the 13 hypotheses simultaneously satisfiable (CoulombConcreteTheorem42_nonvacuous), but applying the main theorem to the equilibrium Maxwellian witnesses produces the expected conclusion: f is a global Maxwellian, E = 0, B = const, with unique equilibrium temperature.

This closes the loop: the theorem is non-vacuous AND the conclusion actually holds for a concrete physical configuration.