Theorems · Theorem · measure theory
MeasureTheory.limsup_measure_closed_le_iff_liminf_measure_open_ge
∀ {Ω : Type u_1} [inst : MeasurableSpace Ω] [inst_1 : TopologicalSpace Ω] [OpensMeasurableSpace Ω] {ι : Type u_2}
{L : Filter ι} {μ : MeasureTheory.Measure Ω} {μs : ι → MeasureTheory.Measure Ω} [MeasureTheory.IsProbabilityMeasure μ]
[∀ (i : ι), MeasureTheory.IsProbabilityMeasure (μs i)],
(∀ (F : Set Ω), IsClosed F → Filter.limsup (fun i => (μs i) F) L ≤ μ F) ↔
∀ (G : Set Ω), IsOpen G → μ G ≤ Filter.liminf (fun i => (μs i) G) LOne pair of implications of the portmanteau theorem: For a sequence of Borel probability measures, the following two are equivalent: (C) The limsup of the measures of any closed set is at most the measure of the closed set under a candidate limit measure. (O) The liminf of the measures of any open set is at least the measure of the open set under a candidate limit measure.
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 196 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites20
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
- MeasureTheory.Measurestatement and proof · cited by 10,939
- ENNRealstatement · cited by 9,879
- Filterstatement and proof · cited by 8,121
- Compl.complproof · cited by 2,925
- IsOpenstatement and proof · cited by 2,400
- IsClosedstatement and proof · cited by 1,639
- OpensMeasurableSpacestatement and proof · cited by 636
- MeasureTheory.IsProbabilityMeasurestatement and proof · cited by 392
Cited by2
Results whose statement or proof uses this declaration.
- MeasureTheory.tendsto_measure_of_null_frontierproof · cited by 1
- MeasureTheory.tendsto_of_forall_isClosed_limsup_le'proof · cited by 1