Continuous Functions and Homeomorphisms
What You’ll Learn
Section titled “What You’ll Learn”In this lesson you’ll meet the preimage definition of continuity, check that it agrees with epsilon-delta, learn what a homeomorphism is and why the inverse must also be continuous, and see how to prove two spaces are not homeomorphic.
The Concept
Section titled “The Concept”Continuity, restated
Section titled “Continuity, restated”is continuous if is open in for every open .
That is the whole definition. No epsilons, no distances, no sequences - and it works in any topological space.
The figure pulls an open band back through two functions. For , the band pulls back to , an open set. For the step function, the band pulls back to a set containing its own left boundary point, which is not open. The figure decides openness by checking whether the function value at a run boundary lands strictly inside the band, so the verdict is computed rather than asserted.
Notice the direction. Continuity is about preimages, not images. A continuous function can easily map an open set to a non-open one: sends the open set to , which is not open. Maps that do send open sets to open sets are called open maps, and that is a separate property.
Why this matches epsilon-delta
Section titled “Why this matches epsilon-delta”For metric spaces the two definitions agree, and seeing why explains where the epsilons came from.
Suppose is always open, and fix and . The ball is open, so is open and contains . Being open, it contains a ball . That is exactly the one epsilon-delta asks for.
Running the argument backwards gives the converse. The epsilon-delta definition is the preimage definition with the balls written out.
Equivalent formulations
Section titled “Equivalent formulations”All of these are the same condition, and different ones are convenient in different proofs:
- is open for every open
- is closed for every closed
- is open for every in a basis of - usually the cheapest to check
- for every
- For every and every neighbourhood of , there is a neighbourhood of with
The basis version is worth remembering: to show a map into is continuous you need only check preimages of open intervals.
Standard facts
Section titled “Standard facts”- Compositions of continuous maps are continuous, immediately from .
- Constant maps are continuous: the preimage is or .
- The identity is continuous.
- Restrictions of continuous maps to subspaces are continuous.
- Any map from a discrete space is continuous, since every preimage is open.
- Any map into a trivial space is continuous, since the only open sets to pull back are and .
Those last two are worth pausing on. They say that continuity depends on the topologies as much as on the function - the same function can be continuous or not depending on which topologies you place on the two sets.
Homeomorphism
Section titled “Homeomorphism”is a homeomorphism if is a bijection, is continuous, and is continuous.
Equivalently, is a continuous bijection that is also an open map. Spaces related by a homeomorphism are homeomorphic, written , and they are indistinguishable by any topological property.
The inverse condition is not redundant. Consider
This is a continuous bijection. Its inverse is not continuous: points on either side of on the circle are close to each other, but their preimages, near 0 and near , are far apart. The map glues the two ends of the interval together, and the inverse has to tear them.
So and are not homeomorphic, which we can confirm independently: removing one point disconnects the circle never, and disconnects the interval sometimes.
There is one important case where the condition comes free:
A continuous bijection from a compact space to a Hausdorff space is automatically a homeomorphism.
That saves a great deal of work later, and it is why so many theorems specify compact and Hausdorff.
Proving two spaces are not homeomorphic
Section titled “Proving two spaces are not homeomorphic”You cannot do it by failing to find a map. You exhibit a topological property one has and the other lacks:
| Invariant | Distinguishes |
|---|---|
| Cardinality | trivially different sizes |
| Number of components | from |
| Compactness | from |
| Connectedness after removing a point | from |
| Number of non-cut points | from |
| Fundamental group | from the torus |
The cut-point technique deserves highlighting because it is so cheap: if then removing corresponding points must leave homeomorphic spaces, so any difference in what removal does is a proof.
Embeddings
Section titled “Embeddings”An embedding is a map that is a homeomorphism onto its image.
This is the right notion when you care how a space sits inside another. A knotted circle and an unknotted circle in are homeomorphic as spaces but are not equivalent embeddings, and knot theory studies exactly that difference.
Worked Examples
Section titled “Worked Examples”Example 1: Show is continuous using preimages.
Solution. By the basis criterion it suffices to check preimages of open intervals .
If the preimage is empty. If it is . If it is
Every case is open, so is continuous ✓
For specifically this gives , matching the figure. ∎
Example 2: Show a continuous map need not send open sets to open sets.
Solution. With , the image of the open set is , which is not open, since 0 has no interval around it inside the image.
Continuity constrains preimages only. ∎
Example 3: Show the step function is not continuous by a preimage.
Solution. Let for and for . Then
which is not open, since no interval around 0 stays inside it.
Answer: not continuous. ∎
Example 4: Show any map from a discrete space is continuous.
Solution. Let carry the discrete topology and let be arbitrary. For any open , the set is a subset of , and every subset of a discrete space is open.
Answer: continuous. ∎
Continuity is a statement about the topologies, not only the formula. The same function becomes discontinuous if is given a coarser topology.
Example 5: Exhibit a continuous bijection that is not a homeomorphism.
Solution. with is a continuous bijection.
The inverse fails continuity at . Take the open set , which is open in the subspace. Its image is an arc containing the point but no full neighbourhood of it in , so the image is not open - meaning is not an open map and is not continuous.
Answer: not a homeomorphism. ∎
Example 6: Show .
Solution. The map
is a continuous bijection from to , and its inverse is continuous too.
∎
Boundedness is not topological. A bounded space and an unbounded one can be homeomorphic, which is exactly why compactness rather than boundedness is the topological notion.
Example 7: Show by cut points.
Solution. Call a non-cut point if is still connected. In the non-cut points are 0 and 1, so there are two. In only 0 qualifies, so there is one.
A homeomorphism would carry non-cut points to non-cut points, so the counts would have to agree.
∎
Real-World Applications
Section titled “Real-World Applications”Coordinate charts. A manifold is defined by homeomorphisms from patches of it onto open subsets of . Map projections are exactly such charts for the Earth, and the fact that no single chart covers the sphere is a topological statement.
Data embedding. Dimensionality reduction methods aim to embed data homeomorphically into a low-dimensional space. When the method distorts the topology - merging separate clusters, or tearing a loop - the failure is a failure of homeomorphism.
Mesh parameterization. Flattening a 3D surface patch for texturing requires a homeomorphism onto a planar region, and it is impossible without cutting when the patch has the wrong topology. Graphics tools detect this and introduce seams.
Robot workspace equivalence. Two mechanisms with homeomorphic configuration spaces admit the same motion-planning strategies, even if the machines look nothing alike. Recognizing the equivalence saves reimplementation.
Circuit layout. Whether a circuit can be drawn on a plane without crossings is a topological question about the graph, and it determines whether a single-layer board suffices.
Protein structure. Comparing folds uses topological equivalence rather than exact geometry, because the same functional shape appears with quite different coordinates.
Retrying will remove your ✅ checkmark until you pass again.