Skip to Content
Math4201Topology I (Lecture 23)

Math4201 Topology I (Lecture 23)

Connectedness of topological spaces

Connected space

Definition of connected space

Let XX be a topological space. XX is separated if there exist two disjoint nonempty open subsets U,VXU,V\subset X such that X=UVX=U\cup V.

If XX is not separated, then XX is connected.

Any interval in R\mathbb{R} with standard topology is connected

Let I=[a,b]I=[a,b] be an interval in R\mathbb{R} with standard topology. Then II is connected.

Proof

By contradiction, we assume that U,VU,V give a separation of R\mathbb{R}. In particular, aU,bV\exists a\in U, b\in V.

Let a0sup{xU[a,b]}a_0\coloneqq \sup\{x\in U\cap [a,b]\}. Note that aU[a,b]a\in U\cap [a,b], so a0aa_0\geq a. Since any element of U[a,b]U\cap [a,b] is less than or equal to bb, a0ba_0\leq b.

Case 1: a0=aa_0=a

Since UU is open, there is ϵ>0\epsilon>0 such that [a,a+ϵ)U[a,b][a,a+\epsilon)\subset U\cap [a,b]. So a0a+ϵ>aa_0\geq a+\epsilon>a, which contradicts the definition of a0a_0.

Case 2: a0=ba_0=b.

Since VV is open, there is ϵ>0\epsilon>0 such that (bϵ,b]V[a,b](b-\epsilon,b]\subseteq V\cap [a,b]. This implies that bϵb-\epsilon is also an upper bound of U[a,b]U\cap [a,b], so a0bϵ<ba_0\leq b-\epsilon<b, which contradicts the definition of a0a_0.

Case 3: a<a0<ba<a_0<b.

Subcase I: a0Ua_0\in U.

There is an ϵ>0\epsilon>0 such that (a0ϵ,a0+ϵ)U[a,b](a_0-\epsilon,a_0+\epsilon)\subset U\cap [a,b] because UU is open.

In particular, a0a_0 is greater than any element of (a0ϵ,a0+ϵ)(a_0-\epsilon,a_0+\epsilon), which contradicts the definition of a0a_0.

Subcase II: a0Va_0\in V.

There is an ϵ>0\epsilon>0 such that (a0ϵ,a0+ϵ)V[a,b](a_0-\epsilon,a_0+\epsilon)\subset V\cap [a,b] because VV is open.

In particular, a0a_0 is less than any element of (a0ϵ,a0+ϵ)(a_0-\epsilon,a_0+\epsilon). Since a0a_0 is an upper bound of U[a,b]U\cap [a,b], any point >a0>a_0 is not in U[a,b]U\cap [a,b].

So, U[a,b][a,a0ϵ)U\cap [a,b]\subseteq [a,a_0-\epsilon). This shows that a0ϵa_0-\epsilon is an upper bound of U[a,b]U\cap [a,b], which contradicts the definition of a0a_0.

Intuitively, since both sets in R\mathbb{R} are open, you cannot set a clear boundary between the two sets by least upper bound argument.

Corollary as Intermediate Value Theorem

If f:[a,b]Rf:[a,b]\to \mathbb{R} is continuous, and cRc\in\mathbb{R} is such that f(a)<c<f(b)f(a)<c<f(b), then there exists x[a,b]x\in [a,b] such that f(x)=cf(x)=c.

Proof

Since [a,b][a,b] is connected, since ff is continuous, f([a,b])f([a,b]) is connected.

By contradiction, if cf([a,b])c\notin f([a,b]), then f([a,b])f([a,b]) has two points f(a),f(b)f(a),f(b) and cc is a point between that isn’t in f([a,b])f([a,b]). This contradicts the connectedness of f([a,b])f([a,b]).

So f(a)<c<f(b)f(a)<c<f(b) or f(b)<c<f(a)f(b)<c<f(a) must hold.

Definition of path-connected space

A topological space XX is path-connected if for any two points x,xXx,x'\in X, there is a continuous map γ:[0,1]X\gamma:[0,1]\to X such that γ(0)=x\gamma(0)=x and γ(1)=x\gamma(1)=x'. Any such continuous map is called a path from xx to xx'.

Note

Path-connectedness is a stronger condition than connectedness.

Theorem of path-connectedness and connectedness

Any path-connected space is connected.

Proof

By contradiction, let U,VU,V be a separation of XX. In particular, xU,xV\exists x\in U, x'\in V.

Since XX is path-connected, γ:[0,1]X\exists \gamma:[0,1]\to X such that γ(0)=x\gamma(0)=x and γ(1)=x\gamma(1)=x'.

Then since γ\gamma is continuous, γ1(U)\gamma^{-1}(U) and γ1(V)\gamma^{-1}(V) are open in [0,1][0,1] and [0,1]=γ1(U)γ1(V)[0,1]=\gamma^{-1}(U)\cup \gamma^{-1}(V). We want to show that this gives a separation of [0,1][0,1].

Since UV=U\cap V=\emptyset, γ1(U)\gamma^{-1}(U) and γ1(V)\gamma^{-1}(V) are disjoint.

UV=XU\cup V=X so γ1(U)γ1(V)=[0,1]\gamma^{-1}(U)\cup \gamma^{-1}(V)=[0,1].

Each of γ1(U)\gamma^{-1}(U) and γ1(V)\gamma^{-1}(V) is non-empty because xU    0γ1(U)x\in U\implies 0\in \gamma^{-1}(U) and xV    1γ1(V)x'\in V\implies 1\in \gamma^{-1}(V).

This contradicts the assumption that [0,1][0,1] is connected.

Example of path-connected space

A subspace XX of Rn\mathbb{R}^n is convex if for any two points x,xXx,x'\in X, the line segment connecting xx and xx' is contained in XX.

In particular BR(x)B_R(x) is convex. So XX is path-connected.


Let X=Rn{0}X=\mathbb{R}^n\setminus\{0\}. with n2n\geq 2. Then XX is path-connected. (simply walk around the origin)

Theorem for invariant property of connectedness

If f:XYf:X\to Y is a continuous and surjective map, and XX is connected, then YY is connected.

Proof

Take y,yYy,y'\in Y, since ff is surjective, x,xX\exists x,x'\in X such that f(x)=yf(x)=y and f(x)=yf(x')=y'. Let γ:[0,1]X\gamma:[0,1]\to X be a path from xx to xx'.

Then fγ:[0,1]Yf\circ \gamma:[0,1]\to Y is a continuous map. and fγ(0)=yf\circ \gamma(0)=y and fγ(1)=yf\circ \gamma(1)=y'.

Example of connected but not path-connected space

Let A={(x,y)R2y=sin(1/x),x>0}A=\{(x,y)\in \mathbb{R}^2\mid y=\sin(1/x), x>0\}. Then AA is connected, and also path-connected.

However, take A=A{0}×[1,1]\overline{A}=A\cup \{0\}\times [-1,1]. Then A\overline{A} is not path-connected but connected.

Show next time

Last updated on