Theorems · Theorem · measure theory
MeasureTheory.exists_measure_symmDiff_lt_of_generateFrom_isSetSemiring
∀ {α : Type u_1} [mα : MeasurableSpace α] {μ : MeasureTheory.Measure α} [MeasureTheory.IsFiniteMeasure μ]
{C : Set (Set α)},
MeasureTheory.IsSetSemiring C →
(∃ D, D.Countable ∧ D ⊆ C ∧ μ (⋃₀ D)ᶜ = 0) →
mα = MeasurableSpace.generateFrom C →
∀ {s : Set α}, MeasurableSet s → ∀ {ε : ENNReal}, 0 < ε → ∃ t ∈ supClosure C, μ (symmDiff t s) < εGiven a semiring of sets C covering the space modulo 0 and generating the measurable space
structure, any measurable set can be approximated by finite unions of elements of C.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 205 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites23
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
- LE.le.transproof · cited by 3,151
- MeasurableSetstatement and proof · cited by 3,075
- Compl.complstatement and proof · cited by 2,925
- le_antisymmproof · cited by 2,068
- MeasureTheory.IsFiniteMeasurestatement and proof · cited by 1,078
- Set.Countablestatement and proof · cited by 545
- Set.sUnionstatement and proof · cited by 392
Cited by1
Results whose statement or proof uses this declaration.
- MeasureTheory.dense_of_generateFrom_isSetSemiringproof · cited by 0