Documentation

Mathlib.Analysis.SpecialFunctions.ImproperIntegrals

Evaluation of specific improper integrals #

This file contains some integrability results, and evaluations of integrals, over ℝ or over half-infinite intervals in ℝ.

These lemmas are stated in terms of either Iic or Ioi (neglecting Iio and Ici) to match mathlib's conventions for integrals over finite intervals (see intervalIntegral).

See also #

theorem integral_exp_mul_complex_Ioi {a : ℂ} (ha : a.re < 0) (c : ℝ) :
∫ (x : ℝ) in Set.Ioi c, Complex.exp (a * ↑x) = -Complex.exp (a * ↑c) / a
theorem integral_exp_mul_complex_Iic {a : ℂ} (ha : 0 < a.re) (c : ℝ) :
∫ (x : ℝ) in Set.Iic c, Complex.exp (a * ↑x) = Complex.exp (a * ↑c) / a
theorem integral_exp_mul_Ioi {a : ℝ} (ha : a < 0) (c : ℝ) :
∫ (x : ℝ) in Set.Ioi c, Real.exp (a * x) = -Real.exp (a * c) / a
theorem integral_exp_mul_Iic {a : ℝ} (ha : 0 < a) (c : ℝ) :
∫ (x : ℝ) in Set.Iic c, Real.exp (a * x) = Real.exp (a * c) / a
theorem integrableOn_add_rpow_Ioi_of_lt {a c m : ℝ} (ha : a < -1) (hc : -m < c) :

If -m < c, then (fun t : ℝ ↦ (t + m) ^ a) is integrable on (c, ∞) for all a < -1.

theorem integrableOn_Ioi_rpow_of_lt {a c : ℝ} (ha : a < -1) (hc : 0 < c) :

If 0 < c, then (fun t : ℝ ↦ t ^ a) is integrable on (c, ∞) for all a < -1.

theorem integrableOn_Ioi_rpow_iff {s t : ℝ} (ht : 0 < t) :

The real power function with any exponent is not integrable on (0, +∞).

theorem setIntegral_Ioi_zero_rpow (s : ℝ) :
∫ (x : ℝ) in Set.Ioi 0, x ^ s = 0
theorem integral_Ioi_rpow_of_lt {a : ℝ} (ha : a < -1) {c : ℝ} (hc : 0 < c) :
∫ (t : ℝ) in Set.Ioi c, t ^ a = -c ^ (a + 1) / (a + 1)
theorem integrableOn_Ioi_norm_cpow_of_lt {a : ℂ} (ha : a.re < -1) {c : ℝ} (hc : 0 < c) :
theorem integrableOn_Ioi_cpow_of_lt {a : ℂ} (ha : a.re < -1) {c : ℝ} (hc : 0 < c) :
theorem integrableOn_Ioi_cpow_iff {s : ℂ} {t : ℝ} (ht : 0 < t) :
theorem integrableOn_Ioi_deriv_ofReal_cpow {s : ℂ} {t : ℝ} (ht : 0 < t) (hs : s.re < 0) :

The complex power function with any exponent is not integrable on (0, +∞).

theorem setIntegral_Ioi_zero_cpow (s : ℂ) :
∫ (x : ℝ) in Set.Ioi 0, ↑x ^ s = 0
theorem integral_Ioi_cpow_of_lt {a : ℂ} (ha : a.re < -1) {c : ℝ} (hc : 0 < c) :
∫ (t : ℝ) in Set.Ioi c, ↑t ^ a = -↑c ^ (a + 1) / (a + 1)
@[simp]
@[simp]
@[simp]
theorem integral_inv_div_log_sq_Ioi {c : ℝ} (hc : 1 < c) :