Theorems · Theorem · measure theory
MeasurableSet.exists_isCompact_isClosed_lt_add
∀ {α : Type u_1} [inst : MeasurableSpace α] {μ : MeasureTheory.Measure α} [inst_1 : TopologicalSpace α]
[μ.InnerRegularCompactLTTop] [R1Space α] [BorelSpace α] ⦃A : Set α⦄,
MeasurableSet A → μ A ≠ ⊤ → ∀ {ε : ENNReal}, ε ≠ 0 → ∃ K ⊆ A, IsCompact K ∧ IsClosed K ∧ μ A < μ K + εIf μ is inner regular for finite measure sets with respect to compact sets,
then any measurable set of finite measure can be approximated by a compact closed subset.
Compared to MeasurableSet.exists_isCompact_lt_add,
this version additionally assumes that α is an R₁ space with Borel σ-algebra.
- Defined in
- Mathlib.MeasureTheory.Measure.Regular
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 181 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites19
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 and proof · cited by 1,639
- BorelSpacestatement and proof · cited by 1,602
- IsCompactstatement and proof · cited by 1,282
- closureproof · cited by 1,254
Cited by1
Results whose statement or proof uses this declaration.
- MeasurableSet.exists_isCompact_isClosed_sdiff_ltproof · cited by 5