Theorems · Theorem · measure theory
MeasureTheory.ProbabilityMeasure.tendsto_iff_forall_integral_tendsto
∀ {Ω : Type u_1} [inst : MeasurableSpace Ω] [inst_1 : TopologicalSpace Ω] [inst_2 : OpensMeasurableSpace Ω]
{γ : Type u_2} {F : Filter γ} {μs : γ → MeasureTheory.ProbabilityMeasure Ω} {μ : MeasureTheory.ProbabilityMeasure Ω},
Filter.Tendsto μs F (nhds μ) ↔
∀ (f : BoundedContinuousFunction Ω ℝ),
Filter.Tendsto (fun i => ∫ (ω : Ω), f ω ∂↑(μs i)) F (nhds (∫ (ω : Ω), f ω ∂↑μ))The characterization of weak convergence of probability measures by the usual (defining) condition that the integrals of every continuous bounded function converge to the integral of the function against the limit measure.
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 257 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites12
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
- Realstatement and proof · cited by 25,697
- 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
- Filter.Tendstostatement and proof · cited by 3,814
- MeasureTheory.integralstatement and proof · cited by 1,779
- OpensMeasurableSpacestatement and proof · cited by 636
- BoundedContinuousFunctionstatement and proof · cited by 511
- MeasureTheory.ProbabilityMeasurestatement and proof · cited by 127
- MeasureTheory.ProbabilityMeasure.toMeasurestatement and proof · cited by 78
Cited by2
Results whose statement or proof uses this declaration.
- MeasureTheory.tendsto_of_forall_isOpen_le_liminf_nat'proof · cited by 2
- MeasureTheory.LevyProkhorov.continuous_toMeasure_probabilityMeasureproof · cited by 1