Theorems · Theorem · measure theory
MeasureTheory.Measure.measure_toMeasurable_inter_of_cover
∀ {α : Type u_1} {m0 : MeasurableSpace α} {μ : MeasureTheory.Measure α} {s : Set α},
MeasurableSet s →
∀ {t : Set α} {v : ℕ → Set α},
t ⊆ ⋃ n, v n → (∀ (n : ℕ), μ (t ∩ v n) ≠ ⊤) → μ (MeasureTheory.toMeasurable μ t ∩ s) = μ (t ∩ s)If a set t is covered by a countable family of finite measure sets, then its measurable
superset toMeasurable μ t (which has the same measure as t) satisfies,
for any measurable set s, the equality μ (toMeasurable μ t ∩ s) = μ (t ∩ s).
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 196 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites51
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
- TopologicalSpaceproof · cited by 24,529
- MeasurableSpacestatement and proof · cited by 13,106
- AddCommMonoidproof · cited by 12,281
- 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
- Set.iUnionstatement and proof · cited by 2,483
- MeasureTheory.aeproof · cited by 2,352
- SummationFilter.unconditionalproof · cited by 2,068
Cited by1
Results whose statement or proof uses this declaration.
- MeasureTheory.Measure.restrict_toMeasurable_of_coverproof · cited by 1