Frullani's integral #
This file proves Frullani's integral: if f : ℝ → E is locally integrable on (0, ∞) with
f x → L as x → 0⁺ and f x → R as x → +∞, and 0 < a and 0 < b, then
∫ x in Ioi 0, x⁻¹ • (f (a * x) - f (b * x)) = log (b / a) • (L - R)
(Frullani.integral_Ioi_eq), provided the integrand is integrable on (0, ∞).
We also prove a limit form Frullani.tendsto_intervalIntegral, which does not require global
integrability of the integrand.
If f → R as x → +∞ and f is locally integrable on (0, ∞), then the weighted integral
∫ x in a*r..b*r, x⁻¹ • f x converges to log(b/a) • R as r → +∞.
Frullani's integral, limit form, for functions valued in a complete normed space.
If f is locally integrable on (0, ∞) with f x → L as x → 0⁺ and f x → R as x → +∞,
and 0 < a and 0 < b, then ∫ x in ε..r, x⁻¹ • (f (a * x) - f (b * x)) → log (b / a) • (L - R)
as ε → 0⁺ and r → +∞.
Frullani's integral for functions valued in a complete normed space.
If f is locally integrable on (0, ∞) with f x → L as x → 0⁺ and f x → R as x → +∞,
0 < a and 0 < b, and x ↦ x⁻¹ • (f (a * x) - f (b * x)) is integrable on (0, ∞), then
∫ x in Ioi 0, x⁻¹ • (f (a * x) - f (b * x)) = log (b / a) • (L - R).