Theorems · Theorem · measure theory
MeasureTheory.exists_lt_lowerSemicontinuous_lintegral_ge
∀ {α : Type u_1} [inst : TopologicalSpace α] [inst_1 : MeasurableSpace α] [BorelSpace α] (μ : MeasureTheory.Measure α)
[μ.WeaklyRegular] [MeasureTheory.SigmaFinite μ] (f : α → NNReal),
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 in a sigma-finite space, 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
- 1 results in Mathlib
- Foundations
- Depth 208 from the axioms · uses propext, Classical.choice, Quot.sound
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.
- 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
- NNRealstatement and proof · cited by 4,310
- add_zeroproof · cited by 2,707
- le_reflproof · cited by 2,061
- BorelSpacestatement and proof · cited by 1,602
- Measurablestatement and proof · cited by 1,499
- LT.lt.ne'proof · cited by 1,417
- ENNReal.ofNNRealstatement and proof · cited by 1,279
- le_of_ltproof · cited by 1,175
Cited by1
Results whose statement or proof uses this declaration.
- MeasureTheory.exists_lt_lowerSemicontinuous_lintegral_ge_of_aemeasurableproof · cited by 1