Theorems · Theorem · measure theory
MeasurableSet.exists_isClosed_lt_add
∀ {α : Type u_1} [inst : MeasurableSpace α] {μ : MeasureTheory.Measure α} [inst_1 : TopologicalSpace α]
[μ.WeaklyRegular] {s : Set α},
MeasurableSet s → μ s ≠ ⊤ → ∀ {ε : ENNReal}, ε ≠ 0 → ∃ K ⊆ s, IsClosed K ∧ μ s < μ K + εIf s is a measurable set, a weakly regular measure μ is finite on s, and ε is a positive
number, then there exist a closed set K ⊆ s such that μ s < μ K + ε.
- Defined in
- Mathlib.MeasureTheory.Measure.Regular
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 198 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites13
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
- TopologicalSpacestatement and proof · cited by 24,529
- 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
- MeasurableSetstatement and proof · cited by 3,075
- IsClosedstatement · cited by 1,639
- MeasureTheory.Measure.WeaklyRegularstatement and proof · cited by 31
- isClosed_emptyproof · cited by 26
- MeasureTheory.Measure.WeaklyRegular.innerRegular_measurableproof · cited by 4
Cited by2
Results whose statement or proof uses this declaration.
- MeasurableSet.exists_isClosed_sdiff_ltproof · cited by 3
- MeasureTheory.SimpleFunc.exists_upperSemicontinuous_le_lintegral_leproof · cited by 1