Theorems · Theorem · measure theory
MeasureTheory.lintegral_le_of_forall_fin_meas_le_of_measurable
∀ {α : Type u_1} {m m0 : MeasurableSpace α} {μ : MeasureTheory.Measure α} (hm : m ≤ m0)
[MeasureTheory.SigmaFinite (μ.trim hm)] (C : ENNReal) {f : α → ENNReal},
(∀ (s : Set α), MeasurableSet s → μ s ≠ ⊤ → ∫⁻ (x : α) in s, f x ∂μ ≤ C) → ∫⁻ (x : α), f x ∂μ ≤ CAlias of MeasureTheory.lintegral_le_of_forall_fin_meas_trim_le.
If the Lebesgue integral of a function is bounded by some constant on all sets with finite
measure in a sub-σ-algebra and the measure is σ-finite on that sub-σ-algebra, then the integral
over the whole space is bounded by that same constant.
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 203 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- MeasureTheory.SigmaFinite
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites12
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement · cited by 62,936
- Setstatement · cited by 53,352
- MeasurableSpacestatement · cited by 13,106
- MeasureTheory.Measurestatement · cited by 10,939
- ENNRealstatement · cited by 9,879
- Top.topstatement · cited by 9,680
- MeasurableSetstatement · cited by 3,075
- MeasureTheory.Measure.restrictstatement · cited by 1,646
- MeasureTheory.lintegralstatement · cited by 1,152
- MeasureTheory.SigmaFinitestatement · cited by 526
- MeasureTheory.Measure.trimstatement · cited by 286
- MeasureTheory.lintegral_le_of_forall_fin_meas_trim_leproof · cited by 5
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.