Topology: Locally Connected and Locally Path-Connected Spaces

Locally Connected Spaces

Recall that each topological space X is the set-theoretic disjoint union of its connected components, but in general (e.g. for X=Q) fails to be the topological disjoint union. The problem is that the connected components in general aren’t open in X. We’ll seek to right this wrong here, by looking at a specific class of topological spaces.

Definition. A topological space X is said to be locally connected if

  • for each open subset U\subseteq X and x\in U, there exists a connected open subset V of X such that x\in V\subseteq U.

locally_connected_defn

Note that since U is open in X, any subset V\subseteq U is open in U if and only if it’s open in X. In such instances, we’ll sometimes abuse our language and say “V is open” without specifying the ambient space.

One useful way to judge if a space is locally connected is as follows.

Proposition 1. A topological space X is locally connected if and only if it has a basis all of whose elements are connected.

Proof.

(→) Let U\subseteq X be open; we need to show it’s a union of connected open subsets of X. Indeed, for x\in U, by local connectedness, there’s a connected open subset V\subseteq U containing x. So U is indeed a union of connected open subsets.

(←) Let U\subseteq X be open and x\in U. Now we can write U as a union of connected open subsets. One of these (say V) must contain x. ♦

The key property we wish to prove is:

Theorem 2. If X is locally connected, then every connected component of X is open in X. Hence X is the topological disjoint union of its connected components.

Proof.

Let x\in Y, where Y is a connected component of X. By definition, x is contained in some open connected subset U of X. Since Y is a maximal connected set containing x, we have x\in U\subseteq Y. This shows that Y is open in X. ♦

Important Non-Example

Take our favourite topologist’s sine curve X=Y\cup Z where:

