Theorems · Theorem · measure theory
MeasureTheory.measurePreserving_sub_prod
∀ {G : Type u_1} [inst : MeasurableSpace G] [inst_1 : AddGroup G] [MeasurableAdd₂ G] (μ ν : MeasureTheory.Measure G)
[MeasureTheory.SFinite ν] [MeasureTheory.SFinite μ] [MeasurableNeg G] [μ.IsAddRightInvariant],
MeasureTheory.MeasurePreserving (fun z => (z.1 - z.2, z.2)) (μ.prod ν) (μ.prod ν)The map (x, y) ↦ (x - y, y) preserves the measure μ × ν.
- Defined in
- Mathlib.MeasureTheory.Group.Prod
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 225 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites12
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement and proof · cited by 10,939
- AddGroupstatement and proof · cited by 4,410
- MeasureTheory.SFinitestatement and proof · cited by 449
- MeasureTheory.Measure.prodstatement · cited by 353
- MeasureTheory.MeasurePreservingstatement · cited by 259
- MeasurableAdd₂statement and proof · cited by 155
- MeasurableNegstatement and proof · cited by 130
- MeasureTheory.Measure.IsAddRightInvariantstatement and proof · cited by 59
- MeasureTheory.MeasurePreserving.compproof · cited by 40
- MeasureTheory.Measure.measurePreserving_swapproof · cited by 16
- MeasureTheory.measurePreserving_prod_sub_swapproof · cited by 2
Cited by1
Results whose statement or proof uses this declaration.
- MeasureTheory.convolution_assocproof · cited by 0