Theorems · Theorem · measure theory
QuotientAddGroup.integral_eq_integral_automorphize
∀ {G : Type u_1} [inst : AddGroup G] [inst_1 : MeasurableSpace G] [inst_2 : TopologicalSpace G]
[IsTopologicalAddGroup G] [BorelSpace G] {μ : MeasureTheory.Measure G} {Γ : AddSubgroup G} {𝓕 : Set G},
MeasureTheory.IsAddFundamentalDomain (↥Γ.op) 𝓕 μ →
∀ [Countable ↥Γ] [inst_6 : MeasurableSpace (G ⧸ Γ)] [BorelSpace (G ⧸ Γ)] {E : Type u_2}
[inst_8 : NormedAddCommGroup E] [inst_9 : NormedSpace ℝ E] [μ.IsAddRightInvariant] {f : G → E},
MeasureTheory.Integrable f μ →
MeasureTheory.AEStronglyMeasurable (QuotientAddGroup.automorphize f)
(MeasureTheory.Measure.map QuotientAddGroup.mk (μ.restrict 𝓕)) →
∫ (x : G), f x ∂μ =
∫ (x : G ⧸ Γ),
QuotientAddGroup.automorphize f x ∂MeasureTheory.Measure.map QuotientAddGroup.mk (μ.restrict 𝓕)This is a simple version of the Unfolding Trick: Given a subgroup Γ of an
additive 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.
Cites41
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
- AddGroupstatement and proof · cited by 4,410
- AddSubgroupstatement and proof · cited by 3,232
- HasQuotient.Quotientstatement and proof · cited by 2,301
Cited by1
Results whose statement or proof uses this declaration.
- QuotientAddGroup.integral_mul_eq_integral_automorphize_mulproof · cited by 0