Theorems · Theorem · measure theory
MeasureTheory.ProbabilityMeasure.tendsto_map_of_tendsto_of_continuous
∀ {Ω : Type u_1} {Ω' : Type u_2} [inst : MeasurableSpace Ω] [inst_1 : MeasurableSpace Ω'] [inst_2 : TopologicalSpace Ω]
[inst_3 : OpensMeasurableSpace Ω] [inst_4 : TopologicalSpace Ω'] [inst_5 : BorelSpace Ω'] {ι : Type u_3}
{L : Filter ι} (νs : ι → MeasureTheory.ProbabilityMeasure Ω) (ν : MeasureTheory.ProbabilityMeasure Ω),
Filter.Tendsto νs L (nhds ν) →
∀ {f : Ω → Ω'} (f_cont : Continuous f), Filter.Tendsto (fun i => (νs i).map ⋯) L (nhds (ν.map ⋯))If f : X → Y is continuous and Y is equipped with the Borel sigma algebra, then
convergence (in distribution) of ProbabilityMeasures on X implies convergence (in
distribution) of the push-forwards of these measures by f.
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 215 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites25
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- TopologicalSpacestatement and proof · cited by 24,529
- MeasurableSpacestatement and proof · cited by 13,106
- ENNRealproof · cited by 9,879
- Filterstatement and proof · cited by 8,121
- nhdsstatement and proof · cited by 5,554
- NNRealproof · cited by 4,310
- Filter.Tendstostatement and proof · cited by 3,814
- Continuousstatement and proof · cited by 2,592
- BorelSpacestatement and proof · cited by 1,602
- ENNReal.ofNNRealproof · cited by 1,279
- MeasureTheory.lintegralproof · cited by 1,152
Cited by2
Results whose statement or proof uses this declaration.
- MeasureTheory.TendstoInDistribution.continuous_compproof · cited by 3
- MeasureTheory.ProbabilityMeasure.continuous_mapproof · cited by 0