In metric spaces
Definition: Connected sets in metric spaces
Given a metric space , a subset is said to be connected if for all other (nonempty) subsets where
we have . The sets which satisfy the equality above are said to be separated; a subset is connected if it is not the union of two (nonempty) separated sets.
In topological spaces
Definition: Separation, connected set in topological space
Given a topological space , a separation of is a pair of open subsets which are non-empty, disjoint, and have .
We say a set is connected if there does not exist any separation of . Equivalently, is connected if and only if the only sets that are both closed and open are and .
Connected subspaces
Lemma: Facts about connectedness
- (i) If is a connected subspace and form a separation of , then or .
- (ii) If is connected and , then is also connected.
- (iii) Conditions for the union of connected subspaces to be connected. Suppose is a collection of connected subspaces of such that there exists a “special” index such that for all other , we have . Then is connected.
Path-connectedness and continuity
Definition: Path, path-connected
Let be a topological space. Given , a path from is a continuous map such that and .
We say is path-connected if for all , there exists a path from to .
Proposition: If
X
is path-connected, thenX
is connected.
Proposition: Continuous functions preserve (path-)connectedness
Let be a continuous function between topological spaces. Then:
- (i) If is connected, then so is .
- (ii) If is path-connected, then so is .
Examples
Intervals in
Theorem: Every interval of the real numbers is connected.
On the other hand, subsets of that are not intervals cannot be connected. One example is the rationals ; then and is a separation.
The straight line path
Definition: Straight line path
The straight line path between any two points , where and , is defined by
The following sets are all path-connected, and hence connected:
- Any interval in ;
- ;
- Any ball in ;
- If , the set for some ;
- with countably many points removed (but not uncountably many—imagine removing the x-axis of !).
Any two points of the first three sets are connected via the straight line path. In the final set, points are connected either by the straight line path or, if , we can define a path by
where is a path from to and is a path from to for some ; note that is continuous by the pasting lemma.
🔺Exercise. Finish showing that these sets are path-connected by showing that the straight line path is indeed contained in the set.
Connected but not path-connected
Review
- Show that any two intervals of the reals are homeomorphic, so the domain of a path can be defined with an arbitrary interval. ⭐