Theorems · Theorem · measure theory
exists_eq_const_mul_setIntegral_of_ae_nonneg
∀ {α : Type u_1} [inst : TopologicalSpace α] [inst_1 : MeasurableSpace α] {s : Set α} {f g : α → ℝ}
{μ : MeasureTheory.Measure α},
IsConnected s →
MeasurableSet s →
ContinuousOn f s →
MeasureTheory.IntegrableOn g s μ →
MeasureTheory.IntegrableOn (fun x => f x * g x) s μ →
(∀ᵐ (x : α) ∂μ.restrict s, 0 ≤ g x) → ∃ c ∈ s, ∫ (x : α) in s, f x * g x ∂μ = f c * ∫ (x : α) in s, g x ∂μFirst mean value theorem for set integrals (a.e. nonnegativity).
Let s be a connected measurable set. If f is continuous on s, g is integrable on s,
f * g is integrable on s, and g is nonnegative a.e. on s w.r.t. μ.restrict s, then
∃ c ∈ s, (∫ x in s, f x * g x ∂μ) = f c * (∫ x in s, g x ∂μ).
- Defined in
- Mathlib.MeasureTheory.Integral.MeanValue
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 265 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites52
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Setstatement and proof · cited by 53,352
- Realstatement and proof · cited by 25,697
- TopologicalSpacestatement and proof · cited by 24,529
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement and proof · cited by 10,939
- ENNRealproof · cited by 9,879
- Top.topproof · cited by 9,680
- mul_oneproof · cited by 3,885
- Filter.Eventuallystatement and proof · cited by 3,134
- MeasurableSetstatement and proof · cited by 3,075
- one_mulproof · cited by 2,841
Cited by2
Results whose statement or proof uses this declaration.
- exists_eq_const_mul_intervalIntegral_of_ae_nonnegproof · cited by 1
- exists_eq_const_mul_setIntegral_of_nonnegproof · cited by 0