Theorems · Theorem · measure theory
MeasureTheory.tendsto_lintegral_of_dominated_convergence
∀ {α : Type u_1} [inst : MeasurableSpace α] {μ : MeasureTheory.Measure α} {F : ℕ → α → ENNReal} {f : α → ENNReal}
(bound : α → ENNReal),
(∀ (n : ℕ), Measurable (F n)) →
(∀ (n : ℕ), F n ≤ᵐ[μ] bound) →
∫⁻ (a : α), bound a ∂μ ≠ ⊤ →
(∀ᵐ (a : α) ∂μ, Filter.Tendsto (fun n => F n a) Filter.atTop (nhds (f a))) →
Filter.Tendsto (fun n => ∫⁻ (a : α), F n a ∂μ) Filter.atTop (nhds (∫⁻ (a : α), f a ∂μ))Dominated convergence theorem for nonnegative Measurable functions.
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 211 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- MeasurableSpace
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites21
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
- ENNRealstatement and proof · cited by 9,879
- Top.topstatement and proof · cited by 9,680
- 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
- Measurablestatement and proof · cited by 1,499
- MeasureTheory.lintegralstatement and proof · cited by 1,152
- Filter.Eventually.monoproof · cited by 646
Cited by3
Results whose statement or proof uses this declaration.
- MeasureTheory.SimpleFunc.tendsto_approxOn_Lp_eLpNormproof · cited by 3
- MeasureTheory.tendsto_lintegral_of_dominated_convergence'proof · cited by 2
- ProbabilityTheory.Kernel.le_lmarginalPartialTraj_succproof · cited by 1