Theorems · Theorem · measure theory
IsPiSystem.tendsto_measureReal_biUnion
∀ {Ω : Type u_1} {ι : Type u_2} [inst : MeasurableSpace Ω] {S : Set (Set Ω)},
IsPiSystem S →
∀ {μ : ι → MeasureTheory.Measure Ω} {ν : MeasureTheory.Measure Ω} {l : Filter ι} {t : Finset (Set Ω)},
(∀ s ∈ t, s ∈ S) →
(∀ s ∈ S, MeasurableSet s) →
(∀ s ∈ S, Filter.Tendsto (fun i => (μ i).real s) l (nhds (ν.real s))) →
autoParam (∀ s ∈ S, ν s ≠ ⊤) IsPiSystem.tendsto_measureReal_biUnion._auto_1 →
autoParam (∀ s ∈ S, ∀ (i : ι), (μ i) s ≠ ⊤) IsPiSystem.tendsto_measureReal_biUnion._auto_3 →
Filter.Tendsto (fun i => (μ i).real (⋃ s ∈ t, s)) l (nhds (ν.real (⋃ s ∈ t, s)))Given a π-system, if a sequence of 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 259 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.
Cites29
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
- Realstatement · cited by 25,697
- Finsetstatement and proof · cited by 13,712
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement and proof · cited by 10,939
- ENNRealstatement · cited by 9,879
- Top.topstatement and proof · cited by 9,680
- Filterstatement and proof · cited by 8,121
- nhdsstatement and proof · cited by 5,554
- Finset.sumproof · cited by 5,195
- Filter.Tendstostatement and proof · cited by 3,814
Cited by1
Results whose statement or proof uses this declaration.
- IsPiSystem.tendsto_probabilityMeasure_biUnionproof · cited by 1