Theorems · Theorem · measure theory
IsPiSystem.tendsto_probabilityMeasure_biUnion
∀ {Ω : Type u_1} {ι : Type u_2} [inst : MeasurableSpace Ω] {S : Set (Set Ω)},
IsPiSystem S →
∀ {μ : ι → MeasureTheory.ProbabilityMeasure Ω} {ν : MeasureTheory.ProbabilityMeasure Ω} {l : Filter ι}
{t : Finset (Set Ω)},
(∀ s ∈ t, s ∈ S) →
(∀ s ∈ S, MeasurableSet s) →
(∀ s ∈ S, Filter.Tendsto (fun i => (μ i) s) l (nhds (ν s))) →
Filter.Tendsto (fun i => (μ i) (⋃ s ∈ t, s)) l (nhds (ν (⋃ s ∈ t, s)))Given a π-system, if a sequence of probability measures converges along all elements of the π-system, then it also converges along finite unions of elements of the π-system.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 260 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- MeasurableSpace
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites17
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
- Finsetstatement and proof · cited by 13,712
- MeasurableSpacestatement and proof · cited by 13,106
- Filterstatement and proof · cited by 8,121
- nhdsstatement and proof · cited by 5,554
- NNRealstatement · cited by 4,310
- Filter.Tendstostatement and proof · cited by 3,814
- MeasurableSetstatement and proof · cited by 3,075
- Set.iUnionstatement and proof · cited by 2,483
- MeasureTheory.Measure.realproof · cited by 530
- MeasureTheory.measure_ne_topproof · cited by 171
Cited by1
Results whose statement or proof uses this declaration.
- IsPiSystem.tendsto_probabilityMeasure_of_tendsto_of_memproof · cited by 2