Documentation

SpherePacking.MagicFunction.a.Integrability.RealDecay

Exponential Decay Integrability Lemmas (Tail Regime) #

This file provides pure real analysis lemmas for integrability of exponentially decaying functions in the tail regime (t → ∞), particularly polynomial × exponential patterns.

These lemmas are designed to be reusable for contour integral analysis where:

Main results #

Asymptotic behavior #

Integrability #

References #

These patterns appear in the magic function integrability proofs for sphere packing, specifically for vertical ray integrands in ContourEndpoints.lean.

Integrability Lemmas #

exp(c*t) is integrable on [1,∞) for c < 0.

theorem tendsto_mul_exp_neg_atTop (a : ) (ha : 0 < a) :
Filter.Tendsto (fun (t : ) => t * Real.exp (-a * t)) Filter.atTop (nhds 0)

t * exp(-a*t) → 0 as t → ∞ for a > 0.

theorem tendsto_sq_mul_exp_neg_atTop (a : ) (ha : 0 < a) :
Filter.Tendsto (fun (t : ) => t ^ 2 * Real.exp (-a * t)) Filter.atTop (nhds 0)

t² * exp(-a*t) → 0 as t → ∞ for a > 0.

theorem tendsto_exp_neg_atTop (a : ) (ha : 0 < a) :
Filter.Tendsto (fun (t : ) => Real.exp (-a * t)) Filter.atTop (nhds 0)

exp(-a*t) → 0 as t → ∞ for a > 0.

t * exp(-a*t) is integrable on [1,∞) for a > 0.

t² * exp(-a*t) is integrable on [1,∞) for a > 0.