The Unapologetic Mathematician

Mathematics for the interested outsider

The Image of a Connected Space

One theorem turns out to be very important when we’re dealing with connected spaces, or even just with a connected component of a space. If f is a continuous map from a connected space X to any topological space Y, then the image f(X)\subseteq Y is connected. Similarly, if X is path-connected then its image is path-connected.

The path-connected version is actually more straightforward. Let’s say that we pick points y_0 and y_1 in f(X). Then there must exist x_0 and x_1 with f(x_0)=y_0 and f(x_1)=y_1. By path-connectedness there is a function g:\left[0,1\right]\rightarrow X with g(0)=x_0 and g(1)=x_1, and so f(g(0))=y_0 and f(g(1))=y_1. Thus the composite function g\circ f:\left[0,1\right]\rightarrow Y is a path from y_0 to y_1.

Now for the connected version. Let’s say that f(X) is disconnected. Then we can write it as the disjoint union of two nonempty closed sets B_1 and B_2 by putting some connected components in the one and some in the other. Taking complements we see that both of these sets are also open. Then we can consider their preimages f^{-1}(B_1) and f^{-1}(B_2), whose union is X since every point in X lands in either B_1 or B_2.

By the continuity of f, each of these preimages is open. Seeing as each is the complement of the other, they must also both be closed. And neither one can be empty because some points in X land in each of B_1 and B_2. Thus we have a nontrivial clopen set in X, contradicting the assumption that it’s connected. Thus the image f(X) must have been connected, as was to be shown.

From this theorem we see that the image of any connected component under a continuous map f must land entirely within a connected component of the range of f. For example, any map from a connected space to a totally disconnected space (one where each point is a connected component) must be constant.

When we specialize to real-valued functions, this theorem gets simple. Notice that a connected subset of \mathbb{R} is just an interval. It may contain one or both endpoints, and it may stretch off to infinity in one or both directions, but that’s about all the variation we’ve got. So if X is a connected space then the image f(X) of a continuous function f:X\rightarrow\mathbb{R} is an interval.

An immediate corollary to this fact is the intermediate value theorem. Given a connected space X, a continuous real-valued function f, and points x_1,x_2\in X with f(x_1)=a_1 and f(x_2)=a_2 (without loss of generality, a_1<a_2), then for any b\in\left(a_1,a_2\right) there is a y\in X so that f(y)=b. That is, a continuous function takes all the values between any two values it takes. In particular, if X is itself an interval in \mathbb{R} we get back the old intermediate value theorem from calculus.

January 3, 2008 Posted by | Analysis, Calculus, Point-Set Topology, Topology | 7 Comments