Mathlib Map

Theorems · Theorem · measure theory

MeasureTheory.Measure.addHaarMeasure_unique

∀ {G : Type u_1} [inst : AddGroup G] [inst_1 : TopologicalSpace G] [inst_2 : IsTopologicalAddGroup G]
  [inst_3 : MeasurableSpace G] [inst_4 : BorelSpace G] [SecondCountableTopology G] (μ : MeasureTheory.Measure G)
  [MeasureTheory.SigmaFinite μ] [μ.IsAddLeftInvariant] (K₀ : TopologicalSpace.PositiveCompacts G),
  μ = μ ↑K₀ • MeasureTheory.Measure.addHaarMeasure K₀

Uniqueness of left-invariant measures: In a second-countable locally compact additive group, any σ-finite left-invariant measure is a scalar multiple of the additive Haar measure. This is slightly weaker than assuming that μ is an additive Haar measure (in particular we don't require μ ≠ 0). See also isAddLeftInvariant_eq_smul_of_regular for a statement not assuming second-countability.

Defined in
Mathlib.MeasureTheory.Measure.Haar.Basic
Cited by
9 results in Mathlib
Foundations
Depth 234 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
AddGroupTopologicalSpaceIsTopologicalAddGroupMeasurableSpaceBorelSpaceSecondCountableTopologyMeasureTheory.SigmaFiniteMeasureTheory.Measure.IsAddLeftInvariant

Around this declaration

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

Cites31

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

Cited by9

Results whose statement or proof uses this declaration.