Theorems · Theorem · measure theory
MeasureTheory.tendsto_of_integral_tendsto_of_monotone
∀ {α : Type u_1} {m : MeasurableSpace α} {μ : MeasureTheory.Measure α} {f : ℕ → α → ℝ} {F : α → ℝ},
(∀ (n : ℕ), MeasureTheory.Integrable (f n) μ) →
MeasureTheory.Integrable F μ →
Filter.Tendsto (fun i => ∫ (a : α), f i a ∂μ) Filter.atTop (nhds (∫ (a : α), F a ∂μ)) →
(∀ᵐ (a : α) ∂μ, Monotone fun i => f i a) →
(∀ᵐ (a : α) ∂μ, ∀ (i : ℕ), f i a ≤ F a) →
∀ᵐ (a : α) ∂μ, Filter.Tendsto (fun i => f i a) Filter.atTop (nhds (F a))If a monotone sequence of functions has an upper bound and the sequence of integrals of these functions tends to the integral of the upper bound, then the sequence of functions converges almost everywhere to the upper bound.
- Cited by
- 3 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.
Cites40
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Realstatement and proof · cited by 25,697
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement and proof · cited by 10,939
- ENNRealproof · cited by 9,879
- 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
- MeasureTheory.integralstatement and proof · cited by 1,779
- Filter.univ_mem'proof · cited by 1,672
- Filter.mp_memproof · cited by 1,537
Cited by3
Results whose statement or proof uses this declaration.
- MeasureTheory.tendsto_of_integral_tendsto_of_antitoneproof · cited by 2
- ProbabilityTheory.IsRatCondKernelCDFAux.tendsto_one_of_monotoneproof · cited by 1
- ProbabilityTheory.Kernel.tendsto_density_fst_atTop_ae_of_monotoneproof · cited by 0