Mathlib Map

Theorems · Theorem · measure theory

MeasureTheory.lintegral_iSup

∀ {α : Type u_1} {m : MeasurableSpace α} {μ : MeasureTheory.Measure α} {f : ℕ → α → ENNReal},
  (∀ (n : ℕ), Measurable (f n)) → Monotone f → ∫⁻ (a : α), ⨆ n, f n a ∂μ = ⨆ n, ∫⁻ (a : α), f n a ∂μ

Monotone convergence theorem, version with Measurable functions.

Defined in
Mathlib.MeasureTheory.Integral.Lebesgue.Add
Cited by
16 results in Mathlib
Foundations
Depth 200 from the axioms · uses propext, Classical.choice, Quot.sound

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

MeasureTheory.lintegral_const_mul · cited by 19MeasureTheory.lintegral_c…MeasureTheory.lintegral_eq_iSup_eapprox_lintegral · cited by 7MeasureTheory.lintegral_e…MeasureTheory.lintegral_trim · cited by 7MeasureTheory.lintegral_t…Measurable.lintegral_kernel_prod_right · cited by 5Measurable.lintegral_kern…MeasureTheory.lintegral_withDensity_eq_lintegral_mul · cited by 5MeasureTheory.lintegral_w…Measurable.lintegral_prod_right' · cited by 4Measurable.lintegral_prod…MeasureTheory.Measure.lintegral_join · cited by 2Measure.lintegral_joinMeasureTheory.lintegral_iSup' · cited by 2MeasureTheory.lintegral_i…MeasureTheory.lintegral_add_aux · cited by 1MeasureTheory.lintegral_a…MeasureTheory.lintegral_iSup_ae · cited by 1MeasureTheory.lintegral_i…MeasureTheory.lintegral_iSup_directed_of_measurable · cited by 1MeasureTheory.lintegral_i…ProbabilityTheory.lintegral_mul_eq_lintegral_mul_lintegral_of_independent_measurableSpace · cited by 1ProbabilityTheory.lintegr…ProbabilityTheory.lintegral_mul_indicator_eq_lintegral_mul_lintegral_indicator · cited by 1ProbabilityTheory.lintegr…ProbabilityTheory.Kernel.lintegral_compProd' · cited by 1Kernel.lintegral_compProd'ProbabilityTheory.Kernel.IsProper.lintegral_mul · cited by 0IsProper.lintegral_mulDFunLike.coe · cited by 62936DFunLike.coeSet · cited by 53352SetMeasurableSpace · cited by 13106MeasurableSpaceMeasureTheory.Measure · cited by 10939MeasureTheory.MeasureENNReal · cited by 9879ENNRealSet.ofPred · cited by 6101Set.ofPredFinset.sum · cited by 5195Finset.sumSet.preimage · cited by 4946Set.preimageNNReal · cited by 4310NNRealMeasurableSet · cited by 3075MeasurableSetone_mul · cited by 2841one_mulSet.iUnion · cited by 2483Set.iUnioniSup · cited by 2415iSupFinset.sum_congr · cited by 2323Finset.sum_congrSet.ext · cited by 2266Set.extMeasureTheory.lintegral_iSupCITED BYCITES

Cites61

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by16

Results whose statement or proof uses this declaration.