Skip to content

Commit

Permalink
doc(topology/homeomorph): module docs (#8086)
Browse files Browse the repository at this point in the history
I really wanted to write more, but there's really not much to say about something that is a stronger bijection :b



Co-authored-by: Eric <37984851+ericrbg@users.noreply.github.com>
  • Loading branch information
ericrbg and ericrbg committed Jun 26, 2021
1 parent b874abc commit 0817020
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions src/topology/homeomorph.lean
Expand Up @@ -5,6 +5,25 @@ Authors: Johannes Hölzl, Patrick Massot, Sébastien Gouëzel, Zhouhang Zhou, Re
-/
import topology.dense_embedding

/-!
# Homeomorphisms
This file defines homeomorphisms (continuous bijections) between two topological spaces.
We denote homeomorphisms with the notation `≃ₜ`.
# Main definitions
* `homeomorph α β`: The type of homeomorphisms from `α` to `β`.
This type can be denoted using the following notation: `α ≃ₜ β`.
# Main results
* Pretty much every topological property is preserved under homeomorphisms.
* `homeomorph.homeomorph_of_continuous_open`: A continuous bijection that is
an open map is a homeomorphism.
-/

open set filter
open_locale topological_space

Expand Down

0 comments on commit 0817020

Please sign in to comment.