Theorems · Theorem · measure theory
MeasureTheory.average_union
∀ {α : Type u_1} {E : Type u_2} {m0 : MeasurableSpace α} [inst : NormedAddCommGroup E] [inst_1 : NormedSpace ℝ E]
{μ : MeasureTheory.Measure α} {f : α → E} {s t : Set α},
MeasureTheory.AEDisjoint μ s t →
MeasureTheory.NullMeasurableSet t μ →
μ s ≠ ⊤ →
μ t ≠ ⊤ →
MeasureTheory.IntegrableOn f s μ →
MeasureTheory.IntegrableOn f t μ →
⨍ (x : α) in s ∪ t, f x ∂μ =
(μ.real s / (μ.real s + μ.real t)) • ⨍ (x : α) in s, f x ∂μ +
(μ.real t / (μ.real s + μ.real t)) • ⨍ (x : α) in t, f x ∂μ- Defined in
- Mathlib.MeasureTheory.Integral.Average
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 256 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites21
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
- Top.topstatement and proof · cited by 9,680
- Set.univproof · cited by 3,945
- Factproof · cited by 2,726
- MeasureTheory.Measure.restrictstatement and proof · cited by 1,646
Cited by2
Results whose statement or proof uses this declaration.
- MeasureTheory.average_union_mem_openSegmentproof · cited by 1
- MeasureTheory.average_union_mem_segmentproof · cited by 0