Theorems · Theorem · measure theory
MeasureTheory.TendstoInMeasure.exists_seq_tendsto_ae
∀ {α : Type u_1} {E : Type u_4} {m : MeasurableSpace α} {μ : MeasureTheory.Measure α} [inst : PseudoEMetricSpace E]
{f : ℕ → α → E} {g : α → E},
MeasureTheory.TendstoInMeasure μ f Filter.atTop g →
∃ ns, StrictMono ns ∧ ∀ᵐ (x : α) ∂μ, Filter.Tendsto (fun i => f (ns i) x) Filter.atTop (nhds (g x))If f is a sequence of functions which converges in measure to g, then there exists a
subsequence of f which converges a.e. to g.
- Cited by
- 5 results in Mathlib
- Foundations
- Depth 178 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- PseudoEMetricSpace
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites60
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Setproof · cited by 53,352
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement and proof · cited by 10,939
- ENNRealproof · cited by 9,879
- Top.topproof · cited by 9,680
- Set.ofPredproof · cited by 6,101
- nhdsstatement and proof · cited by 5,554
- Filter.Tendstostatement and proof · cited by 3,814
- LE.le.transproof · cited by 3,151
- Filter.Eventuallystatement · cited by 3,134
- Compl.complproof · cited by 2,925
Cited by5
Results whose statement or proof uses this declaration.
- MeasureTheory.TendstoInMeasure.exists_seq_tendsto_ae'proof · cited by 5
- MeasureTheory.tendsto_Lp_finite_of_tendstoInMeasureproof · cited by 4
- MeasureTheory.completeSpace_of_completeSpace_Lpproof · cited by 1
- MeasureTheory.tendsto_Lp_of_tendstoInMeasureproof · cited by 1
- MeasureTheory.exists_seq_tendstoInMeasure_atTop_iffproof · cited by 0