Topological space structure on Mᵈᵐᵃ and Mᵈᵃᵃ #
In this file we define TopologicalSpace structure on Mᵈᵐᵃ and Mᵈᵃᵃ
and prove basic theorems about these topologies.
The topologies on Mᵈᵐᵃ and Mᵈᵃᵃ are the same as the topology on M.
Formally, they are induced by DomMulAct.mk.symm and DomAddAct.mk.symm,
since the types aren't definitionally equal.
Tags #
topological space, group action, domain action
Put the same topological space structure on Mᵈᵐᵃ as on the original space.
Equations
Put the same topological space structure on Mᵈᵃᵃ as on the original space.
Equations
DomMulAct.mk as a homeomorphism.
Equations
- DomMulAct.mkHomeomorph = { toEquiv := DomMulAct.mk, continuous_toFun := ⋯, continuous_invFun := ⋯ }
Instances For
DomAddAct.mk as a homeomorphism.
Equations
- DomAddAct.mkHomeomorph = { toEquiv := DomAddAct.mk, continuous_toFun := ⋯, continuous_invFun := ⋯ }
Instances For
Alias of DomMulAct.isInducing_mk.
Alias of DomMulAct.isEmbedding_mk.
Alias of DomMulAct.isQuotientMap_mk.
Alias of DomMulAct.isInducing_mk_symm.
Alias of DomMulAct.isEmbedding_mk_symm.
Alias of DomMulAct.isQuotientMap_mk_symm.