Module docstring
{"# Homeomorphisms
This file defines homeomorphisms between two topological spaces. They are bijections with both
directions continuous. We denote homeomorphisms with the notation ≃ₜ.
Main definitions and results
Homeomorph X Y: The type of homeomorphisms fromXtoY. This type can be denoted using the following notation:X ≃ₜ Y.HomeomorphClass:HomeomorphClass F A Bstates thatFis a type of homeomorphisms.Homeomorph.symm: the inverse of a homeomorphismHomeomorph.trans: composing two homeomorphisms- Homeomorphisms are open and closed embeddings, inducing, quotient maps etc.
Homeomorph.homeomorphOfContinuousOpen: A continuous bijection that is an open map is a homeomorphism.Homeomorph.homeomorphOfUnique: if bothXandYhave a unique element, thenX ≃ₜ Y.Equiv.toHomeomorph: an equivalence between topological spaces respecting openness is a homeomorphism.IsHomeomorph: the predicate that a function is a homeomorphism
"}