Mathlib Map

Theorems · Theorem · measure theory

MeasureTheory.exists_measurable_le_lintegral_eq

∀ {α : Type u_1} {m : MeasurableSpace α} (μ : MeasureTheory.Measure α) (f : α → ENNReal),
  ∃ g, Measurable g ∧ g ≤ f ∧ ∫⁻ (a : α), f a ∂μ = ∫⁻ (a : α), g a ∂μ

For any function f : α → ℝ≥0∞, there exists a measurable function g ≤ f with the same integral.

Defined in
Mathlib.MeasureTheory.Integral.Lebesgue.Basic
Cited by
8 results in Mathlib
Foundations
Depth 197 from the axioms · uses propext, Classical.choice, Quot.sound

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites27

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by8

Results whose statement or proof uses this declaration.