Theorems · Theorem · measure theory
MeasureTheory.isTightMeasureSet_iff_inner_tendsto
∀ {E : Type u_1} {mE : MeasurableSpace E} {S : Set (MeasureTheory.Measure E)} [inst : NormedAddCommGroup E]
(𝕜 : Type u_2) [inst_1 : RCLike 𝕜] [inst_2 : InnerProductSpace 𝕜 E] [FiniteDimensional 𝕜 E],
MeasureTheory.IsTightMeasureSet S ↔
∀ (y : E), Filter.Tendsto (fun r => ⨆ μ ∈ S, μ {x | r < ‖inner 𝕜 y x‖}) Filter.atTop (nhds 0)In a finite-dimensional inner product space,
a set of measures S is tight if and only if the function r ↦ ⨆ μ ∈ S, μ {x | r < |⟪y, x⟫|}
tends to 0 at infinity for all y.
- Cited by
- 1 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.
Cites49
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
- 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
- Filter.Tendstostatement and proof · cited by 3,814
- InnerProductSpacestatement and proof · cited by 3,523
Cited by1
Results whose statement or proof uses this declaration.
- MeasureTheory.isTightMeasureSet_range_iff_tendsto_limsup_innerproof · cited by 0