Theorems · Theorem · measure theory
MeasureTheory.Measure.integral_isMulLeftInvariant_isMulRightInvariant_combo
∀ {G : Type u_1} [inst : TopologicalSpace G] [inst_1 : Group G] [IsTopologicalGroup G] [inst_3 : MeasurableSpace G]
[BorelSpace G] {μ ν : MeasureTheory.Measure G} [MeasureTheory.IsFiniteMeasureOnCompacts μ]
[MeasureTheory.IsFiniteMeasureOnCompacts ν] [μ.IsMulLeftInvariant] [ν.IsMulRightInvariant] [ν.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 a 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.
Cites74
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
- Groupstatement and proof · cited by 6,238
- Set.imageproof · cited by 5,609
- mul_oneproof · cited by 3,885
- one_mulproof · cited by 2,841
- Continuousstatement and proof · cited by 2,592
Cited by1
Results whose statement or proof uses this declaration.