Theorems · Theorem · measure theory
MeasureTheory.SimpleFunc.exists_le_lowerSemicontinuous_lintegral_ge
∀ {α : Type u_1} [inst : TopologicalSpace α] [inst_1 : MeasurableSpace α] [BorelSpace α] (μ : MeasureTheory.Measure α)
[μ.WeaklyRegular] (f : MeasureTheory.SimpleFunc α NNReal) {ε : ENNReal},
ε ≠ 0 → ∃ g, (∀ (x : α), f x ≤ g x) ∧ LowerSemicontinuous g ∧ ∫⁻ (x : α), ↑(g x) ∂μ ≤ ∫⁻ (x : α), ↑(f x) ∂μ + εGiven a simple 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
- 1 results in Mathlib
- Foundations
- Depth 204 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites60
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Setproof · cited by 53,352
- 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
- Top.topproof · cited by 9,680
- NNRealstatement and proof · cited by 4,310
- Set.univproof · cited by 3,945
- MeasurableSetproof · cited by 3,075
- add_zeroproof · cited by 2,707
- IsOpenproof · cited by 2,400
Cited by1
Results whose statement or proof uses this declaration.
- MeasureTheory.exists_le_lowerSemicontinuous_lintegral_geproof · cited by 2