Theorems · Theorem · measure theory
MeasureTheory.exists_pos_setLIntegral_lt_of_measure_lt
∀ {α : Type u_1} {m : MeasurableSpace α} {μ : MeasureTheory.Measure α} {f : α → ENNReal},
∫⁻ (x : α), f x ∂μ ≠ ⊤ → ∀ {ε : ENNReal}, ε ≠ 0 → ∃ δ > 0, ∀ (s : Set α), μ s < δ → ∫⁻ (x : α) in s, f x ∂μ < εIf f has finite integral, then ∫⁻ x in s, f x ∂μ is absolutely continuous in s: it tends
to zero as μ s tends to zero. This lemma states this fact in terms of ε and δ.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 201 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites43
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · 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.topstatement and proof · cited by 9,680
- NNRealproof · cited by 4,310
- LT.lt.leproof · cited by 2,189
- le_reflproof · cited by 2,061
- MeasureTheory.Measure.restrictstatement and proof · cited by 1,646
- le_rflproof · cited by 1,558
- LT.lt.ne'proof · cited by 1,417
Cited by1
Results whose statement or proof uses this declaration.
- MeasureTheory.tendsto_setLIntegral_zeroproof · cited by 3