Y = \{0\} \times[0,1]   and   Z=\{(x, \sin(1/x) : 0 < x\le 1\}.

We saw that X is connected. However it is not locally-connected since for any 0 < \epsilon < 1, the ε-neighbourhood of the origin contains more than one (in fact infinitely many!) connected components:

sine_curve_expand

This also shows that connected spaces are generally not locally connected.

Corollary. A locally connected space X is totally disconnected if and only if it’s discrete.

Proof.

If X is totally disconnected, each {x} is a connected component; since X is locally connected, each connected component is open in X. ♦

blue-lin

Properties of Locally Connected Spaces

Similar to the case of locally compact, the following result explains why the property is “local”.

Proposition 3. Let X be a topological space.

  • If U\subseteq X is open, and X is locally connected, then so is U.
  • If X=\cup_i U_i is a union of open subsets and each Ui is locally connected, then so is X.

Proof.

1st statement: let x\in U' where U’ is open in U. Then U’ is open in X so there exists a connected open subset V of X such that x\in V\subseteq U'. This V is also open in U.

2nd statement: let U\subseteq X be open and x\in U. Then x\in U_i for some i. By local connectedness of Ui, and x\in U_i\cap U \subseteq U_i, there exists a connected open subset V of Ui ∩ U such that x\in V\subseteq U_i\cap U. Thus, x\in V\subseteq U. ♦

warning

It’s not true that if fX → Y is continuous and X is locally connected, then so is f(X). Indeed, let XQ with the discrete topology and YQ as a subspace of R. The identity map on the underlying set Q then gives a surjective continuous map but Y is not locally connected. [ Recall that if we replace “locally connected” with “connected”, then this is true. ]

warning

Closed subsets of locally connected spaces are not locally connected in general. E.g. take XR and Y = \{0\} \cup \{\frac 1 n : n= 1, 2, \ldots\}. Then Y is closed in X, but there’s no connected open subset of 0 in Y.

Proposition 4. If X and Y are locally connected topological spaces, then so is X × Y.

Proof.

Since X is locally connected, there is a basis BX comprising of open connected subsets. Likewise, pick such a basis BY for Y. Then B:= \{U\times V: U\in B_X, V\in B_Y\} is a basis of X × Y comprising of open connected subsets. ♦

warning

This does not hold for infinite products. For example, let X = {0, 1}N, where {0, 1} is given the discrete topology. We claim that X is totally disconnected.

Indeed, suppose some connected component Y contains (x_n), (y_n) \in X where x_n \ne y_n for some n. Then projecting to the n-th component gives a surjective map \pi_n : Y\to \{0, 1\} which violates the theorem that the continuous image of a connected set is connected.

Hence, X is a totally disconnected space which is not discrete (since it’s compact by Tychonoff theorem), so it can’t be locally connected (see corollary to theorem 2).

Examples

  1. Any discrete set is locally connected since we can take V={x}.
  2. Since the open intervals in R are connected, R has a basis of connected open subsets and is thus locally connected.
  3. Hence Rn is also locally connected by proposition 4, as is any open subset of Rn by proposition 3.
  4. Let X = [0, 1]; then X is connected and locally connected. For example, at 0, any open subset must contain [0, \epsilon) for some ε>0, which is open in X.
  5. Q is totally disconnected yet not discrete, so it’s not locally connected.

blue-lin

Locally Path-Connected Spaces

Correspondingly, we have locally path-connected spaces.

Definition. A topological space X is locally path-connected if

  • for each open subset U\subseteq X and x\in U, there exists a path-connected open subset V of X such that x\in V\subseteq U.

The earlier properties all carry over since the proofs can be replicated by replacing “path-connected” with “connected” whenever it appears in the text.

Proposition 5. A topological space X is locally path-connected if and only if it has a basis all of whose elements are connected.

Theorem 6. If X is locally path-connected, then every path-connected component of X is open in X. Hence X is the topological disjoint union of its path-connected components.

Proposition 7. Let X be a topological space.

  • If U\subseteq X is open, and X is locally path-connected, then so is U.
  • If X=\cup_i U_i is a union of open subsets and each Ui is locally path-connected, then so is X.

Proposition 8. If X and Y are locally path-connected, then so is X × Y.

Examples (same as earlier).

  1. Any discrete set is locally path-connected since we can take V={x}.
  2. Since the open intervals in R are path-connected, R has a basis of path-connected open subsets and is thus locally path-connected.
  3. Hence Rn is also locally path-connected, as is any open subset of Rn.
  4. Let X = [0, 1]; then X is path-connected and locally path-connected. For example, at 0, any open subset must contain [0, \epsilon) for some ε>0, which is open in X.
  5. Q is totally disconnected; since each connected component is a disjoint union of path components, we see that the only path components of Q are {x}. Hence, Q is not locally path-connected, for if it were, Q would have to be the disjoint union of all {x} and hence discrete.

Let’s see if we can find counter-examples similar to those for local connectedness.

Non-Properties

1. Not true: if X is path-connected, then it’s locally path-connected.

Take the circle S^1 = \{ (x,y)\in\mathbf{R}^2 : x^2 + y^2=1\} and consider an infinite sequence of wheel spokes: X_0 = [0, 1] \times \{0\} and:

X_n = \{ (t\cos \frac\pi n, t\sin \frac\pi n) : \frac n {n+1}\le t\le 1\}, for n = 1, 2, … .

Now take X := S^1 \cup \left(\cup_{n=0}^\infty X_n\right):

path_connected_but_not_loc

Now there’s no path-connected open subset V such that (0,0)\in V\subseteq N_X((0, 0), \frac 1 2). On the other hand, X is clearly path-connected.

2. Not true: if fX → Y is continuous and X is locally path-connected, then so is Y.

Same example as before: let X=Q with the discrete topology and Y=Q as a subspace of R. Then the identity map on Q is continuous and X is locally path-connected, but f(X) = Y is not.

3. Not true: a product of infinitely many locally path-connected spaces is locally path-connected.

Same example as before: X = {0, 1}N, where {0, 1} is given the discrete topology. We saw earlier that X is totally disconnected, so the components (and hence path components) are singleton sets. On the other hand, X is not discrete, so it cannot be locally path-connected.

blue-lin

Relationship Between (Locally) Connected & Path-connected

Finally, let’s examine the relationship between the two notions. Since path-connected sets are connected, we have:

1. A locally path-connected space is also locally connected.

The converse isn’t true.

2. A locally connected space is not locally path-connected in general.

This is hard: one can find a counter-example in Munkres, “Topology“, 2nd edition, page 162, chapter 25, exercise 3.

3. If X is connected and locally path-connected, then it’s path-connected.

Pick any path component Y of X. Since X is locally path-connected, Y is open in X. The complement XY is a union of path components, each open in X, so it’s open too. Thus Y is a clopen subset of X and we must have Y=X.

Summary

The following summarises various properties of compactness, connectedness and path-connectedness. Note: for any property that mentions local compactness, we also assume X is Hausdorff.

C Compact Connected Path-connected
If X is C, and f:XY is continuous, then f(X) is C. 🙂 🙂 🙂
If each Xi is C, then their product also is C. 🙂 🙂 🙂
C implies (locally C). 🙂
If X is locally C, then so is any open subset U of X. 🙂 🙂 🙂
If X is locally C, then so is any closed subset of X. 🙂
If X = \cup_i U_i is a union of open subsets and each Ui is locally C, then so is X. 🙂 🙂 🙂
If f:XY is continuous and X is locally C, then so is f(X).
If X and Y are locally C, then so is X × Y. 🙂 🙂 🙂
If each Xi is locally C for infinitely many i, then so is their product.
This entry was posted in Notes and tagged , , , , , , , , . Bookmark the permalink.

4 Responses to Topology: Locally Connected and Locally Path-Connected Spaces

  1. McDidda says:

    What do you mean by “Recall that each topological space X is the set-theoretic disjoint union of its connected components, but in general (e.g. for X=Q) fails to be the topological disjoint union. “?
    Isn’t Q also disjoint union of connected components?

  2. limsup says:

    Sorry for the late reply. Q is set-theoretically the disjoint union of its connected components, but not the topological disjoint union, simply because a singleton point is not an open subset of Q.

  3. liminf says:

    You state that $Y$ and $Z$ are connected components of topologist’s sine curve, a connected space. However, any connected space should have itself as the only connected component.

Leave a comment