Theorems · Theorem · measure theory
MeasureTheory.Measure.MeasureDense.fin_meas_approx
∀ {X : Type u_1} [m : MeasurableSpace X] {μ : MeasureTheory.Measure X} {𝒜 : Set (Set X)},
μ.MeasureDense 𝒜 →
∀ {s : Set X}, MeasurableSet s → μ s ≠ ⊤ → ∀ (ε : ℝ), 0 < ε → ∃ t ∈ 𝒜, μ t ≠ ⊤ ∧ μ (symmDiff s t) < ENNReal.ofReal εIf a family of sets 𝒜 is measure-dense in X, then any measurable set with finite measure
can be approximated by sets in 𝒜 with finite measure.
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 174 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- MeasurableSpace
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites14
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
- Realstatement and proof · cited by 25,697
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement and proof · cited by 10,939
- ENNRealstatement · cited by 9,879
- Top.topstatement and proof · cited by 9,680
- MeasurableSetstatement and proof · cited by 3,075
- ENNReal.ofRealstatement and proof · cited by 863
- symmDiffstatement and proof · cited by 236
- ne_top_of_ltproof · cited by 50
- MeasureTheory.Measure.MeasureDensestatement and proof · cited by 13
Cited by2
Results whose statement or proof uses this declaration.
- MeasureTheory.Measure.MeasureDense.fin_measproof · cited by 0
- MeasureTheory.Measure.MeasureDense.indicatorConstLp_subset_closureproof · cited by 0