Theorems · Theorem · measure theory
MeasureTheory.exists_lt_lowerSemicontinuous_integral_lt
∀ {α : Type u_1} [inst : TopologicalSpace α] [inst_1 : MeasurableSpace α] [BorelSpace α] {μ : MeasureTheory.Measure α}
[μ.WeaklyRegular] [MeasureTheory.SigmaFinite μ] (f : α → ℝ),
MeasureTheory.Integrable f μ →
∀ {ε : ℝ},
0 < ε →
∃ g,
(∀ (x : α), ↑(f x) < g x) ∧
LowerSemicontinuous g ∧
MeasureTheory.Integrable (fun x => (g x).toReal) μ ∧
(∀ᵐ (x : α) ∂μ, g x < ⊤) ∧ ∫ (x : α), (g x).toReal ∂μ < ∫ (x : α), f x ∂μ + εVitali-Carathéodory Theorem: given an integrable real function f, there exists an
integrable function g > f which is lower semicontinuous, with integral arbitrarily close
to that of f. This function has to be EReal-valued in general.
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 255 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites67
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
- NormedAddCommGroupproof · cited by 15,752
- MeasurableSpacestatement and proof · cited by 13,106
- NormedSpaceproof · cited by 12,499
- MeasureTheory.Measurestatement and proof · cited by 10,939
- ENNRealproof · cited by 9,879
- Top.topstatement and proof · cited by 9,680
- NNRealproof · cited by 4,310
- Filter.Eventuallystatement and proof · cited by 3,134
- one_mulproof · cited by 2,841
- MeasureTheory.aestatement and proof · cited by 2,352
Cited by2
Results whose statement or proof uses this declaration.
- intervalIntegral.sub_le_integral_of_hasDeriv_right_of_le_Icoproof · cited by 1
- MeasureTheory.exists_upperSemicontinuous_lt_integral_gtproof · cited by 0