Documentation

Mathlib.Topology.Algebra.Group.DiscontinuousSubgroup

Properly discontinuous actions of subgroups #

theorem Subgroup.properlyDiscontinuousSMul_iff {Γ : Type u_1} {α : Type u_2} [Group Γ] [TopologicalSpace α] [SMul Γ α] (S : Subgroup Γ) :
ProperlyDiscontinuousSMul (↥S) α ∀ {K L : Set α}, IsCompact KIsCompact L{g : Γ | g S (g K L).Nonempty}.Finite
theorem AddSubgroup.properlyDiscontinuousVAdd_iff {Γ : Type u_1} {α : Type u_2} [AddGroup Γ] [TopologicalSpace α] [VAdd Γ α] (S : AddSubgroup Γ) :
ProperlyDiscontinuousVAdd (↥S) α ∀ {K L : Set α}, IsCompact KIsCompact L{g : Γ | g S ((g +ᵥ K) L).Nonempty}.Finite
theorem Subgroup.properlyDiscontinuousSMul_of_le {Γ : Type u_1} {α : Type u_2} [Group Γ] [TopologicalSpace α] [SMul Γ α] {G H : Subgroup Γ} (hG : ProperlyDiscontinuousSMul (↥G) α) (hGH : H G) :
theorem AddSubgroup.properlyDiscontinuousVAdd_of_le {Γ : Type u_1} {α : Type u_2} [AddGroup Γ] [TopologicalSpace α] [VAdd Γ α] {G H : AddSubgroup Γ} (hG : ProperlyDiscontinuousVAdd (↥G) α) (hGH : H G) :

If Γ acts properly discontinuously, so does every subgroup of Γ.

If G, H are subgroups of Γ which acts on α, and G ∩ H has finite index in G, then G acts properly discontinuously if H does.