Theorems · Theorem · measure theory
MeasureTheory.lintegral_iSup_directed
∀ {α : Type u_1} {β : Type u_2} {m : MeasurableSpace α} {μ : MeasureTheory.Measure α} [Countable β]
{f : β → α → ENNReal},
(∀ (b : β), AEMeasurable (f b) μ) →
Directed (fun x1 x2 => x1 ≤ x2) f → ∫⁻ (a : α), ⨆ b, f b a ∂μ = ⨆ b, ∫⁻ (a : α), f b a ∂μMonotone convergence theorem for a supremum over a directed family and indexed by a countable type.
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 202 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- Countable
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites24
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
- Filter.Eventuallyproof · cited by 3,134
- iSupstatement and proof · cited by 2,415
- MeasureTheory.aeproof · cited by 2,352
- Filter.univ_mem'proof · cited by 1,672
- le_rflproof · cited by 1,558
- MeasureTheory.lintegralstatement and proof · cited by 1,152
- AEMeasurablestatement and proof · cited by 840
- Countablestatement and proof · cited by 633
- Filter.EventuallyEq.symmproof · cited by 408
Cited by2
Results whose statement or proof uses this declaration.
- MeasureTheory.lintegral_tsumproof · cited by 12
- ProbabilityTheory.setLIntegral_toKernel_univproof · cited by 2