Theorems · Theorem · measure theory
MeasureTheory.exists_upperSemicontinuous_le_integral_le
∀ {α : Type u_1} [inst : TopologicalSpace α] [inst_1 : MeasurableSpace α] [BorelSpace α] {μ : MeasureTheory.Measure α}
[μ.WeaklyRegular] (f : α → NNReal),
MeasureTheory.Integrable (fun x => ↑(f x)) μ →
∀ {ε : ℝ},
0 < ε →
∃ g,
(∀ (x : α), g x ≤ f x) ∧
UpperSemicontinuous g ∧
MeasureTheory.Integrable (fun x => ↑(g x)) μ ∧ ∫ (x : α), ↑(f x) ∂μ - ε ≤ ∫ (x : α), ↑(g x) ∂μGiven an integrable 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
integral.
Auxiliary lemma for Vitali-Carathéodory theorem exists_lt_lower_semicontinuous_integral_lt.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 254 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites41
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Realstatement and proof · cited by 25,697
- TopologicalSpacestatement and proof · cited by 24,529
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement and proof · cited by 10,939
- ENNRealproof · cited by 9,879
- Top.topproof · cited by 9,680
- NNRealstatement and proof · cited by 4,310
- LT.lt.leproof · cited by 2,189
- MeasureTheory.integralstatement and proof · cited by 1,779
- BorelSpacestatement and proof · cited by 1,602
- LT.lt.ne'proof · cited by 1,417
- MeasureTheory.Integrablestatement and proof · cited by 1,367
Cited by1
Results whose statement or proof uses this declaration.
- MeasureTheory.exists_lt_lowerSemicontinuous_integral_ltproof · cited by 2