Theorems · Theorem · measure theory
MeasureTheory.tendsto_of_forall_isOpen_le_liminf
∀ {Ω : Type u_1} [inst : MeasurableSpace Ω] [inst_1 : TopologicalSpace Ω] [inst_2 : OpensMeasurableSpace Ω]
{ι : Type u_2} {μ : MeasureTheory.ProbabilityMeasure Ω} {μs : ι → MeasureTheory.ProbabilityMeasure Ω} {L : Filter ι}
[L.IsCountablyGenerated],
(∀ (G : Set Ω), IsOpen G → μ G ≤ Filter.liminf (fun i => (μs i) G) L) → Filter.Tendsto (fun i => μs i) L (nhds μ)One implication of the portmanteau theorem: if for all open sets G we have the liminf
condition μ(G) ≤ liminf μsₙ(G), then the measures μsₙ converge weakly to the measure μ.
Formulated here for countably generated filters.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 266 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites22
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
- MeasurableSpacestatement and proof · cited by 13,106
- Filterstatement and proof · cited by 8,121
- nhdsstatement · cited by 5,554
- NNRealstatement and proof · cited by 4,310
- Filter.Tendstostatement and proof · cited by 3,814
- LE.le.transproof · cited by 3,151
- Filter.atTopproof · cited by 2,405
- IsOpenstatement and proof · cited by 2,400
- OpensMeasurableSpacestatement and proof · cited by 636
Cited by1
Results whose statement or proof uses this declaration.
- IsPiSystem.tendsto_probabilityMeasure_of_tendsto_of_memproof · cited by 2