Documentation

Mathlib.Topology.Algebra.Constructions.DomMulAct

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
Instances For

    DomAddAct.mk as a homeomorphism.

    Equations
    Instances For
      @[deprecated DomMulAct.isInducing_mk (since := "2024-10-28")]

      Alias of DomMulAct.isInducing_mk.

      @[deprecated DomMulAct.isEmbedding_mk (since := "2024-10-26")]

      Alias of DomMulAct.isEmbedding_mk.

      @[deprecated DomMulAct.isQuotientMap_mk (since := "2024-10-22")]

      Alias of DomMulAct.isQuotientMap_mk.

      @[deprecated DomMulAct.isClosedEmbedding_mk (since := "2024-10-20")]

      Alias of DomMulAct.isClosedEmbedding_mk.

      @[deprecated DomMulAct.isOpenEmbedding_mk (since := "2024-10-18")]

      Alias of DomMulAct.isOpenEmbedding_mk.

      @[deprecated DomMulAct.isInducing_mk_symm (since := "2024-10-28")]

      Alias of DomMulAct.isInducing_mk_symm.

      @[deprecated DomMulAct.isEmbedding_mk_symm (since := "2024-10-26")]

      Alias of DomMulAct.isEmbedding_mk_symm.

      @[deprecated DomMulAct.isClosedEmbedding_mk_symm (since := "2024-10-20")]

      Alias of DomMulAct.isClosedEmbedding_mk_symm.

      @[deprecated DomMulAct.isQuotientMap_mk_symm (since := "2024-10-22")]

      Alias of DomMulAct.isQuotientMap_mk_symm.

      @[simp]
      theorem DomMulAct.map_mk_nhds {M : Type u_1} [TopologicalSpace M] (x : M) :
      Filter.map (⇑DomMulAct.mk) (nhds x) = nhds (DomMulAct.mk x)
      @[simp]
      theorem DomAddAct.map_mk_nhds {M : Type u_1} [TopologicalSpace M] (x : M) :
      Filter.map (⇑DomAddAct.mk) (nhds x) = nhds (DomAddAct.mk x)
      @[simp]
      @[simp]
      @[simp]
      theorem DomMulAct.comap_mk.symm_nhds {M : Type u_1} [TopologicalSpace M] (x : M) :
      Filter.comap (⇑DomMulAct.mk.symm) (nhds x) = nhds (DomMulAct.mk x)
      @[simp]
      theorem DomAddAct.comap_mk.symm_nhds {M : Type u_1} [TopologicalSpace M] (x : M) :
      Filter.comap (⇑DomAddAct.mk.symm) (nhds x) = nhds (DomAddAct.mk x)