Theorems · Theorem · measure theory
MeasureTheory.tendsto_setToFun_filter_of_dominated_convergence
∀ {α : Type u_1} {E : Type u_2} {F : Type u_3} [inst : NormedAddCommGroup E] [inst_1 : NormedSpace ℝ E]
[inst_2 : NormedAddCommGroup F] [inst_3 : NormedSpace ℝ F] {m : MeasurableSpace α} {μ : MeasureTheory.Measure α}
{T : Set α → E →L[ℝ] F} {C : ℝ} (hT : MeasureTheory.DominatedFinMeasAdditive μ T C) {ι : Type u_7} {l : Filter ι}
[l.IsCountablyGenerated] {fs : ι → α → E} {f : α → E} (bound : α → ℝ),
(∀ᶠ (n : ι) in l, MeasureTheory.AEStronglyMeasurable (fs n) μ) →
(∀ᶠ (n : ι) in l, ∀ᵐ (a : α) ∂μ, ‖fs n a‖ ≤ bound a) →
MeasureTheory.Integrable bound μ →
(∀ᵐ (a : α) ∂μ, Filter.Tendsto (fun n => fs n a) l (nhds (f a))) →
Filter.Tendsto (fun n => MeasureTheory.setToFun μ T hT (fs n)) l (nhds (MeasureTheory.setToFun μ T hT f))Lebesgue dominated convergence theorem for filters with a countable basis
- Defined in
- Mathlib.MeasureTheory.Integral.SetToL1
- Cited by
- 6 results in Mathlib
- Foundations
- Depth 243 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites30
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement and proof · cited by 53,352
- Realstatement and proof · cited by 25,697
- RingHom.idstatement and proof · cited by 18,349
- NormedAddCommGroupstatement and proof · cited by 15,752
- MeasurableSpacestatement and proof · cited by 13,106
- NormedSpacestatement and proof · cited by 12,499
- MeasureTheory.Measurestatement and proof · cited by 10,939
- Filterstatement and proof · cited by 8,121
- Set.ofPredproof · cited by 6,101
- nhdsstatement and proof · cited by 5,554
- Norm.normstatement and proof · cited by 5,413
- ContinuousLinearMapstatement and proof · cited by 5,352
Cited by6
Results whose statement or proof uses this declaration.
- MeasureTheory.tendsto_integral_filter_of_dominated_convergenceproof · cited by 10
- MeasureTheory.hasSum_setToFun_of_dominated_convergenceproof · cited by 3
- MeasureTheory.continuousWithinAt_setToFun_of_dominatedproof · cited by 3
- MeasureTheory.continuousAt_setToFun_of_dominatedproof · cited by 3
- MeasureTheory.tendsto_setToFun_filter_of_norm_le_constproof · cited by 2