Monoid actions continuous in the second variable #
In this file we define class ContinuousConstSMul. We say ContinuousConstSMul Γ T if
Γ acts on T and for each γ, the map x ↦ γ • x is continuous. (This differs from
ContinuousSMul, which requires simultaneous continuity in both variables.)
Main definitions #
ContinuousConstSMul Γ T: typeclass saying that the mapx ↦ γ • xis continuous onT;ProperlyDiscontinuousSMul: says that the scalar multiplication(•) : Γ → T → Tis properly discontinuous, that is, for any pair of compact setsK, LinT, only finitely manyγ:ΓmoveKto have nontrivial intersection withL.Homeomorph.smul: scalar multiplication by an element of a groupΓacting onTis a homeomorphism ofT.
Main results #
isOpenMap_quotient_mk'_mul: The quotient map by a group action is open.t2Space_of_properlyDiscontinuousSMul_of_t2Space: The quotient by a discontinuous group action of a locally compact t2 space is t2.
Tags #
Hausdorff, discrete group, properly discontinuous, quotient space
- continuous_const_smul : ∀ (γ : Γ), Continuous fun x => γ • x
The scalar multiplication
(•) : Γ → T → Tis continuous in the second argument.
Class ContinuousConstSMul Γ T says that the scalar multiplication (•) : Γ → T → T
is continuous in the second argument. We use the same class for all kinds of multiplicative
actions, including (semi)modules and algebras.
Note that both ContinuousConstSMul α α and ContinuousConstSMul αᵐᵒᵖ α are
weaker versions of ContinuousMul α.
Instances
- continuous_const_vadd : ∀ (γ : Γ), Continuous fun x => γ +ᵥ x
The additive action
(+ᵥ) : Γ → T → Tis continuous in the second argument.
Class ContinuousConstVAdd Γ T says that the additive action (+ᵥ) : Γ → T → T
is continuous in the second argument. We use the same class for all kinds of additive actions,
including (semi)modules and algebras.
Note that both ContinuousConstVAdd α α and ContinuousConstVAdd αᵐᵒᵖ α are
weaker versions of ContinuousVAdd α.
Instances
If an additive action is central, then its right action is continuous when its left action is.
If a scalar is central, then its right action is continuous when its left action is.
Equations
- (_ : ContinuousConstVAdd M αᵒᵈ) = inst
Equations
- (_ : ContinuousConstSMul M αᵒᵈ) = inst
Equations
- (_ : ContinuousConstVAdd Mᵒᵈ α) = inst
Equations
- (_ : ContinuousConstSMul Mᵒᵈ α) = inst
The homeomorphism given by affine-addition by an element of an additive group Γ acting on
T is a homeomorphism from T to itself.
Equations
Instances For
The homeomorphism given by scalar multiplication by a given element of a group Γ acting on
T is a homeomorphism from T to itself.
Equations
Instances For
Scalar multiplication by a non-zero element of a group with zero acting on α is a
homeomorphism from α onto itself.
Equations
- Homeomorph.smulOfNeZero c hc = Homeomorph.smul (Units.mk0 c hc)
Instances For
smul is a closed map in the second argument.
The lemma that smul is a closed map in the first argument (for a normed space over a complete
normed field) is isClosedMap_smul_left in Analysis.NormedSpace.FiniteDimension.
smul is a closed map in the second argument.
The lemma that smul is a closed map in the first argument (for a normed space over a complete
normed field) is isClosedMap_smul_left in Analysis.NormedSpace.FiniteDimension.
- finite_disjoint_inter_image : ∀ {K L : Set T}, IsCompact K → IsCompact L → Set.Finite {γ | (fun x => γ • x) '' K ∩ L ≠ ∅}
Given two compact sets
KandL,γ • K ∩ Lis nonempty for finitely manyγ.
Class ProperlyDiscontinuousSMul Γ T says that the scalar multiplication (•) : Γ → T → T
is properly discontinuous, that is, for any pair of compact sets K, L in T, only finitely many
γ:Γ move K to have nontrivial intersection with L.
Instances
- finite_disjoint_inter_image : ∀ {K L : Set T}, IsCompact K → IsCompact L → Set.Finite {γ | (fun x => γ +ᵥ x) '' K ∩ L ≠ ∅}
Given two compact sets
KandL,γ +ᵥ K ∩ Lis nonempty for finitely manyγ.
Class ProperlyDiscontinuousVAdd Γ T says that the additive action (+ᵥ) : Γ → T → T
is properly discontinuous, that is, for any pair of compact sets K, L in T, only finitely many
γ:Γ move K to have nontrivial intersection with L.
Instances
A finite group action is always properly discontinuous.
A finite group action is always properly discontinuous.
The quotient map by a group action is open, i.e. the quotient by a group action is an open quotient.
The quotient map by a group action is open, i.e. the quotient by a group action is an open quotient.
The quotient by a discontinuous group action of a locally compact t2 space is t2.
The quotient by a discontinuous group action of a locally compact t2 space is t2.
The quotient of a second countable space by an additive group action is second countable.
The quotient of a second countable space by a group action is second countable.
Scalar multiplication preserves neighborhoods.