Homeomorphism is a mathematical concept that refers to a continuous mapping between two topological spaces that has a continuous inverse. In simple terms, it is a way to describe the notion of "sameness" or "equivalence" between different spaces. Also see [[Diffeomorphism]].
Two [[Topological Space|topological spaces]] are said to be **homeomorphic** if there exists a homeomorphism between them. This means that there is a function that maps points from one space to the other in such a way that the continuity and invertibility properties are preserved.
Formally, let $X$ and $Y$ be two topological spaces. A function $f: X -> Y$ is called a **homeomorphism** if it satisfies the following conditions:
1. $f$ is continuous: This means that for any open set $U$ in $Y$, the preimage of $U$ under $f$ (i.e., $f^(-1)(U)$) is an open set in $X$.
2. $f$ has an inverse: There exists a function $g: Y -> X$ such that $g o f = id_X$ (the identity function on $X$) and $f o g = id_Y$ (the identity function on $Y$).
Intuitively, homeomorphisms preserve topological properties like connectivity, compactness, and dimensionality. If two spaces are homeomorphic, they share similar geometric features and can be considered essentially the same from a topological perspective.
Homeomorphisms play an important role in various branches of mathematics, particularly in topology. They provide a way to classify and compare different topological spaces based on their structural similarities. Additionally, they help establish relationships between different mathematical objects and provide insights into their properties.
### Examples:
1. **Circle and Ellipse**: A circle and an ellipse are homeomorphic. You can stretch a circle into an ellipse or compress an ellipse into a circle without cutting or gluing, which means that both shapes have the same topological structure.
2. **Coffee Cup and Doughnut (Torus)**: A famous example is that a coffee cup (with one handle) and a doughnut (torus) are homeomorphic. By gradually deforming the cup (stretching and bending), it can be reshaped into a doughnut without any cuts or tears. Both objects have one hole, so they are topologically equivalent.
3. **Line Segment and Open Interval**: A line segment and an open interval on the real number line are homeomorphic. You can stretch the segment to cover any open interval, and the continuous inverse function can shrink the interval back to the original segment.
### Non-Example:
- A circle and a figure-eight shape are **not** homeomorphic. The figure-eight has two distinct loops, while a circle has only one. No continuous transformation can map one to the other without tearing or gluing.
### Importance in Topology:
Homeomorphisms are fundamental in topology because they capture the idea of two spaces being "the same" from a topological viewpoint. If two spaces are homeomorphic, their topological properties, such as connectedness or compactness, are preserved. This allows mathematicians to classify spaces based on their topological equivalence rather than their exact geometrical shape.
### Intuition:
Think of homeomorphisms as a way to "morph" one shape into another by stretching, compressing, or bending. As long as you don't tear, glue, or create discontinuities, the two shapes are homeomorphic and are considered essentially the same from a topological perspective.
### Conclusion:
In summary, a **homeomorphism** is a special type of function that provides a way to show that two topological spaces are equivalent in terms of their shape and structure. Two spaces that are homeomorphic can be continuously transformed into one another, and thus they share the same topological properties.
# References
```dataview
Table title as Title, authors as Authors
where contains(subject, "Homeomorphism")
sort title, authors, modified
```