First and second mean value theorems for interval integrals #
We prove versions of the first and second mean value theorems for interval integrals.
Main results #
First mean value theorem
exists_eq_const_mul_intervalIntegral_of_ae_nonneg(a.e. nonnegativity ofgons):∃ c ∈ uIcc a b, (∫ x in a..b, f x * g x ∂μ) = f c * (∫ x in a..b, g x ∂μ).exists_eq_const_mul_intervalIntegral_of_nonneg(pointwise nonnegativity ofgons):∃ c ∈ uIcc a b, (∫ x in a..b, f x * g x ∂μ) = f c * (∫ x in a..b, g x ∂μ).
Second mean value theorem
exists_eq_const_mul_intervalIntegral_of_nonneg_of_antitoneOnFor nonnegative and nonincreasingf : ℝ → ℝand integrableg : ℝ → ℝonIcc a b:∃ ξ ∈ Icc a b, ∫ x in a..b, f x * g x = f a * ∫ x in a..ξ, g xexists_eq_const_mul_intervalIntegral_of_nonneg_of_monotoneOn(nondecreasing variant)
A vector-valued inequality variant of the second mean value theorem
exists_le_const_mul_norm_intervalIntegral_of_nonneg_of_antitoneOnLetEbe a real Banach space. For nonnegative and nonincreasingf : ℝ → ℝand integrableg : ℝ → EonIcc a b:∃ ξ ∈ Icc a b, ‖∫ x in a..b, f x • g x‖ ≤ f a * ‖∫ x in a..ξ, g x‖exists_le_const_mul_norm_intervalIntegral_of_nonneg_of_monotoneOn(nondecreasing variant)
References #
- V. A. Zorich, Mathematical Analysis I, Thm. 5 (First mean-value theorem for the integral).
- https://proofwiki.org/wiki/Mean_Value_Theorem_for_Integrals/Generalization
- E. T. Whittaker, G. N. Watson, A Course of Modern Analysis, 5th edition p. 63
Tags #
mean value theorem, interval integral
First mean value theorem for interval integrals (arbitrary measure, a.e. nonnegativity).
Let f g : ℝ → ℝ and let μ be a measure on ℝ. Assume that f is continuous on uIcc a b,
that g is interval integrable on a..b w.r.t. μ, and that g ≥ 0 a.e. on Ι a b w.r.t.
μ.restrict (Ι a b). Then
∃ c ∈ uIcc a b, (∫ x in a..b, f x * g x ∂μ) = f c * (∫ x in a..b, g x ∂μ).
First mean value theorem for interval integrals (arbitrary measure, nonnegativity).
Let f g : ℝ → ℝ and let μ be a measure on ℝ. Assume that f is continuous on uIcc a b,
that g is interval integrable on a..b w.r.t. μ, and that g ≥ 0 on Ι a b. Then
∃ c ∈ uIcc a b, (∫ x in a..b, f x * g x ∂μ) = f c * (∫ x in a..b, g x ∂μ).
Second mean value theorem for interval integrals with a nonnegative antitone weight.
Second mean value theorem for interval integrals with a nonnegative monotone weight.
An inequality version of the second mean value theorem for interval integrals for vector-valued functions with a nonnegative antitone weight.
An inequality version of the second mean value theorem for interval integrals
for vector-valued functions with a nonnegative monotone weight.
Monotone variant of exists_le_const_mul_norm_intervalIntegral_of_nonneg_of_antitoneOn.