ConceptComplete

Components and Local Connectedness

Connected components partition a space into its maximal connected pieces, providing a structural decomposition. Local connectedness ensures that this decomposition behaves well with respect to the topology.


Connected Components

Definition4.8Connected Component

Let XX be a topological space and xXx \in X. The connected component of xx, denoted C(x)C(x), is the largest connected subset of XX containing xx: C(x)={AX:A is connected and xA}.C(x) = \bigcup \{A \subseteq X : A \text{ is connected and } x \in A\}.

This is well-defined since the union of connected sets with a common point is connected.

Theorem4.6Properties of Connected Components
  1. The connected components of XX form a partition of XX.
  2. Each connected component is closed.
  3. A connected subset of XX is contained in a single connected component.
  4. XX is connected if and only if it has exactly one connected component.
Proof

(1): Define xyx \sim y if xx and yy belong to a common connected subset. This is an equivalence relation (reflexive: {x}\{x\} is connected; symmetric: obvious; transitive: x,zAx, z \in A connected, z,yBz, y \in B connected with zABz \in A \cap B, so ABA \cup B is connected and contains both xx and yy). The equivalence classes are exactly the connected components.

(2): If CC is a connected component, then C\overline{C} is connected (closure of a connected set) and contains CC. By maximality, C=CC = \overline{C}, so CC is closed.

(3): If AA is connected, all points of AA are equivalent under \sim, so AA lies in one component.

RemarkComponents Need Not Be Open

Connected components are always closed but not necessarily open. They are open if and only if XX is locally connected (see below). For instance, in Q\mathbb{Q} with the subspace topology, the connected components are singletons {q}\{q\}, which are not open.


Totally Disconnected Spaces

Definition4.9Totally Disconnected Space

A topological space XX is totally disconnected if the connected components are all singletons, i.e., the only connected subsets are single points.

ExampleTotally Disconnected Spaces
  1. Q\mathbb{Q} with the standard topology is totally disconnected: between any two rationals there is an irrational, which "separates" them.

  2. The Cantor set C[0,1]C \subseteq [0,1] is totally disconnected, compact, and uncountable. It is homeomorphic to {0,1}N\{0, 1\}^{\mathbb{N}} with the product topology.

  3. Any discrete space is totally disconnected.

  4. The pp-adic integers Zp\mathbb{Z}_p are totally disconnected, compact, and uncountable.


Local Connectedness

Definition4.10Locally Connected Space

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

Equivalently, XX is locally connected if it has a basis of connected open sets.

RemarkLocal vs. Global Connectedness

Local connectedness and connectedness are independent properties:

| | Connected | Not Connected | |---|---|---| | Locally Connected | Rn\mathbb{R}^n, manifolds | R{0}\mathbb{R} \setminus \{0\} | | Not Locally Connected | Topologist's sine curve | Q\mathbb{Q} |

Theorem4.7Components in Locally Connected Spaces

A space XX is locally connected if and only if every connected component of every open subspace of XX is open.

In particular, if XX is locally connected, then the connected components of XX are both open and closed.

Proof

(\Rightarrow): Assume XX is locally connected. Let UU be open in XX and CC a connected component of UU (in the subspace topology). For any xCx \in C, local connectedness gives a connected open neighborhood VV of xx with VUV \subseteq U. Since VV is connected and intersects CC (at xx), we have VCV \subseteq C. So CC is open.

(\Leftarrow): Let xXx \in X and UU an open neighborhood of xx. The connected component CC of xx in UU is open (by hypothesis). So CC is a connected open neighborhood of xx contained in UU.


Quasi-Components

Definition4.11Quasi-Component

The quasi-component of a point xXx \in X is the intersection of all clopen subsets of XX containing xx: Q(x)={AX:A is clopen and xA}.Q(x) = \bigcap \{A \subseteq X : A \text{ is clopen and } x \in A\}.

Theorem4.8Components and Quasi-Components

For every xXx \in X, the connected component C(x)Q(x)C(x) \subseteq Q(x). If XX is locally connected, then C(x)=Q(x)C(x) = Q(x).

Proof

C(x)C(x) is connected and contained in every clopen set containing xx (since a connected set meeting a clopen set is contained in it). Thus C(x)Q(x)C(x) \subseteq Q(x).

If XX is locally connected, components are clopen, so Q(x)C(x)Q(x) \subseteq C(x) (since C(x)C(x) is a clopen set containing xx).

ExampleQuasi-Components Can Differ from Components

Let X={(0,0),(0,1)}{(1/n,y):nZ+,0y1}X = \{(0, 0), (0, 1)\} \cup \{(1/n, y) : n \in \mathbb{Z}^+, \, 0 \leq y \leq 1\} with the subspace topology from R2\mathbb{R}^2. The connected components of (0,0)(0, 0) and (0,1)(0, 1) are the singletons {(0,0)}\{(0,0)\} and {(0,1)}\{(0,1)\} respectively. However, they share the same quasi-component {(0,0),(0,1)}\{(0,0), (0,1)\}, since every clopen set containing (0,0)(0,0) must also contain (0,1)(0,1) (the segments {1/n}×[0,1]\{1/n\} \times [0,1] connect the "levels" y=0y = 0 and y=1y = 1, and any clopen set must include them all or none for large nn).