Theorems · Theorem · measure theory
MeasureTheory.measure_add_lintegral_eq
∀ {G : Type u_1} [inst : MeasurableSpace G] [inst_1 : AddGroup G] [MeasurableAdd₂ G] (μ ν : MeasureTheory.Measure G)
[MeasureTheory.SFinite ν] [MeasureTheory.SFinite μ] {s : Set G} [MeasurableNeg G] [μ.IsAddLeftInvariant]
[ν.IsAddLeftInvariant],
MeasurableSet s →
∀ (f : G → ENNReal), Measurable f → μ s * ∫⁻ (y : G), f y ∂ν = ∫⁻ (x : G), ν ((fun z => z + x) ⁻¹' s) * f (-x) ∂μThis is the computation performed in the proof of [Halmos, §60 Th. A].
- Defined in
- Mathlib.MeasureTheory.Group.Prod
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 227 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites29
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Setstatement and proof · cited by 53,352
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement and proof · cited by 10,939
- ENNRealstatement and proof · cited by 9,879
- Set.preimagestatement and proof · cited by 4,946
- AddGroupstatement and proof · cited by 4,410
- MeasurableSetstatement and proof · cited by 3,075
- Measurablestatement and proof · cited by 1,499
- MeasureTheory.lintegralstatement and proof · cited by 1,152
- Set.indicatorproof · cited by 723
- MeasureTheory.SFinitestatement and proof · cited by 449
Cited by3
Results whose statement or proof uses this declaration.
- MeasureTheory.measure_lintegral_sub_measureproof · cited by 1
- MeasureTheory.ae_measure_preimage_add_right_lt_topproof · cited by 1
- MeasureTheory.absolutelyContinuous_of_isAddLeftInvariantproof · cited by 1