Theorems · Theorem · measure theory
MeasureTheory.isTightMeasureSet_range_of_tendsto_limsup_measure_norm_gt
∀ {E : Type u_1} {mE : MeasurableSpace E} [inst : NormedAddCommGroup E] [BorelSpace E] [ProperSpace E]
{μ : ℕ → MeasureTheory.Measure E} [∀ (i : ℕ), MeasureTheory.IsFiniteMeasure (μ i)],
Filter.Tendsto (fun r => Filter.limsup (fun n => (μ n) {x | r < ‖x‖}) Filter.atTop) Filter.atTop (nhds 0) →
MeasureTheory.IsTightMeasureSet (Set.range μ)For a sequence of measures indexed by ℕ, if the function
r : ℝ ↦ limsup (fun n ↦ μ n {x | r < ‖x‖}) atTop tends to 0 at infinity, then the set of measures
in the sequence is tight.
Compared to isTightMeasureSet_of_tendsto_measure_norm_gt, this lemma replaces a supremum over
all measures by a limsup. This is possible because the sequence is indexed by ℕ.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 211 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites29
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 · cited by 53,352
- Realstatement and proof · cited by 25,697
- NormedAddCommGroupstatement and proof · cited by 15,752
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement and proof · cited by 10,939
- ENNRealstatement · cited by 9,879
- Set.ofPredstatement and proof · cited by 6,101
- nhdsstatement and proof · cited by 5,554
- Norm.normstatement and proof · cited by 5,413
- Set.rangestatement · cited by 4,705
- Filter.Tendstostatement and proof · cited by 3,814
Cited by1
Results whose statement or proof uses this declaration.
- MeasureTheory.isTightMeasureSet_range_iff_tendsto_limsup_measure_norm_gtproof · cited by 0