Theorems · Theorem · measure theory
MeasureTheory.lintegral_lintegral_add_neg
∀ {G : Type u_1} [inst : MeasurableSpace G] [inst_1 : AddGroup G] [MeasurableAdd₂ G] (μ ν : MeasureTheory.Measure G)
[MeasureTheory.SFinite ν] [MeasureTheory.SFinite μ] [MeasurableNeg G] [μ.IsAddLeftInvariant] [ν.IsAddLeftInvariant]
(f : G → G → ENNReal),
AEMeasurable (Function.uncurry f) (μ.prod ν) →
∫⁻ (x : G), ∫⁻ (y : G), f (y + x) (-x) ∂ν ∂μ = ∫⁻ (x : G), ∫⁻ (y : G), f x y ∂ν ∂μ- Defined in
- Mathlib.MeasureTheory.Group.Prod
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 226 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites27
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
- ENNRealstatement and proof · cited by 9,879
- AddGroupstatement and proof · cited by 4,410
- Measurableproof · cited by 1,499
- MeasureTheory.lintegralstatement and proof · cited by 1,152
- MeasureTheory.Measure.mapproof · cited by 858
- AEMeasurablestatement and proof · cited by 840
- MeasureTheory.SFinitestatement and proof · cited by 449
- MeasureTheory.Measure.prodstatement and proof · cited by 353
- Measurable.aemeasurableproof · cited by 304
- MeasurableAdd₂statement and proof · cited by 155
Cited by1
Results whose statement or proof uses this declaration.
- MeasureTheory.measure_add_lintegral_eqproof · cited by 3