Theorems · Theorem · measure theory
MeasureTheory.lintegral_iSup_directed_of_measurable
∀ {α : Type u_1} {β : Type u_2} {m : MeasurableSpace α} {μ : MeasureTheory.Measure α} [Countable β]
{f : β → α → ENNReal},
(∀ (b : β), Measurable (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
- 1 results in Mathlib
- Foundations
- Depth 201 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.
Cites28
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement and proof · cited by 10,939
- ENNRealstatement and proof · cited by 9,879
- Set.univproof · cited by 3,945
- iSupstatement and proof · cited by 2,415
- le_antisymmproof · cited by 2,068
- MulZeroClass.zero_mulproof · cited by 1,625
- Measurablestatement and proof · cited by 1,499
- MeasureTheory.lintegralstatement and proof · cited by 1,152
- IsEmptyproof · cited by 759
- Countablestatement and proof · cited by 633
Cited by1
Results whose statement or proof uses this declaration.
- MeasureTheory.lintegral_iSup_directedproof · cited by 2