Connectedness in R
A set is connected if it cannot be split into two disjoint nonempty open pieces. In , the connected sets are precisely the intervals (including singletons, rays, and the whole line). Connectedness is the topological property underlying the Intermediate Value Theorem: continuous images of connected sets are connected.
Definition
A set is connected if it is not the union of two disjoint nonempty open sets (in the subspace topology). That is, is connected if there do not exist open sets such that:
- and ,
- ,
- .
A set that is not connected is disconnected.
Connectedness means the set has "no gaps" — you cannot separate it into two pieces with a gap in between. In , this is equivalent to being an interval.
Any interval (open, closed, half-open, bounded or unbounded) is connected. For instance, , , , and are all connected. The proof uses the completeness of : if with disjoint open, then choosing and , the supremum must lie in either or , leading to a contradiction.
The set is disconnected. Take and . Then and are disjoint nonempty open sets in , and .
The rationals are disconnected. For any irrational (e.g., ), let and . Then and are nonempty, disjoint, and cover . So is not connected.
Characterization of connected sets in R
A subset is connected if and only if is an interval. That is, is connected iff whenever with , every also lies in .
() If is an interval and with disjoint open in , choose , with . Let . Then , so or . Both cases lead to contradictions using the openness of and .
() If is not an interval, there exist with and some with . Then and separate .
The following are all connected:
- Bounded closed: .
- Bounded open: .
- Half-open: , .
- Rays: , , , .
- The whole line: .
- Singletons: .
Intermediate Value Theorem
If is connected and is continuous, then is connected.
Since connected in means is an interval, and connected means is an interval, Theorem 3.2 implies the Intermediate Value Theorem (IVT):
If is continuous, then takes on every value between and .
If , then . Since is connected, is connected, hence an interval. Thus , so there exists with .
Let . Then and . By the IVT, there exists with . Thus the cubic has a real root between and .
If is continuous, then has a fixed point: there exists with . Proof: consider . Then and . By IVT, for some .
Path-connectedness
A set is path-connected if for any two points , there exists a continuous function (a path) with and .
For subsets of , connectedness and path-connectedness are equivalent. Both are equivalent to being an interval. In higher dimensions (e.g., ), there are connected sets that are not path-connected (e.g., the topologist's sine curve).
Summary
Connectedness characterizes intervals in :
- Connected sets are intervals (no gaps).
- Continuous images of connected sets are connected (IVT).
- Path-connectedness is equivalent to connectedness in .
See Intermediate Value Theorem for detailed applications, and Metric Spaces for generalizations.