Mathlib Map

Theorems · Theorem · measure theory

MeasureTheory.IsAddFundamentalDomain.measure_eq_tsum

∀ {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 μ → ∀ (t : Set α), μ t = ∑' (g : G), μ ((g +ᵥ t) ∩ s)
Defined in
Mathlib.MeasureTheory.Group.FundamentalDomain
Cited by
5 results in Mathlib
Foundations
Depth 211 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.

Cites17

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

Cited by5

Results whose statement or proof uses this declaration.