Theorems · Theorem · measure theory
MeasureTheory.lintegral_mul_right_eq_self
∀ {G : Type u_1} [inst : MeasurableSpace G] {μ : MeasureTheory.Measure G} [inst_1 : Group G] [MeasurableMul G]
[μ.IsMulRightInvariant] (f : G → ENNReal) (g : G), ∫⁻ (x : G), f (x * g) ∂μ = ∫⁻ (x : G), f x ∂μTranslating a function by right-multiplication does not change its Lebesgue integral with respect to a right-invariant measure.
- Defined in
- Mathlib.MeasureTheory.Group.LIntegral
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 204 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.
- DFunLike.coeproof · cited by 62,936
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement and proof · cited by 10,939
- ENNRealstatement and proof · cited by 9,879
- Groupstatement and proof · cited by 6,238
- MeasureTheory.lintegralstatement and proof · cited by 1,152
- MeasureTheory.Measure.mapproof · cited by 858
- MeasurableMulstatement and proof · cited by 71
- MeasureTheory.Measure.IsMulRightInvariantstatement and proof · cited by 42
- MeasureTheory.lintegral_map_equivproof · cited by 10
- MeasurableEquiv.mulRightproof · cited by 9
- MeasureTheory.map_mul_right_eq_selfproof · cited by 8
Cited by1
Results whose statement or proof uses this declaration.
- MeasureTheory.lintegral_div_right_eq_selfproof · cited by 0