Mathlib Map

Theorems · Theorem · measure theory

MeasureTheory.IsAddFundamentalDomain.essSup_measure_restrict

∀ {G : Type u_1} {α : Type u_3} [inst : AddGroup G] [inst_1 : AddAction G α] [inst_2 : MeasurableSpace α] {s : Set α}
  {μ : MeasureTheory.Measure α} [MeasurableConstVAdd G α] [MeasureTheory.VAddInvariantMeasure G α μ] [Countable G],
  MeasureTheory.IsAddFundamentalDomain G s μ →
    ∀ {f : α → ENNReal}, (∀ (γ : G) (x : α), f (γ +ᵥ x) = f x) → essSup f (μ.restrict s) = essSup f μ

If f is invariant under the action of a countable additive group G, and μ is a G-invariant measure with a fundamental domain s, then the essSup of f restricted to s is the same as that of f on all of its domain.

Defined in
Mathlib.MeasureTheory.Group.FundamentalDomain
Cited by
1 results in Mathlib
Foundations
Depth 213 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
AddGroupAddActionMeasurableSpaceMeasurableConstVAddMeasureTheory.VAddInvariantMeasureCountable

Around this declaration

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

Cites28

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

Cited by1

Results whose statement or proof uses this declaration.