Theorems · Theorem · measure theory
MeasureTheory.SimpleFunc.exists_upperSemicontinuous_le_lintegral_le
∀ {α : Type u_1} [inst : TopologicalSpace α] [inst_1 : MeasurableSpace α] [BorelSpace α] {μ : MeasureTheory.Measure α}
[μ.WeaklyRegular] (f : MeasureTheory.SimpleFunc α NNReal),
∫⁻ (x : α), ↑(f x) ∂μ ≠ ⊤ →
∀ {ε : ENNReal},
ε ≠ 0 → ∃ g, (∀ (x : α), g x ≤ f x) ∧ UpperSemicontinuous g ∧ ∫⁻ (x : α), ↑(f x) ∂μ ≤ ∫⁻ (x : α), ↑(g x) ∂μ + εGiven a simple function f with values in ℝ≥0, there exists an upper 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.
Cites58
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.topstatement and proof · cited by 9,680
- NNRealstatement and proof · cited by 4,310
- Set.univproof · cited by 3,945
- MeasurableSetproof · cited by 3,075
- zero_addproof · cited by 2,366
- Disjointproof · cited by 2,201
Cited by1
Results whose statement or proof uses this declaration.
- MeasureTheory.exists_upperSemicontinuous_le_lintegral_leproof · cited by 1