Mathlib Map

Theorems · Theorem · measure theory

AddMonoidHom.measurePreserving

∀ {G : Type u_1} [inst : TopologicalSpace G] [inst_1 : AddGroup G] [IsTopologicalAddGroup G]
  [inst_3 : MeasurableSpace G] [BorelSpace G] {H : Type u_2} [inst_5 : AddGroup H] [inst_6 : TopologicalSpace H]
  [IsTopologicalAddGroup H] [CompactSpace H] [inst_9 : MeasurableSpace H] [BorelSpace H] {μ : MeasureTheory.Measure G}
  [μ.IsAddHaarMeasure] {ν : MeasureTheory.Measure H} [ν.IsAddHaarMeasure] {f : G →+ H},
  Continuous ⇑f → Function.Surjective ⇑f → μ Set.univ = ν Set.univ → MeasureTheory.MeasurePreserving (⇑f) μ ν

A continuous surjective additive monoid homomorphism of topological groups with compact codomain is measure preserving, provided that the Haar measures on the domain and on the codomain have the same total mass.

Defined in
Mathlib.MeasureTheory.Measure.Haar.Unique
Cited by
2 results in Mathlib
Foundations
Depth 279 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
TopologicalSpaceAddGroupIsTopologicalAddGroupMeasurableSpaceBorelSpaceAddGroupTopologicalSpaceIsTopologicalAddGroupCompactSpaceMeasurableSpaceBorelSpaceMeasureTheory.Measure.IsAddHaarMeasureMeasureTheory.Measure.IsAddHaarMeasure

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites36

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by2

Results whose statement or proof uses this declaration.