Path connectedness of comb space

729 Views Asked by At

I'm studying elementary topology and stumbled upon the comb space. It says in my notes that the comb space is "obviously" path connected, however I fail to see this. Of course I can create a path between every two points, but if I choose the points (0.5,0) and (0,0.5) I don't see how the function can be continuous at (0,0), which it has to pass through, as it's not a smooth transition. I imagine my mistake is understanding what continuity really is in a topological space, but can't really put my finger in it. Appreciate any help!

1

There are 1 best solutions below

1
On

If you want to define a path from $(\frac12, 0)$ to $(0, \frac12)$ you can just use parametrisations of the line segments via $(0,0)$: $p_1(t) = (1-t)(\frac12,0) + t(0,0) = (\frac12(1-t), 0)$ from $[0,1]$ to $X$, is clearly continuous, and the same holds for $p_2(t) = (1-t)(0,0) + t(0, \frac12) = (0,\frac12 t)$ from $[0,1]$ to $X$. Then we can combine these paths in the usual way:

  • $p(t) = p_1(2t) = (\frac12(1-2t), 0) = (\frac12-t, 0)$ for $0 \le t \le \frac12$.
  • $p(t) = p_2(2t-1) = (0, \frac12(2t-1))= (0,t-\frac12)$ for $\frac12 \le t \le 1$.

This is continuous by the glueing or pasting lemma: $p$ is defined on two closed sets $[0,\frac12]$ and $[\frac12,1]$ separately by a continuous formula (composition of $t \to 2t$ on $[0,\frac12]$ and $p_1$ etc.) and coincide with each other on the overlap $\{\frac12\}$, as $p(\frac12) = p_1(1) = p_2(0) = (0,0)$, which is needed to make this at all well-defined as a function. So $p$ is then in total a continuous function. There is no problem of continuity at $(0,0)$ at all, it's just the standard joining point of the two separate continuous paths in $X$.