Theorems · Theorem · measure theory
IsPiSystem.tendsto_probabilityMeasure_of_tendsto_of_mem
∀ {Ω : Type u_1} {ι : Type u_2} [inst : MeasurableSpace Ω] [inst_1 : TopologicalSpace Ω] [SecondCountableTopology Ω]
[inst_3 : OpensMeasurableSpace Ω] {S : Set (Set Ω)},
IsPiSystem S →
∀ {μ : ι → MeasureTheory.ProbabilityMeasure Ω} {ν : MeasureTheory.ProbabilityMeasure Ω} {l : Filter ι}
[l.IsCountablyGenerated],
(∀ s ∈ S, MeasurableSet s) →
(∀ (u : Set Ω), IsOpen u → ∀ x ∈ u, ∃ s ∈ S, s ∈ nhds x ∧ s ⊆ u) →
(∀ s ∈ S, Filter.Tendsto (fun i => (μ i) s) l (nhds (ν s))) → Filter.Tendsto μ l (nhds ν)Assume that, applied to all the elements of a π-system, a sequence of probability measures converges to a limiting probability measure. Assume also that the π-system contains arbitrarily small neighborhoods of any point. Then the sequence of probability measures converges for the weak topology.
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 267 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites31
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
- TopologicalSpacestatement and proof · cited by 24,529
- Finsetproof · 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
- Bot.botproof · cited by 4,720
- NNRealstatement and proof · cited by 4,310
- Filter.Tendstostatement and proof · cited by 3,814
- MeasurableSetstatement and proof · cited by 3,075
- Set.iUnionproof · cited by 2,483
Cited by2
Results whose statement or proof uses this declaration.
- MeasureTheory.ProbabilityMeasure.continuous_piproof · cited by 0
- MeasureTheory.ProbabilityMeasure.continuous_prodproof · cited by 0