Theorems · Theorem · measure theory
MeasureTheory.measure_biUnion_le
∀ {α : Type u_1} {ι : Type u_2} {F : Type u_3} [inst : FunLike F (Set α) ENNReal] [MeasureTheory.OuterMeasureClass F α]
{I : Set ι} (μ : F), I.Countable → ∀ (s : ι → Set α), μ (⋃ i ∈ I, s i) ≤ ∑' (i : ↑I), μ (s ↑i)- Defined in
- Mathlib.MeasureTheory.OuterMeasure.Basic
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 131 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites14
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
- ENNRealstatement and proof · cited by 9,879
- Set.Elemstatement and proof · cited by 7,166
- FunLikestatement and proof · cited by 2,560
- Set.iUnionstatement · cited by 2,483
- SummationFilter.unconditionalstatement and proof · cited by 2,068
- tsumstatement and proof · cited by 1,148
- Countableproof · cited by 633
- Set.Countablestatement and proof · cited by 545
- MeasureTheory.OuterMeasureClassstatement and proof · cited by 104
- Set.biUnion_eq_iUnionproof · cited by 41
Cited by3
Results whose statement or proof uses this declaration.
- MeasureTheory.measure_biUnion_finset_leproof · cited by 10
- MeasureTheory.Measure.inf_applyproof · cited by 2
- MeasureTheory.Measure.restrict_biUnion_leproof · cited by 1