Theorems · Theorem · measure theory
MeasureTheory.measurePreserving_prod_inv_mul
∀ {G : Type u_1} [inst : MeasurableSpace G] [inst_1 : Group G] [MeasurableMul₂ G] (μ ν : MeasureTheory.Measure G)
[MeasureTheory.SFinite ν] [MeasureTheory.SFinite μ] [MeasurableInv G] [ν.IsMulLeftInvariant],
MeasureTheory.MeasurePreserving (fun z => (z.1, z.1⁻¹ * z.2)) (μ.prod ν) (μ.prod ν)The map (x, y) ↦ (x, x⁻¹y) is measure-preserving.
This is the function S⁻¹ in [Halmos, §59],
where S is the map (x, y) ↦ (x, xy).
- Defined in
- Mathlib.MeasureTheory.Group.Prod
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 218 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
- Groupstatement and proof · cited by 6,238
- MeasureTheory.SFinitestatement and proof · cited by 449
- MeasureTheory.Measure.prodstatement · cited by 353
- MeasureTheory.MeasurePreservingstatement · cited by 259
- MeasurableMul₂statement and proof · cited by 139
- MeasureTheory.Measure.IsMulLeftInvariantstatement and proof · cited by 118
- MeasurableInvstatement and proof · cited by 98
- MeasureTheory.MeasurePreserving.symmproof · cited by 43
- MeasureTheory.measurePreserving_prod_mulproof · cited by 3
- MeasurableEquiv.shearMulRightproof · cited by 1
Cited by2
Results whose statement or proof uses this declaration.
- MeasureTheory.quasiMeasurePreserving_inv_mulproof · cited by 3
- MeasureTheory.measurePreserving_prod_inv_mul_swapproof · cited by 2