Documentation

Mathlib.Topology.Homeomorph.Quotient

Homeomorphisms between quotient spaces #

def Homeomorph.Quot.congr {X : Type u_1} {Y : Type u_2} [TopologicalSpace X] [TopologicalSpace Y] {rX : XXProp} {rY : YYProp} (e : X ≃ₜ Y) (eq : ∀ (x₁ x₂ : X), rX x₁ x₂ rY (e x₁) (e x₂)) :

A homeomorphism e : X ≃ₜ Y generates a homeomorphism between quotient spaces, if rX x₁ x₂ ↔ rY (e x₁) (e x₂).

Equations
Instances For
    def Homeomorph.Quot.congrRight {X : Type u_1} [TopologicalSpace X] {r r' : XXProp} (eq : ∀ (x₁ x₂ : X), r x₁ x₂ r' x₁ x₂) :

    Quotient spaces for equal relations are homeomorphic.

    Equations
    Instances For
      def Homeomorph.Quot.congrLeft {X : Type u_1} {Y : Type u_2} [TopologicalSpace X] [TopologicalSpace Y] {r : XXProp} (e : X ≃ₜ Y) :
      Quot r ≃ₜ Quot fun (y₁ y₂ : Y) => r (e.symm y₁) (e.symm y₂)

      A homeomorphism e : X ≃ₜ Y generates an equivalence between the quotient space of X by a relation rX and the quotient space of Y by the image of this relation under e.

      Equations
      Instances For
        def Homeomorph.Quotient.congr {X : Type u_1} {Y : Type u_2} [TopologicalSpace X] [TopologicalSpace Y] {rX : Setoid X} {rY : Setoid Y} (e : X ≃ₜ Y) (eq : ∀ (x₁ x₂ : X), rX x₁ x₂ rY (e x₁) (e x₂)) :

        A homeomorphism e : X ≃ₜ Y generates a homeomorphism between quotient spaces, if rX x₁ x₂ ↔ rY (e x₁) (e x₂).

        Equations
        Instances For
          def Homeomorph.Quotient.congrRight {X : Type u_1} [TopologicalSpace X] {r r' : Setoid X} (eq : ∀ (x₁ x₂ : X), r x₁ x₂ r' x₁ x₂) :

          Quotient spaces for equal relations are homeomorphic.

          Equations
          Instances For

            The quotient by the trivial relation is homeomorphic to the original space.

            Equations
            Instances For