Theorems · Theorem · measure theory
MeasureTheory.IsFundamentalDomain.preimage_of_equiv
∀ {G : Type u_1} {H : Type u_2} {α : Type u_3} {β : Type u_4} [inst : Group G] [inst_1 : Group H]
[inst_2 : MulAction G α] [inst_3 : MeasurableSpace α] [inst_4 : MulAction H β] [inst_5 : MeasurableSpace β]
{s : Set α} {μ : MeasureTheory.Measure α} {ν : MeasureTheory.Measure β},
MeasureTheory.IsFundamentalDomain G s μ →
∀ {f : β → α},
MeasureTheory.Measure.QuasiMeasurePreserving f ν μ →
∀ {e : G → H},
Function.Bijective e →
(∀ (g : G), Function.Semiconj f (fun x => e g • x) fun x => g • x) →
MeasureTheory.IsFundamentalDomain H (f ⁻¹' s) ν- Cited by
- 1 results in Mathlib
- Foundations
- Depth 205 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites25
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Setstatement and proof · cited by 53,352
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement and proof · cited by 10,939
- Equivproof · cited by 8,337
- Groupstatement and proof · cited by 6,238
- Set.preimagestatement and proof · cited by 4,946
- Equiv.symmproof · cited by 3,681
- MulActionstatement and proof · cited by 1,294
- Function.Bijectivestatement and proof · cited by 863
- Filter.Eventually.monoproof · cited by 646
- inv_invproof · cited by 494
Cited by1
Results whose statement or proof uses this declaration.
- MeasureTheory.IsFundamentalDomain.image_of_equivproof · cited by 2