Is $X = [0,1] \bigcup [2,3]$ connected?

311 Views Asked by At

Let $X = [0,1] \cup [2,3]$ be a metric space with the euclidean metric, is it connected?

Im not sure because i think..

  1. It is connected because $X$ is complete and clearly not path connected.
  2. It is incomplete because $X$ cannot be written as the union of 2 non empty disjoint open sets. They can only be written as the union of 2 non empty disjoint closed sets $[0,1]$, $[2,3]$.
3

There are 3 best solutions below

0
On

Define $f(x)$ to be 0 for $x\in[0,1]$ and $1$ for $x\in[2,3]$. This function is continuous on the specfied domain. Your answer is right there.

3
On

"Disjoint open sets" refers to the topology of $X$, not to some topology of an embedding space (for which you presumably take $\Bbb R$). A subset of the space $X$ is understood to be open when it is so in the topology inherited from $\Bbb R$, aka. "relatively open". That is, $A\subseteq X$ is open in $X$ iff there exists an open subset of $\Bbb R$ such that $A=X\cap U$. Now note that $(-1,2)$ and $(1,4)$ are open subsets of $\Bbb R$.

0
On

Recall that $A \subset X$ is connected if there is a separation of $A$: a set $C \subset A$ which is clopen in $A$.

Now, set $A = [0,1] \cup [2,3]$.

$[0,1] = A \cap [0,1]$ so it is closed in $A$. Similarly $[2,3]$ is closed in $A$.

Observe that $A - [0,1] = [2,3]$ which is open in $A$ because $A \cap (1.5,3.5) = [2,3]$. Hence $[0,1]$ is clopen in $A$, and $A$ is therefore not connected.