Theorems · Theorem · measure theory
MeasureTheory.isTightMeasureSet_iff_tendsto_measure_compl_closedBall
∀ {E : Type u_1} {mE : MeasurableSpace E} {S : Set (MeasureTheory.Measure E)} [inst : PseudoMetricSpace E]
[ProperSpace E] (x : E),
MeasureTheory.IsTightMeasureSet S ↔
Filter.Tendsto (fun r => ⨆ μ ∈ S, μ (Metric.closedBall x r)ᶜ) Filter.atTop (nhds 0)In a proper pseudo-metric space, a set of measures S is tight if and only if
the function r ↦ ⨆ μ ∈ S, μ (Metric.closedBall x r)ᶜ tends to 0 at infinity.
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 173 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- PseudoMetricSpaceProperSpace
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites17
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement · cited by 62,936
- Setstatement and proof · cited by 53,352
- Realstatement · cited by 25,697
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement and proof · cited by 10,939
- ENNRealstatement · cited by 9,879
- nhdsstatement · cited by 5,554
- Filter.Tendstostatement · cited by 3,814
- Compl.complstatement · cited by 2,925
- iSupstatement · cited by 2,415
- Filter.atTopstatement · cited by 2,405
- PseudoMetricSpacestatement and proof · cited by 1,550
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.