Mathlib Map

Theorems · Theorem · measure theory

MeasureTheory.MemLp.eLpNorm_indicator_norm_ge_le

∀ {α : Type u_1} {β : Type u_2} {m : MeasurableSpace α} {μ : MeasureTheory.Measure α} [inst : NormedAddCommGroup β]
  {p : ENNReal} {f : α → β},
  MeasureTheory.MemLp f p μ →
    MeasureTheory.StronglyMeasurable f →
      ∀ {ε : ℝ}, 0 < ε → ∃ M, MeasureTheory.eLpNorm ({x | M ≤ ↑‖f x‖₊}.indicator f) p μ ≤ ENNReal.ofReal ε

This lemma is slightly weaker than MeasureTheory.MemLp.eLpNorm_indicator_norm_ge_pos_le as the latter provides 0 < M.

Defined in
Mathlib.MeasureTheory.Function.UniformIntegrable
Cited by
1 results in Mathlib
Foundations
Depth 217 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
NormedAddCommGroup

Around this declaration

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

Cites53

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

Cited by1

Results whose statement or proof uses this declaration.