Theorems · Theorem · measure theory
MeasureTheory.FiniteMeasure.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.FiniteMeasure Ω) (ν : MeasureTheory.FiniteMeasure Ω),
Filter.Tendsto νs L (nhds ν) →
∀ {f : Ω → Ω'}, Continuous f → Filter.Tendsto (fun i => (νs i).map f) L (nhds (ν.map f))If f : X → Y is continuous and Y is equipped with the Borel sigma algebra, then
(weak) convergence of FiniteMeasures on X implies (weak) convergence of the push-forwards
of these measures by f.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 214 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites24
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 by1
Results whose statement or proof uses this declaration.
- MeasureTheory.FiniteMeasure.continuous_mapproof · cited by 2