Theorems · Theorem · measure theory
MeasureTheory.measurePreserving_prod_add_swap
∀ {G : Type u_1} [inst : MeasurableSpace G] [inst_1 : AddGroup G] [MeasurableAdd₂ G] (μ ν : MeasureTheory.Measure G)
[MeasureTheory.SFinite ν] [MeasureTheory.SFinite μ] [μ.IsAddLeftInvariant],
MeasureTheory.MeasurePreserving (fun z => (z.2, z.2 + z.1)) (μ.prod ν) (ν.prod μ)The map (x, y) ↦ (y, y + x) sends the measure μ × ν to ν × μ.
- Defined in
- Mathlib.MeasureTheory.Group.Prod
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 224 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites11
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
- MeasureTheory.Measure.IsAddLeftInvariantstatement and proof · cited by 148
- MeasureTheory.MeasurePreserving.compproof · cited by 40
- MeasureTheory.Measure.measurePreserving_swapproof · cited by 16
- MeasureTheory.measurePreserving_prod_addproof · cited by 3
Cited by2
Results whose statement or proof uses this declaration.
- MeasureTheory.measurePreserving_add_prod_negproof · cited by 2
- MeasureTheory.quasiMeasurePreserving_add_swapproof · cited by 0