Theorems · Theorem · measure theory
QuotientGroup.integral_eq_integral_automorphize
∀ {G : Type u_1} [inst : Group G] [inst_1 : MeasurableSpace G] [inst_2 : TopologicalSpace G] [IsTopologicalGroup G]
[BorelSpace G] {μ : MeasureTheory.Measure G} {Γ : Subgroup G} {𝓕 : Set G},
MeasureTheory.IsFundamentalDomain (↥Γ.op) 𝓕 μ →
∀ [Countable ↥Γ] [inst_6 : MeasurableSpace (G ⧸ Γ)] [BorelSpace (G ⧸ Γ)] {E : Type u_2}
[inst_8 : NormedAddCommGroup E] [inst_9 : NormedSpace ℝ E] [μ.IsMulRightInvariant] {f : G → E},
MeasureTheory.Integrable f μ →
MeasureTheory.AEStronglyMeasurable (QuotientGroup.automorphize f)
(MeasureTheory.Measure.map QuotientGroup.mk (μ.restrict 𝓕)) →
∫ (x : G), f x ∂μ =
∫ (x : G ⧸ Γ), QuotientGroup.automorphize f x ∂MeasureTheory.Measure.map QuotientGroup.mk (μ.restrict 𝓕)This is a simple version of the Unfolding Trick: Given a subgroup Γ of a group G, the
integral of a function f on G with respect to a right-invariant measure μ is equal to the
integral over the quotient G ⧸ Γ of the automorphization of f.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 260 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites40
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement and proof · cited by 53,352
- Realstatement and proof · cited by 25,697
- TopologicalSpacestatement and proof · cited by 24,529
- NormedAddCommGroupstatement and proof · cited by 15,752
- MeasurableSpacestatement and proof · cited by 13,106
- NormedSpacestatement and proof · cited by 12,499
- MeasureTheory.Measurestatement and proof · cited by 10,939
- ENNRealproof · cited by 9,879
- Top.topproof · cited by 9,680
- Groupstatement and proof · cited by 6,238
- Subgroupstatement and proof · cited by 3,593
- HasQuotient.Quotientstatement and proof · cited by 2,301
Cited by1
Results whose statement or proof uses this declaration.
- QuotientGroup.integral_mul_eq_integral_automorphize_mulproof · cited by 0