Theorems · Theorem · measure theory
MeasureTheory.Measure.integral_isAddLeftInvariant_isAddRightInvariant_combo
∀ {G : Type u_1} [inst : TopologicalSpace G] [inst_1 : AddGroup G] [IsTopologicalAddGroup G]
[inst_3 : MeasurableSpace G] [BorelSpace G] {μ ν : MeasureTheory.Measure G}
[MeasureTheory.IsFiniteMeasureOnCompacts μ] [MeasureTheory.IsFiniteMeasureOnCompacts ν] [μ.IsAddLeftInvariant]
[ν.IsAddRightInvariant] [ν.IsOpenPosMeasure] {f g : G → ℝ},
Continuous f →
HasCompactSupport f →
Continuous g →
HasCompactSupport g →
0 ≤ g →
∀ {x₀ : G},
g x₀ ≠ 0 → ∫ (x : G), f x ∂μ = (∫ (y : G), f y * (∫ (z : G), g (-z + y) ∂ν)⁻¹ ∂ν) * ∫ (x : G), g x ∂μIn an additive group with a left invariant measure μ and a right invariant
measure ν, one can express integrals with respect to μ as integrals with respect to ν up to a
constant scaling factor (given in the statement as ∫ x, g x ∂μ where g is a fixed reference
function) and an explicit density y ↦ 1/∫ z, g (-z + y) ∂ν.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 268 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites82
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setproof · cited by 53,352
- Realstatement and proof · cited by 25,697
- TopologicalSpacestatement and proof · cited by 24,529
- NormedAddCommGroupproof · cited by 15,752
- MeasurableSpacestatement and proof · cited by 13,106
- NormedSpaceproof · cited by 12,499
- MeasureTheory.Measurestatement and proof · cited by 10,939
- Set.imageproof · cited by 5,609
- AddGroupstatement and proof · cited by 4,410
- mul_oneproof · cited by 3,885
- add_zeroproof · cited by 2,707
- Continuousstatement and proof · cited by 2,592
Cited by1
Results whose statement or proof uses this declaration.