2

I feel they are homeomorphic

But if we remove the intersection point from $\infty $ we get two disconnected components, right ?

3 Answers3

6

You have correctly observed that your feeling is wrong: since removing a point from a figure-eight may result in a disconnected space, but removing a point from a circle never will, the two spaces are not homeomorphic.

But this isn't quite the end of the story. Why did you feel that they should be homeomorphic? And, what do the facts leading to that feeling actually imply?

I can think of two ways one might be led to believe that they are "essentially the same shape:

  • Artistic license. The process of drawing a figure-eight seems the same as the process of drawing a circle (you just "slightly change" the details of how the pencil moves around). What's going on here is that this process of drawing is really a continuous function (your pencil doesn't "jump") from TIME - which we can think of as $[0,1]$, in the sense that there's a start time $0$, a stop time $1$, and time is "line-like" - to the plane $\mathbb{R}^2$, and the resulting curve is the image of this function. That is: both the circle and the figure-eight are the continuous image of the same space. Moreover, the continuous functions "drawing" each shape - taking the codomains as the curves being drawn, not $\mathbb{R}^2$ - are "almost bijective:" each is trivially surjective, and going from $[0,1]$ to the circle we only have one non-injectivity (we wind up where we start, so $0$ and $1$ get "glued together") and going from $[0,1]$ to the figure eight we only have two non-injectivities (we wind up where we start and along the way we cross our path). But this kind of "almost homeomorphism" is quite deceptive: e.g. there is no almost-injective continuous surjection from the figure-eight to the circle, or from the circle to the line (but there is one from the circle to the figure-eight)!

  • Accidentally using scissors We often think of topology as "ignoring small distortions," and so one might feel that we should be able to "unpinch" the x-point in the figure-eight to get a circle(-ish shape). However, this is not in fact a "topologically innocent" transformation - there is a sense in which it is "small," but it does change the homeomorphism type of the space.

None of the ideas above are silly - "small deviations" from nice behavior are often interesting, and later on you may see e.g. the notion of an immersion - but they do not correspond to genuine homeomorphicitude.

Noah Schweber
  • 245,398
3

As you have realized, a useful topological invariant is the set of path components $\pi_0$. A continuous map $f\colon X\rightarrow Y$ must induce a map on path components $f\colon \pi_0(X)\rightarrow \pi_0(Y)$. This is because it respects the equivalence relation which defines path components; if $\beta\colon I\rightarrow X$ is a path from $x$ to $x'$ (both points in $X$), then $f\circ \beta \colon I\rightarrow Y$ is a path from $f(x)$ to $f(x')$. Importantly, homeomorphisms induce bijections on $\pi_0$ (this is an easy exercise).

This is often useful in "local" considerations like the one you make in your question. Indeed, if $x\in X$ then $f$ must induce a homeomorphism from $X\setminus x$ to $Y\setminus f(x)$. But this will then induce a bijection between $\pi_0 (X\setminus x)$ and $\pi_0 (Y\setminus f(x))$.

o.h.
  • 1,212
2

No, they are not. The fundamental group of "O" is isomorphic to the group of integers. However, using Van Kampen's theorem, one can see that the fundamental group of the figure eight is isomorphic to the free product on two sets of integers: Z*Z. The first group is abelian, while the second is not. Therefore they do not have isomorphic fundamental groups and the spaces cannot be homeomorphic.

Another proof - using only point-set topology: Assume they are homeomorphic. Then the figure eight minus the center point p must be homeomorphic to the circle O minus some point q. However, removing the point from the figure eight results in a non-connected space, while the circle minus a point is still connected. Contradiction, as homeomorphism preserves connectedness.

MH1992
  • 21