Theorems · Theorem · measure theory
MeasureTheory.exists_measurable_le_forall_setLIntegral_eq
∀ {α : Type u_1} [inst : MeasurableSpace α] (μ : MeasureTheory.Measure α) [MeasureTheory.SFinite μ] (f : α → ENNReal),
∃ g, Measurable g ∧ g ≤ f ∧ ∀ (s : Set α), ∫⁻ (a : α) in s, f a ∂μ = ∫⁻ (a : α) in s, g a ∂μIf μ is an s-finite measure, then for any function f
there exists a measurable function g ≤ f
that has the same Lebesgue integral over every set.
For the integral over the whole space, the statement is true without extra assumptions,
see exists_measurable_le_lintegral_eq.
See also MeasureTheory.Measure.restrict_toMeasurable_of_sFinite for a similar result.
- 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.
Cites56
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Setstatement and proof · cited by 53,352
- 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
- SetLike.coeproof · cited by 8,199
- NNRealproof · cited by 4,310
- LE.le.transproof · cited by 3,151
- MeasurableSetproof · cited by 3,075
- Compl.complproof · cited by 2,925
- iSupproof · cited by 2,415
Cited by1
Results whose statement or proof uses this declaration.
- MeasureTheory.exists_measurable_le_withDensity_eqproof · cited by 0