ConceptComplete

Path Connectedness

Path connectedness is a stronger form of connectedness defined in terms of the existence of continuous paths between points. While every path-connected space is connected, the converse fails in general. Path connectedness is the more intuitive notion and is the foundation of homotopy theory.


Definition

Definition4.4Path

Let XX be a topological space. A path in XX from xx to yy is a continuous map γ:[0,1]X\gamma: [0, 1] \to X with γ(0)=x\gamma(0) = x and γ(1)=y\gamma(1) = y. We say xx and yy are the endpoints of the path.

Definition4.5Path-Connected Space

A topological space XX is path-connected if for every pair of points x,yXx, y \in X, there exists a path in XX from xx to yy.

ExamplePath-Connected Spaces
  1. Rn\mathbb{R}^n is path-connected: The straight-line path γ(t)=(1t)x+ty\gamma(t) = (1-t)x + ty connects any two points.

  2. SnS^n for n1n \geq 1 is path-connected: Any two non-antipodal points are connected by a great circle arc. Antipodal points are connected by going through a third point.

  3. Convex sets: Any convex subset of Rn\mathbb{R}^n is path-connected.

  4. The punctured plane R2{0}\mathbb{R}^2 \setminus \{0\} is path-connected (but R{0}\mathbb{R} \setminus \{0\} is not).


Path Connectedness Implies Connectedness

Theorem4.3Path-Connected Implies Connected

Every path-connected space is connected.

Proof

Suppose XX is path-connected and X=UVX = U \cup V is a separation. Pick xUx \in U and yVy \in V. Since XX is path-connected, there exists a continuous path γ:[0,1]X\gamma: [0,1] \to X with γ(0)=x\gamma(0) = x and γ(1)=y\gamma(1) = y.

Then [0,1]=γ1(U)γ1(V)[0,1] = \gamma^{-1}(U) \cup \gamma^{-1}(V) is a separation of [0,1][0,1]: both sets are open (since γ\gamma is continuous), nonempty (0γ1(U)0 \in \gamma^{-1}(U), 1γ1(V)1 \in \gamma^{-1}(V)), and disjoint. But [0,1][0,1] is connected, a contradiction.

RemarkThe Converse Fails

The topologist's sine curve S={(x,sin(1/x)):x>0}S = \overline{\{(x, \sin(1/x)) : x > 0\}} is connected but not path-connected. There is no continuous path from (0,0)(0, 0) to (1/π,0)(1/\pi, 0) that stays in SS. Intuitively, any path approaching the origin must oscillate infinitely, preventing continuity.


Path Components

Definition4.6Path Component

The relation "there exists a path from xx to yy" is an equivalence relation on XX (using constant paths for reflexivity, reversed paths for symmetry, and concatenated paths for transitivity). The equivalence classes are called path components of XX.

The set of path components is denoted π0(X)\pi_0(X).

ExamplePath Components
  1. π0(Rn)={}\pi_0(\mathbb{R}^n) = \{*\} (one path component) for n1n \geq 1.
  2. π0(R{0})={(,0),(0,)}\pi_0(\mathbb{R} \setminus \{0\}) = \{(-\infty, 0), (0, \infty)\} (two path components).
  3. π0(Q)=Q\pi_0(\mathbb{Q}) = \mathbb{Q} (every point is its own path component, since Q\mathbb{Q} is totally disconnected).
  4. The topologist's sine curve has one connected component but two path components.

Path Connectedness under Standard Operations

Theorem4.4Preservation of Path Connectedness
  1. The continuous image of a path-connected space is path-connected.
  2. If {Aα}\{A_\alpha\} is a family of path-connected subsets with αAα\bigcap_\alpha A_\alpha \neq \emptyset, then αAα\bigcup_\alpha A_\alpha is path-connected.
  3. A product αXα\prod_\alpha X_\alpha is path-connected if and only if each XαX_\alpha is path-connected.
Proof

(1): Let f:XYf: X \to Y be continuous with XX path-connected. For y1,y2f(X)y_1, y_2 \in f(X), choose x1,x2x_1, x_2 with f(xi)=yif(x_i) = y_i. Let γ\gamma be a path from x1x_1 to x2x_2 in XX. Then fγf \circ \gamma is a path from y1y_1 to y2y_2 in f(X)f(X).

(2): Fix pαAαp \in \bigcap_\alpha A_\alpha. For any x,yαAαx, y \in \bigcup_\alpha A_\alpha, xAαx \in A_\alpha and yAβy \in A_\beta for some α,β\alpha, \beta. There are paths from xx to pp in AαA_\alpha and from pp to yy in AβA_\beta. Concatenating gives a path from xx to yy.

(3): A path in Xα\prod X_\alpha is a map γ:[0,1]Xα\gamma: [0,1] \to \prod X_\alpha, which is continuous if and only if each παγ:[0,1]Xα\pi_\alpha \circ \gamma: [0,1] \to X_\alpha is continuous (by the universal property of products). So γ\gamma is a path from x\mathbf{x} to y\mathbf{y} in the product if and only if each παγ\pi_\alpha \circ \gamma is a path from xαx_\alpha to yαy_\alpha in XαX_\alpha.


Locally Path-Connected Spaces

Definition4.7Locally Path-Connected

A space XX is locally path-connected if for every xXx \in X and every open neighborhood UU of xx, there exists an open neighborhood VV of xx with VUV \subseteq U such that VV is path-connected.

Equivalently, XX has a basis of path-connected open sets.

Theorem4.5Locally Path-Connected and Connected Implies Path-Connected

If XX is connected and locally path-connected, then XX is path-connected.

Proof

Fix x0Xx_0 \in X. Let UU be the set of points that can be connected to x0x_0 by a path in XX. We show UU is clopen.

UU is open: If xUx \in U, let VV be a path-connected neighborhood of xx. For any yVy \in V, concatenate a path from x0x_0 to xx with a path from xx to yy in VV. So VUV \subseteq U.

UU is closed: If xUx \in \overline{U}, let VV be a path-connected neighborhood of xx. Then VUV \cap U \neq \emptyset; pick yVUy \in V \cap U. There is a path from x0x_0 to yy, and a path from yy to xx in VV. Concatenating gives a path from x0x_0 to xx, so xUx \in U.

Since UU is clopen, nonempty (x0Ux_0 \in U), and XX is connected, U=XU = X.

ExampleLocally Path-Connected Spaces
  • Open subsets of Rn\mathbb{R}^n are locally path-connected.
  • Manifolds are locally path-connected (locally homeomorphic to Rn\mathbb{R}^n).
  • CW complexes are locally path-connected.
  • The topologist's sine curve is not locally path-connected at points on the segment {0}×[1,1]\{0\} \times [-1, 1].