Integrals with exponential decay at ∞ #
As easy special cases of general theorems in the library, we prove the following test for integrability:
theorem
exp_neg_integrable_on_Ioi
(a : ℝ)
{b : ℝ}
(h : 0 < b) :
measure_theory.integrable_on (λ (x : ℝ), rexp (-b * x)) (set.Ioi a) measure_theory.measure_space.volume
exp (-b * x)
is integrable on (a, ∞)
.