Theorems · Theorem · real analysis
exists_eq_const_mul_intervalIntegral_of_ae_nonneg
∀ {a b : ℝ} {f g : ℝ → ℝ} {μ : MeasureTheory.Measure ℝ},
ContinuousOn f (Set.uIcc a b) →
IntervalIntegrable g μ a b →
(∀ᵐ (x : ℝ) ∂μ.restrict (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, 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 ∂μ).
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 266 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites38
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement and proof · cited by 53,352
- Realstatement and proof · cited by 25,697
- NormedAddCommGroupproof · cited by 15,752
- NormedSpaceproof · cited by 12,499
- MeasureTheory.Measurestatement and proof · cited by 10,939
- Filter.Eventuallystatement and proof · cited by 3,134
- MeasureTheory.aestatement and proof · cited by 2,352
- LT.lt.leproof · cited by 2,189
- MulZeroClass.mul_zeroproof · cited by 2,091
- MeasureTheory.integralproof · cited by 1,779
- MeasureTheory.Measure.restrictstatement and proof · cited by 1,646
- ContinuousOnstatement and proof · cited by 1,411
Cited by1
Results whose statement or proof uses this declaration.
- exists_eq_const_mul_intervalIntegral_of_nonnegproof · cited by 0