Theorems · Theorem · measure theory
MeasureTheory.isTightMeasureSet_range_of_tendsto_limsup_inner
∀ {E : Type u_1} {mE : MeasurableSpace E} [inst : NormedAddCommGroup E] (𝕜 : Type u_2) [inst_1 : RCLike 𝕜]
[inst_2 : InnerProductSpace 𝕜 E] [FiniteDimensional 𝕜 E] [BorelSpace E] {μ : ℕ → MeasureTheory.Measure E}
[∀ (i : ℕ), MeasureTheory.IsFiniteMeasure (μ i)],
(∀ (y : E),
Filter.Tendsto (fun r => Filter.limsup (fun n => (μ n) {x | r < ‖inner 𝕜 y x‖}) Filter.atTop) Filter.atTop
(nhds 0)) →
MeasureTheory.IsTightMeasureSet (Set.range μ)- Cited by
- 2 results in Mathlib
- Foundations
- Depth 242 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites43
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 and proof · 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 by2
Results whose statement or proof uses this declaration.
- MeasureTheory.isTightMeasureSet_range_iff_tendsto_limsup_innerproof · cited by 0