Theorems · Theorem · measure theory
MeasureTheory.isTightMeasureSet_range_iff_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)],
MeasureTheory.IsTightMeasureSet (Set.range μ) ↔
∀ (y : E),
Filter.Tendsto (fun r => Filter.limsup (fun n => (μ n) {x | r < ‖inner 𝕜 y x‖}) Filter.atTop) Filter.atTop
(nhds 0)In a finite-dimensional inner product space, the range of a sequence of measures
μ : ℕ → Measure E is tight if and only if the function
r : ℝ ↦ limsup (fun n ↦ μ n {x | r < ‖⟪y, x⟫_𝕜‖}) atTop tends to 0 at infinity for all y.
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 243 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites28
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 · cited by 5,554
- Norm.normstatement and proof · cited by 5,413
- Set.rangestatement and proof · cited by 4,705
- Filter.Tendstostatement · cited by 3,814
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.