Theorems · Theorem · measure theory
MeasureTheory.lintegral_add_left_eq_self
∀ {G : Type u_1} [inst : MeasurableSpace G] {μ : MeasureTheory.Measure G} [inst_1 : AddGroup G] [MeasurableAdd G]
[μ.IsAddLeftInvariant] (f : G → ENNReal) (g : G), ∫⁻ (x : G), f (g + x) ∂μ = ∫⁻ (x : G), f x ∂μTranslating a function by left-addition does not change its Lebesgue integral with respect to a left-invariant measure.
- Defined in
- Mathlib.MeasureTheory.Group.LIntegral
- Cited by
- 4 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
- AddGroupstatement and proof · cited by 4,410
- MeasureTheory.lintegralstatement and proof · cited by 1,152
- MeasureTheory.Measure.mapproof · cited by 858
- MeasureTheory.Measure.IsAddLeftInvariantstatement and proof · cited by 148
- MeasurableAddstatement and proof · cited by 78
- MeasureTheory.lintegral_map_equivproof · cited by 10
- MeasurableEquiv.addLeftproof · cited by 10
- MeasureTheory.map_add_left_eq_selfproof · cited by 9
Cited by4
Results whose statement or proof uses this declaration.
- MeasureTheory.lconvolution_assoc₀proof · cited by 1
- MeasureTheory.conv_withDensity_eq_mlconvolution₀proof · cited by 1
- MeasureTheory.lintegral_sub_left_eq_selfproof · cited by 0
- MeasureTheory.lconvolution_commproof · cited by 0