Theorems · Theorem · measure theory
MeasureTheory.measure_iUnion_of_tendsto_zero
∀ {α : Type u_1} {F : Type u_3} [inst : FunLike F (Set α) ENNReal] [MeasureTheory.OuterMeasureClass F α] {ι : Type u_4}
(μ : F) {s : ι → Set α} (l : Filter ι) [l.NeBot],
Filter.Tendsto (fun k => μ ((⋃ n, s n) \ s k)) l (nhds 0) → μ (⋃ n, s n) = ⨆ n, μ (s n)Let μ be an (outer) measure; let s : ι → Set α be a sequence of sets, S = ⋃ n, s n.
If μ (S \ s n) tends to zero along some nontrivial filter (usually Filter.atTop on ι = ℕ),
then μ S = ⨆ n, μ (s n).
- Defined in
- Mathlib.MeasureTheory.OuterMeasure.Basic
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 136 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites24
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
- Filterstatement and proof · cited by 8,121
- nhdsstatement and proof · cited by 5,554
- Filter.Tendstostatement and proof · cited by 3,814
- add_zeroproof · cited by 2,707
- FunLikestatement and proof · cited by 2,560
- Set.iUnionstatement and proof · cited by 2,483
- iSupstatement and proof · cited by 2,415
- le_antisymmproof · cited by 2,068
- le_reflproof · cited by 2,061
Cited by2
Results whose statement or proof uses this declaration.
- MeasureTheory.OuterMeasure.iUnion_nat_of_monotone_of_tsum_ne_topproof · cited by 1
- MeasureTheory.OuterMeasure.iUnion_of_tendsto_zeroproof · cited by 0