Is "connected via simple chain" a transitive relation?

395 Views Asked by At

Definition. Let $(X,\tau)$ be a topological space and $a,b\in X$. We will say that $a$ and $b$ are connected by a simple chain of open sets if there exists open sets $U_1,U_2,\ldots,U_n$ such that $a\in U_1$ only and $b\in U_n$ only and $U_i\cap U_{j}\ne\emptyset$ iff $|i-j|\le 1$.


Then we know that $(X,\tau)$ is connected iff given any open cover $\mathscr{U}$ of $X$ and any two points $a,b\in X$, there exists a simple chain of open sets of $\mathscr{U}$ connecting $a$ and $b$. (See this for clarification.)

Let $(X,\tau)$ be a topological space and $\mathscr{U}$ be an open cover of $X$. define a relation $\sim_{\mathscr{U}}$ on $X$ as follows, $$a\sim_{\mathscr{U}} b\iff a\ \text{and}\ b\ \text{are connected via a simple chain of open sets from}\ \mathscr{U}$$

Question

Is $\sim_{\mathscr{U}}$ a transitive relation on $X$?

2

There are 2 best solutions below

2
On BEST ANSWER

Hint: being connected by a chain of open sets (the same thing, but with condition restricted to $\lvert i-j\rvert\leq 1\implies U_i\cap U_j\neq\emptyset$) is clearly transitive. Now note that if $U_1,\ldots,U_n,\ldots,U_k,\ldots,U_m$ is a chain and $U_n\cap U_k\neq \emptyset$, then $U_1,\ldots,U_n,U_k,\ldots,U_m$ is also a chain.

4
On

You write

"Then we know that $(X,\tau)$ is connected iff given any open cover $U$ of $X$ and any two points $a,b \in X$, there exists a simple chain of open sets of $U$ connecting $a$ and $b$."

Do you really know that? Let $X =\{a, b\}$, and $U = \{ \emptyset, X, \{b\}\}.$

It looks to me as if this $X$ is connected, but there's no chain from $a$ to $b$ because you've required that $a \in U_1$ only, and $b \in U_2$ only.

Maybe I don't understand what "only" modifies here. Does it mean that among all the $U_i$, the only one that contains $a$ is $U_1$? Or does it mean that $U_1$ contains $a$ but not $b$, while $U_n$ contains $b$ but not $a$.

In either case, this example seems to fail. So it's tough to answer the rest of your question. But for any reasonable interpretation I can put on it, it appears to me that in the topology I described, it's not true that $a \sim_U a$.