Theorems · Theorem · real analysis
exists_eq_const_mul_intervalIntegral_of_nonneg
∀ {a b : ℝ} {f g : ℝ → ℝ} {μ : MeasureTheory.Measure ℝ},
ContinuousOn f (Set.uIcc a b) →
IntervalIntegrable g μ a b →
(∀ x ∈ Set.uIoc a b, 0 ≤ g x) →
∃ c ∈ Set.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 ∂μ).
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 267 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites15
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement · cited by 53,352
- Realstatement and proof · cited by 25,697
- MeasureTheory.Measurestatement and proof · cited by 10,939
- Filter.Eventuallyproof · cited by 3,134
- MeasureTheory.aeproof · cited by 2,352
- MeasureTheory.Measure.restrictproof · cited by 1,646
- ContinuousOnstatement and proof · cited by 1,411
- intervalIntegralstatement · cited by 546
- Set.uIccstatement and proof · cited by 393
- IntervalIntegrablestatement and proof · cited by 316
- Set.uIocstatement and proof · cited by 182
- MeasureTheory.ae_of_allproof · cited by 137
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.