Theorems · Theorem · measure theory
MeasureTheory.addContent_iUnion_eq_sum_of_tendsto_zero
∀ {α : Type u_1} {C : Set (Set α)},
MeasureTheory.IsSetRing C →
∀ (m : MeasureTheory.AddContent ENNReal C),
(∀ s ∈ C, m s ≠ ⊤) →
(∀ ⦃s : ℕ → Set α⦄,
(∀ (n : ℕ), s n ∈ C) →
Antitone s → ⋂ n, s n = ∅ → Filter.Tendsto (fun n => m (s n)) Filter.atTop (nhds 0)) →
∀ ⦃f : ℕ → Set α⦄,
(∀ (i : ℕ), f i ∈ C) →
⋃ i, f i ∈ C → Pairwise (Function.onFun Disjoint f) → m (⋃ i, f i) = ∑' (i : ℕ), m (f i)In a ring of sets, continuity of an additive content at ∅ implies σ-additivity.
This is not true in general in semirings, or without the hypothesis that m is finite. See the
examples 7 and 8 in Halmos' book Measure Theory (1974), page 40.
- Defined in
- Mathlib.MeasureTheory.Measure.AddContent
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 134 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites39
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
- Top.topstatement and proof · cited by 9,680
- nhdsstatement and proof · cited by 5,554
- Finset.sumproof · cited by 5,195
- Filter.Tendstostatement and proof · cited by 3,814
- Compl.complproof · cited by 2,925
- Set.iUnionstatement and proof · cited by 2,483
- Filter.atTopstatement and proof · cited by 2,405
- Disjointstatement and proof · cited by 2,201
- SummationFilter.unconditionalstatement · cited by 2,068
Cited by2
Results whose statement or proof uses this declaration.
- ProbabilityTheory.Kernel.isSigmaSubadditive_trajContentproof · cited by 3
- MeasureTheory.isSigmaSubadditive_piContentproof · cited by 1