Theorems · Theorem · measure theory
MeasureTheory.isSigmaSubadditive_of_addContent_iUnion_eq_tsum
∀ {α : Type u_1} {C : Set (Set α)} {m : MeasureTheory.AddContent ENNReal C},
MeasureTheory.IsSetRing C →
(∀ (f : ℕ → Set α),
(∀ (i : ℕ), f i ∈ C) →
⋃ i, f i ∈ C → Pairwise (Function.onFun Disjoint f) → m (⋃ i, f i) = ∑' (i : ℕ), m (f i)) →
m.IsSigmaSubadditiveIf an additive content is σ-additive on a set ring, then it is σ-subadditive.
- Defined in
- Mathlib.MeasureTheory.Measure.AddContent
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 135 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
- ENNRealstatement and proof · cited by 9,879
- nhdsproof · cited by 5,554
- Finset.sumproof · cited by 5,195
- Filter.Tendstoproof · cited by 3,814
- Set.iUnionstatement and proof · cited by 2,483
- Filter.atTopproof · cited by 2,405
- Disjointstatement and proof · cited by 2,201
- SummationFilter.unconditionalstatement and proof · cited by 2,068
- Finset.rangeproof · cited by 1,341
- tsumstatement and proof · cited by 1,148
Cited by2
Results whose statement or proof uses this declaration.
- ProbabilityTheory.Kernel.isSigmaSubadditive_trajContentproof · cited by 3
- MeasureTheory.isSigmaSubadditive_piContentproof · cited by 1