Theorems · Theorem · measure theory
MeasureTheory.addContent_iUnion_eq_tsum_of_disjoint_of_addContent_iUnion_le
∀ {α : Type u_1} {C : Set (Set α)} {m : MeasureTheory.AddContent ENNReal C},
MeasureTheory.IsSetSemiring C →
(∀ (f : ℕ → Set α),
(∀ (i : ℕ), f i ∈ C) →
⋃ i, f i ∈ C → Pairwise (Function.onFun Disjoint f) → m (⋃ i, f i) ≤ ∑' (i : ℕ), m (f i)) →
∀ (f : ℕ → Set α),
(∀ (i : ℕ), f i ∈ C) → ⋃ i, f i ∈ C → Pairwise (Function.onFun Disjoint f) → m (⋃ i, f i) = ∑' (i : ℕ), m (f i)If an AddContent is σ-subadditive on a semi-ring of sets, then it is σ-additive.
- Defined in
- Mathlib.MeasureTheory.Measure.AddContent
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 130 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites28
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
- Finsetproof · cited by 13,712
- ENNRealstatement and proof · cited by 9,879
- SetLike.coeproof · cited by 8,199
- Set.imageproof · cited by 5,609
- LE.le.transproof · cited by 3,151
- Set.iUnionstatement and proof · cited by 2,483
- Disjointstatement and proof · cited by 2,201
- SummationFilter.unconditionalstatement and proof · cited by 2,068
- le_antisymmproof · cited by 2,068
- tsumstatement and proof · cited by 1,148
Cited by1
Results whose statement or proof uses this declaration.