Theorems · Theorem · measure theory
MeasureTheory.exists_measure_iUnion_gt_of_isCompact_closure
∀ {𝓧 : Type u_1} {m𝓧 : MeasurableSpace 𝓧} [inst : PseudoMetricSpace 𝓧] [inst_1 : OpensMeasurableSpace 𝓧]
[SecondCountableTopology 𝓧] {S : Set (MeasureTheory.ProbabilityMeasure 𝓧)} (U : ℕ → Set 𝓧),
(∀ (i : ℕ), IsOpen (U i)) →
⋃ i, U i = Set.univ →
IsCompact (closure S) → ∀ (ε : ENNReal), 0 < ε → ε ≤ 1 → ∃ k, ∀ μ ∈ S, 1 - ε < ↑(μ (⋃ i, ⋃ (_ : i ≤ k), U i))- Defined in
- Mathlib.MeasureTheory.Measure.Prokhorov
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 271 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites56
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
- Realproof · cited by 25,697
- MeasurableSpacestatement and proof · cited by 13,106
- ENNRealstatement and proof · cited by 9,879
- Top.topproof · cited by 9,680
- nhdsproof · cited by 5,554
- NNRealstatement and proof · cited by 4,310
- Set.univstatement and proof · cited by 3,945
- Filter.Tendstoproof · cited by 3,814
- LE.le.transproof · cited by 3,151
- Filter.Eventuallyproof · cited by 3,134
Cited by1
Results whose statement or proof uses this declaration.
- MeasureTheory.isTightMeasureSet_of_isCompact_closureproof · cited by 0