Theorems · Theorem · measure theory
MeasureTheory.tendstoInMeasure_of_tendsto_ae
∀ {α : Type u_1} {E : Type u_4} {m : MeasurableSpace α} {μ : MeasureTheory.Measure α} [inst : PseudoEMetricSpace E]
{f : ℕ → α → E} {g : α → E} [MeasureTheory.IsFiniteMeasure μ],
(∀ (n : ℕ), MeasureTheory.AEStronglyMeasurable (f n) μ) →
(∀ᵐ (x : α) ∂μ, Filter.Tendsto (fun n => f n x) Filter.atTop (nhds (g x))) →
MeasureTheory.TendstoInMeasure μ f Filter.atTop gConvergence a.e. implies convergence in measure in a finite measure space.
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 212 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites23
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement and proof · cited by 10,939
- nhdsstatement and proof · cited by 5,554
- Filter.Tendstostatement and proof · cited by 3,814
- Filter.Eventuallystatement and proof · cited by 3,134
- Filter.atTopstatement and proof · cited by 2,405
- MeasureTheory.aestatement and proof · cited by 2,352
- Filter.univ_mem'proof · cited by 1,672
- Filter.mp_memproof · cited by 1,537
- PseudoEMetricSpacestatement and proof · cited by 1,536
- MeasureTheory.IsFiniteMeasurestatement and proof · cited by 1,078
- MeasureTheory.AEStronglyMeasurablestatement and proof · cited by 755
Cited by4
Results whose statement or proof uses this declaration.
- MeasureTheory.Submartingale.tendsto_eLpNorm_one_limitProcessproof · cited by 2
- MeasureTheory.Integrable.tendsto_eLpNorm_condExpproof · cited by 1
- ProbabilityTheory.strong_law_Lpproof · cited by 0
- MeasureTheory.exists_seq_tendstoInMeasure_atTop_iffproof · cited by 0