Theorems · Theorem · measure theory
MeasureTheory.Measure.measure_inter_eq_of_measure_eq
∀ {α : Type u_1} {m0 : MeasurableSpace α} {μ : MeasureTheory.Measure α} {s t u : Set α},
MeasurableSet s → μ t = μ u → t ⊆ u → μ t ≠ ⊤ → μ (t ∩ s) = μ (u ∩ s)If u is a superset of t with the same (finite) measure (both sets possibly non-measurable),
then for any measurable set s one also has μ (t ∩ s) = μ (u ∩ s).
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 189 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
- 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
- le_antisymmproof · cited by 2,068
- le_reflproof · cited by 2,061
- LT.lt.neproof · cited by 872
- add_le_addproof · cited by 666
- lt_of_le_of_ltproof · cited by 432
Cited by2
Results whose statement or proof uses this declaration.
- MeasureTheory.Measure.measure_toMeasurable_interproof · cited by 3
- MeasureTheory.Measure.measure_toMeasurable_add_inter_leftproof · cited by 2