Theorems · Theorem · measure theory
MeasureTheory.exists_eq_setAverage
∀ {α : Type u_1} {m0 : MeasurableSpace α} {μ : MeasureTheory.Measure α} {s : Set α} [inst : TopologicalSpace α]
{f : α → ℝ},
IsConnected s →
ContinuousOn f s → MeasureTheory.IntegrableOn f s μ → μ s ≠ ⊤ → μ s ≠ 0 → ∃ c ∈ s, f c = ⨍ (x : α) in s, f x ∂μIf s is a connected set of finite, nonzero μ-measure and f : α → ℝ is continuous on s
and integrable on s w.r.t. μ, then f attains its μ-average on s.
- Defined in
- Mathlib.MeasureTheory.Integral.Average
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 259 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- TopologicalSpace
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites20
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · 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
- ENNRealstatement · cited by 9,879
- Top.topstatement and proof · cited by 9,680
- Set.ofPredproof · cited by 6,101
- MeasureTheory.Measure.restrictstatement and proof · cited by 1,646
- LT.lt.ne'proof · cited by 1,417
- ContinuousOnstatement and proof · cited by 1,411
Cited by3
Results whose statement or proof uses this declaration.
- exists_eq_interval_average_of_nullSingletonClassproof · cited by 2
- exists_eq_const_mul_setIntegral_of_ae_nonnegproof · cited by 2
- exists_eq_interval_average_of_measureproof · cited by 0