Theorems · Theorem · measure theory
MeasureTheory.FiniteMeasure.tendsto_normalize_iff_tendsto
∀ {Ω : Type u_1} [inst : Nonempty Ω] {m0 : MeasurableSpace Ω} {μ : MeasureTheory.FiniteMeasure Ω}
[inst_1 : TopologicalSpace Ω] [inst_2 : OpensMeasurableSpace Ω] {γ : Type u_2} {F : Filter γ}
{μs : γ → MeasureTheory.FiniteMeasure Ω},
μ ≠ 0 →
(Filter.Tendsto (fun i => (μs i).normalize) F (nhds μ.normalize) ∧
Filter.Tendsto (fun i => (μs i).mass) F (nhds μ.mass) ↔
Filter.Tendsto μs F (nhds μ))The weak convergence of finite measures to a nonzero limit can be characterized by the weak convergence of both their normalized versions (probability measures) and their total masses.
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 217 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites14
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- TopologicalSpacestatement and proof · cited by 24,529
- MeasurableSpacestatement and proof · cited by 13,106
- Filterstatement and proof · cited by 8,121
- nhdsstatement and proof · cited by 5,554
- NNRealstatement · cited by 4,310
- Filter.Tendstostatement and proof · cited by 3,814
- OpensMeasurableSpacestatement and proof · cited by 636
- MeasureTheory.FiniteMeasurestatement and proof · cited by 150
- MeasureTheory.ProbabilityMeasurestatement · cited by 127
- MeasureTheory.FiniteMeasure.massstatement and proof · cited by 46
- MeasureTheory.FiniteMeasure.normalizestatement and proof · cited by 15
- Filter.Tendsto.massproof · cited by 3
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.