Documentation

Aristotle.Landau.main.NewtonianPotential

Newtonian Potential Bounds and Inverse-Norm Integrability #

Proves coulomb_landauMatrix_entry_le (|A(z)_{ij}| <= ||z||^{-1}) and local integrability of ||z||^{-1} against Schwartz functions, the key estimates for handling the Coulomb singularity in collision integrals.

Coulomb Landau matrix entry bound: |A(z)_{ij}| ≤ (eucNorm z)⁻¹ for z ≠ 0, and A(0) = 0. This is the key bound enabling integrability of collision integrands despite the singular kernel Ψ(r) = r⁻³.

Pi norm ≤ Euclidean norm in ℝ³: ‖z‖_∞ ≤ √(z·z).

Coulomb matrix entry bound in Pi norm: |A(z)_{ij}| ≤ ‖z‖⁻¹ for z ≠ 0.

theorem VML.inv_norm_summable_series (R : ) (hR : 0 < R) :
Summable fun (k : ) => (2 ^ (-k - 1) * R)⁻¹ * (2 ^ (-k) * R) ^ 3
theorem VML.inv_norm_ball_volume (R : ) (hR : 0 < R) (k : ) :
theorem VML.inv_norm_lintegral_bounded (R : ) (hR : 0 < R) (k : ) :
∫⁻ (z : Fin 3) in Metric.closedBall 0 (2 ^ (-k) * R) \ Metric.closedBall 0 (2 ^ (-k - 1) * R), ENNReal.ofReal z⁻¹ ENNReal.ofReal ((2 ^ (-k - 1) * R)⁻¹ * (MeasureTheory.volume (Metric.closedBall 0 (2 ^ (-k) * R))).toReal)

‖·‖⁻¹ is locally integrable in ℝ³. Proved by Aristotle (job 3dc1b4dc). Co-authored-by: Aristotle (Harmonic) aristotle-harmonic@harmonic.fun

theorem VML.convolution_local_int_schwartz (g : (Fin 3)) (hg_decay : ∀ (N : ), C > 0, ∀ (w : Fin 3), |g w| * (1 + w) ^ N C) (hg_meas : MeasureTheory.AEStronglyMeasurable g MeasureTheory.volume) (hK_local : MeasureTheory.IntegrableOn (fun (z : Fin 3) => z⁻¹) (Metric.closedBall 0 1) MeasureTheory.volume) (v : Fin 3) :

Convolution of a locally integrable kernel with a Schwartz function is integrable. Proved by Aristotle (job 1ba752be). Co-authored-by: Aristotle (Harmonic) aristotle-harmonic@harmonic.fun

theorem VML.inv_norm_schwartz_integrable (g : (Fin 3)) (hg_decay : ∀ (N : ), C > 0, ∀ (w : Fin 3), |g w| * (1 + w) ^ N C) (hg_meas : MeasureTheory.AEStronglyMeasurable g MeasureTheory.volume) (v : Fin 3) :

Key integrability fact for Coulomb kernel: ‖·‖⁻¹ × Schwartz is integrable in ℝ³. Combines inv_norm_local_integrable and convolution_local_int_schwartz.

theorem VML.newtonian_near_bound (g : (Fin 3)) (C₀ : ) (hg_sup : ∀ (w : Fin 3), |g w| C₀) (v : Fin 3) (h_int_translated : MeasureTheory.Integrable (fun (z : Fin 3) => z⁻¹ * |g (v - z)|) MeasureTheory.volume) (h_inv_loc : MeasureTheory.IntegrableOn (fun (z : Fin 3) => z⁻¹) (Metric.closedBall 0 1) MeasureTheory.volume) :
(z : Fin 3) in Metric.closedBall 0 1, z⁻¹ * |g (v - z)| C₀ * (z : Fin 3) in Metric.closedBall 0 1, z⁻¹
theorem VML.newtonian_far_bound (g : (Fin 3)) (hg_abs_int : MeasureTheory.Integrable (fun (w : Fin 3) => |g w|) MeasureTheory.volume) (v : Fin 3) (h_int_translated : MeasureTheory.Integrable (fun (z : Fin 3) => z⁻¹ * |g (v - z)|) MeasureTheory.volume) :
(z : Fin 3) in (Metric.closedBall 0 1), z⁻¹ * |g (v - z)| (w : Fin 3), |g w|
theorem VML.newtonian_schwartz_uniform_bound (g : (Fin 3)) (hg_decay : ∀ (N : ), C > 0, ∀ (w : Fin 3), |g w| * (1 + w) ^ N C) (hg_meas : MeasureTheory.AEStronglyMeasurable g MeasureTheory.volume) :
M > 0, ∀ (v : Fin 3), (w : Fin 3), v - w⁻¹ * |g w| M

The Newtonian potential (convolution with ‖·‖⁻¹) of a Schwartz function is uniformly bounded in ℝ³. Proof: split into near (B(v,1)) and far parts near is bounded by sup|g| × ∫_{B(0,1)} ‖z‖⁻¹, far by ∫|g|.