Mathlib Map

Theorems · Theorem · measure theory

MeasureTheory.lintegral_add_right_eq_self

∀ {G : Type u_1} [inst : MeasurableSpace G] {μ : MeasureTheory.Measure G} [inst_1 : AddGroup G] [MeasurableAdd G]
  [μ.IsAddRightInvariant] (f : G → ENNReal) (g : G), ∫⁻ (x : G), f (x + g) ∂μ = ∫⁻ (x : G), f x ∂μ

Translating a function by right-addition does not change its Lebesgue integral with respect to a right-invariant measure.

Defined in
Mathlib.MeasureTheory.Group.LIntegral
Cited by
2 results in Mathlib
Foundations
Depth 204 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
MeasurableSpaceAddGroupMeasurableAddMeasureTheory.Measure.IsAddRightInvariant

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.

Cited by2

Results whose statement or proof uses this declaration.