Documentation

Aristotle.Landau.main.Section2

Entropy Dissipation Identity (Section 2) #

Properties of the Landau collision matrix: evenness, positive semidefiniteness, the symmetrized weak form, and the entropy dissipation identity D(f) as a double integral.

theorem VML.landauMatrix_even (Ψ : ) (z : Fin 3) :

Lemma 1(b): A(-z) = A(z). Reference: lem:A_symmetric

The quadratic form of the inner Landau matrix: Yᵀ B(z) Y = |z|²|Y|² - (z·Y)². Reference: lem:A_psd

theorem VML.dotProduct_sq_le_normSq (z Y : Fin 3) :
(z ⬝ᵥ Y) ^ 2 normSq z * normSq Y

Cauchy–Schwarz for dotProduct: (z·Y)² ≤ |z|²·|Y|². This follows from the Cauchy–Schwarz inequality.

theorem VML.landauMatrix_posSemidef {Ψ : } {z : Fin 3} ( : 0 Ψ (eucNorm z)) (Y : Fin 3) :

Lemma 2: Yᵀ A(z) Y ≥ 0 when Ψ(|z|) ≥ 0. Reference: lem:A_psd

theorem VML.landauMatrix_quadForm_eq_zero_iff {Ψ : } {z : Fin 3} ( : 0 < Ψ (eucNorm z)) (hz : z 0) (Y : Fin 3) (h : Y ⬝ᵥ (landauMatrix Ψ z).mulVec Y = 0) :
∃ (l : ), Y = l z

Lemma 2 (equality case): If Ψ(|z|) > 0, z ≠ 0, and the quadratic form vanishes, then Y is parallel to z. Reference: lem:A_psd

B(z) z = 0 (the inner matrix annihilates z).

theorem VML.landauMatrix_mulVec_self (Ψ : ) (z : Fin 3) :
(landauMatrix Ψ z).mulVec z = 0

Lemma 3: A(z) z = 0. Reference: lem:zA_zero