Theorems · Theorem · measure theory
MeasureTheory.Measure.restrict_biUnion_finset
∀ {α : Type u_2} {ι : Type u_6} {m0 : MeasurableSpace α} {μ : MeasureTheory.Measure α} {s : ι → Set α} {T : Finset ι},
(↑T).Pairwise (Function.onFun Disjoint s) →
(∀ (i : ι), MeasurableSet (s i)) → μ.restrict (⋃ i ∈ T, s i) = MeasureTheory.Measure.sum fun i => μ.restrict (s ↑i)- Defined in
- Mathlib.MeasureTheory.Measure.Restrict
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 200 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites13
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
- Finsetstatement and proof · cited by 13,712
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement and proof · cited by 10,939
- SetLike.coestatement and proof · cited by 8,199
- MeasurableSetstatement and proof · cited by 3,075
- Set.iUnionstatement · cited by 2,483
- Disjointstatement and proof · cited by 2,201
- MeasureTheory.Measure.restrictstatement · cited by 1,646
- Function.onFunstatement and proof · cited by 570
- Set.Pairwisestatement and proof · cited by 321
- MeasureTheory.Measure.sumstatement · cited by 121
Cited by2
Results whose statement or proof uses this declaration.
- MeasureTheory.FiniteMeasure.restrict_biUnion_finsetproof · cited by 1
- MeasureTheory.Measure.sum_restrict_leproof · cited by 0