Theorems · Theorem · measure theory
MeasureTheory.exists_le_lowerSemicontinuous_lintegral_ge
∀ {α : Type u_1} [inst : TopologicalSpace α] [inst_1 : MeasurableSpace α] [BorelSpace α] (μ : MeasureTheory.Measure α)
[μ.WeaklyRegular] (f : α → ENNReal),
Measurable f →
∀ {ε : ENNReal},
ε ≠ 0 → ∃ g, (∀ (x : α), f x ≤ g x) ∧ LowerSemicontinuous g ∧ ∫⁻ (x : α), g x ∂μ ≤ ∫⁻ (x : α), f x ∂μ + εGiven a measurable function f with values in ℝ≥0, there exists a lower semicontinuous
function g ≥ f with integral arbitrarily close to that of f. Formulation in terms of
lintegral.
Auxiliary lemma for Vitali-Carathéodory theorem exists_lt_lower_semicontinuous_integral_lt.
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 207 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites32
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- TopologicalSpacestatement and proof · cited by 24,529
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement and proof · cited by 10,939
- ENNRealstatement and proof · cited by 9,879
- NNRealproof · cited by 4,310
- LT.lt.leproof · cited by 2,189
- SummationFilter.unconditionalproof · cited by 2,068
- BorelSpacestatement and proof · cited by 1,602
- Measurablestatement and proof · cited by 1,499
- LT.lt.ne'proof · cited by 1,417
- ENNReal.ofNNRealproof · cited by 1,279
Cited by2
Results whose statement or proof uses this declaration.
- MeasureTheory.exists_lt_lowerSemicontinuous_lintegral_geproof · cited by 1
- MeasureTheory.exists_lt_lowerSemicontinuous_lintegral_ge_of_aemeasurableproof · cited by 1