Theorems · Theorem · measure theory
MeasureTheory.Measure.QuasiMeasurePreserving.restrict
∀ {α : Type u_2} {β : Type u_3} {m0 : MeasurableSpace α} [inst : MeasurableSpace β] {μ : MeasureTheory.Measure α}
{s : Set α} {ν : MeasureTheory.Measure β} {f : α → β},
MeasureTheory.Measure.QuasiMeasurePreserving f μ ν →
∀ {t : Set β}, Set.MapsTo f s t → MeasureTheory.Measure.QuasiMeasurePreserving f (μ.restrict s) (ν.restrict t)If a quasi-measure-preserving map f maps a set s to a set t,
then it is quasi-measure-preserving with respect to the restrictions of the measures.
- Defined in
- Mathlib.MeasureTheory.Measure.Restrict
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 202 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.
Cites18
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · 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
- Set.preimageproof · cited by 4,946
- MeasurableSetproof · cited by 3,075
- le_reflproof · cited by 2,061
- MeasureTheory.Measure.restrictstatement · cited by 1,646
- Set.MapsTostatement and proof · cited by 732
- MeasureTheory.Measure.restrict_applyproof · cited by 159
- MeasureTheory.Measure.map_applyproof · cited by 139
- MeasureTheory.Measure.QuasiMeasurePreservingstatement and proof · cited by 101
Cited by1
Results whose statement or proof uses this declaration.
- MeasureTheory.Conservative.measureRestrictproof · cited by 0