Documentation

Aristotle.Landau.main.CoulombPSDHelpers

set_option linter.style.longLine false

PSD Helpers: Continuity and Pointwise Bounds for Coulomb #

Proves the Landau quadratic form bound, continuity of the PSD integrand (the Coulomb singularity cancels in the quadratic form), and pointwise bounds. These are building blocks for the integrability and Fubini results in CoulombPSD.

theorem VML.tendsto_landau_quadratic_diag (G : (Fin 3)Fin 3) (hG : ContDiff 1 G) (x : Fin 3) :
Filter.Tendsto (fun (p : (Fin 3) × (Fin 3)) => (G p.1 - G p.2) ⬝ᵥ (landauMatrix coulombKernel (p.1 - p.2)).mulVec (G p.1 - G p.2)) (nhds (x, x)) (nhds 0)
theorem VML.continuous_landau_quadratic (G : (Fin 3)Fin 3) (hG : ContDiff 1 G) :
Continuous fun (p : (Fin 3) × (Fin 3)) => (G p.1 - G p.2) ⬝ᵥ (landauMatrix coulombKernel (p.1 - p.2)).mulVec (G p.1 - G p.2)
theorem VML.psd_continuous_coulomb (f : (Fin 3)) (hf_pos : ∀ (v : Fin 3), 0 < f v) (hf_smooth : ContDiff 3 f) :
Continuous fun (p : (Fin 3) × (Fin 3)) => PSDIntegrand coulombKernel f p.1 p.2

PSD integrand is jointly continuous for Coulomb kernel. Despite Ψ(r) = r⁻³ being singular, the score difference cancels the singularity. Proved by Aristotle (job 14300a69). Co-authored-by: Aristotle (Harmonic) aristotle-harmonic@harmonic.fun

theorem VML.psd_pointwise_bound_coulomb (f : (Fin 3)) (hf_pos : ∀ (v : Fin 3), 0 < f v) {Cg : } {Kg : } (h_score : ∀ (u : Fin 3) (i : Fin 3), |vGrad (Real.log f) u i| Cg * (1 + u) ^ Kg) (v w : Fin 3) :
|PSDIntegrand coulombKernel f v w| 18 * Cg ^ 2 * f v * ((1 + v) ^ (2 * Kg) * (v - w⁻¹ * f w) + v - w⁻¹ * ((1 + w) ^ (2 * Kg) * f w))

Pointwise bound on PSD integrand for Coulomb kernel: |PSD(v,w)| ≤ 18Cg²f(v) * ((1+‖v‖)^{2Kg}·‖v-w‖⁻¹f(w) + ‖v-w‖⁻¹·(1+‖w‖)^{2Kg}f(w))

theorem VML.fubini_double_pointwise_bound {f : (Fin 3)} (hf_pos : ∀ (v : Fin 3), 0 < f v) {Cg : } {Kg : } (h_score : ∀ (u : Fin 3) (i : Fin 3), |vGrad (Real.log f) u i| Cg * (1 + u) ^ Kg) (v w : Fin 3) :
|vGrad (Real.log f) v ⬝ᵥ (landauMatrix coulombKernel (v - w)).mulVec (f w vGrad f v - f v vGrad f w)| 3 * Cg * (1 + v) ^ Kg * (v - w⁻¹ * j : Fin 3, (f w * |vGrad f v j| + f v * |vGrad f w j|))

Pointwise bound on the Fubini double integrand for Coulomb. |score(v) · (A(v-w) · flux(v,w))| ≤ 3Cg(1+‖v‖)^Kg * ‖v-w‖⁻¹ * Σ_j (...).

theorem VML.fubini_double_aestronglyMeasurable {f : (Fin 3)} (hf_pos : ∀ (v : Fin 3), 0 < f v) (hf_smooth : ContDiff 3 f) :

The Fubini double integrand (score · Landau matrix · flux) is AEStronglyMeasurable on the product space (Fin 3 → ℝ) × (Fin 3 → ℝ).