Theorems · Theorem · measure theory
MeasureTheory.average_mem_openSegment_compl_self
∀ {α : Type u_1} {E : Type u_2} {m0 : MeasurableSpace α} [inst : NormedAddCommGroup E] [inst_1 : NormedSpace ℝ E]
{μ : MeasureTheory.Measure α} [MeasureTheory.IsFiniteMeasure μ] {f : α → E} {s : Set α},
MeasureTheory.NullMeasurableSet s μ →
μ s ≠ 0 →
μ sᶜ ≠ 0 →
MeasureTheory.Integrable f μ →
⨍ (x : α), f x ∂μ ∈ openSegment ℝ (⨍ (x : α) in s, f x ∂μ) (⨍ (x : α) in sᶜ, f x ∂μ)- Defined in
- Mathlib.MeasureTheory.Integral.Average
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 258 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites22
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
- NormedAddCommGroupstatement and proof · cited by 15,752
- MeasurableSpacestatement and proof · cited by 13,106
- NormedSpacestatement and proof · cited by 12,499
- MeasureTheory.Measurestatement and proof · cited by 10,939
- ENNRealstatement · cited by 9,879
- Compl.complstatement and proof · cited by 2,925
- MeasureTheory.Measure.restrictstatement and proof · cited by 1,646
- MeasureTheory.Integrablestatement and proof · cited by 1,367
- MeasureTheory.IsFiniteMeasurestatement and proof · cited by 1,078
Cited by4
Results whose statement or proof uses this declaration.
- ae_eq_const_or_exists_average_ne_complproof · cited by 2
- StrictConvex.ae_eq_const_or_average_mem_interiorproof · cited by 1
- StrictConvexOn.ae_eq_const_or_map_average_ltproof · cited by 1
- Convex.average_mem_interior_of_setproof · cited by 0