Theorems · Theorem · measure theory
MeasureTheory.lintegral_iInf_directed_of_measurable
∀ {α : Type u_1} {β : Type u_2} [inst : MeasurableSpace α] [Countable β] {f : β → α → ENNReal}
{μ : MeasureTheory.Measure α},
μ ≠ 0 →
(∀ (b : β), Measurable (f b)) →
(∀ (b : β), ∫⁻ (a : α), f b a ∂μ ≠ ⊤) →
Directed (fun x1 x2 => x1 ≥ x2) f → ∫⁻ (a : α), ⨅ b, f b a ∂μ = ⨅ b, ∫⁻ (a : α), f b a ∂μMonotone convergence theorem for an infimum over a directed family and indexed by a countable type.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 210 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- MeasurableSpaceCountable
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites27
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
- le_antisymmproof · cited by 2,068
- iInfstatement and proof · cited by 1,690
- 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
- isEmpty_or_nonemptyproof · cited by 269
- Directedstatement and proof · cited by 213
Cited by1
Results whose statement or proof uses this declaration.
- ProbabilityTheory.setLIntegral_stieltjesOfMeasurableRatproof · cited by 2