Skip to Content
Math4201Topology I (Lecture 9)

Math4201 Topology I (Lecture 9)

Convergence of sequences

Let (X,T)(X,\mathcal{T}) be a topological space and {xn}nN+\{x_n\}_{n\in\mathbb{N}_+} be a sequence of points in XX. We say xnxx_n\to x as nn\to \infty (xnx_n converges to xx as nn\to \infty)

if for any open neighborhood UU of xx, there exists NN+N\in\mathbb{N}_+ such that nN,xnU\forall n\geq N, x_n\in U.

Example of convergence of sequences

Let X={a,b,c}X=\{a,b,c\} with the topology T={,{b},{a,b},{b,c},{a,b,c}}\mathcal{T}=\{\emptyset, \{b\}, \{a,b\}, \{b,c\}, \{a,b,c\}\}

Let xn=bx_n=b for all nN+n\in\mathbb{N}_+. Then xnbx_n\to b as nn\to \infty.

Moreover, xnax_n\to a as nn\to \infty since any open neighborhood of aa ({a,b}\{a,b\},{a,b,c}\{a,b,c\}) contains bb.

Without loss of generality, xncx_n\to c as nn\to \infty since any open neighborhood of cc ({b,c}\{b,c\},{a,b,c}\{a,b,c\}) contains bb.

You may find convergence of sequences in more than one point.

Let xn=ax_n=a for all nN+n\in\mathbb{N}_+. Then xnax_n\to a as nn\to \infty (take U={a,b}U=\{a,b\})

A non-example of convergence of sequences:

Let xn={a,n is evenc,n is oddx_n=\begin{cases}a, & n\text{ is even} \\ c, & n\text{ is odd}\end{cases}. Then xnx_n does not converge to any point in XX. So this sequence does not have a limit in (X,T)(X,\mathcal{T}).

More special topologies

Hausdorff space

A topological space (X,T)(X,\mathcal{T}) is a Hausdorff space if for any two distinct points x,yXx,y\in X, there exist open neighborhoods UU and VV of xx and yy respectively such that UV=U\cap V=\emptyset.

Non-example of Hausdorff space

Let X={a,b,c}X=\{a,b,c\} with the topology T={,{b},{a,b},{b,c},{a,b,c}}\mathcal{T}=\{\emptyset, \{b\}, \{a,b\}, \{b,c\}, \{a,b,c\}\}

Let x=a,y=bx=a,y=b. Then they don’t have disjoint open neighborhoods.

This topology is not a Hausdorff space.

If a topological space is a Hausdorff space, then every sequence has a unique limit point or have no limit point.

Properties of Hausdorff space

Let (X,T)(X,\mathcal{T}) be a Hausdorff space. Then every sequence {xn}nN+\{x_n\}_{n\in\mathbb{N}_+} converges to xx and yy, then x=yx=y.

Tip

We want to show if xyx\neq y, then there exists an open neighborhood UU of xx and VV of yy such that UV=U\cap V=\emptyset.

Proof

We proceed by contradiction.

Suppose xyx\neq y, then by definition of Hausdorff space, there exists an open neighborhood UU of xx and VV of yy such that UV=U\cap V=\emptyset.

If xnx_n converges to xx, then for any open neighborhood UxU_x of xx, there exists NxN+N_x\in\mathbb{N}_+ such that nNx,xnUx\forall n\geq N_x, x_n\in U_x. Similarly, for any open neighborhood UyU_y of yy, there exists NyN+N_y\in\mathbb{N}_+ such that nNy,xnUy\forall n\geq N_y, x_n\in U_y.

Then we can find N=max{Nx,Ny}N=max\{N_x,N_y\} such that xnUxUyx_n\in U_x\cap U_y for all nNn\geq N. This contradicts the assumption that UV=U\cap V=\emptyset.

Therefore, x=yx=y.

Properties of closed singleton

Let (X,T)(X,\mathcal{T}) be a Hausdorff topological space. Then xX\forall x\in X, {x}\{x\} is a closed set.

Non-example of closed singleton

Let X={a,b,c}X=\{a,b,c\} with the topology T={,{b},{a,b},{b,c},{a,b,c}}\mathcal{T}=\{\emptyset, \{b\}, \{a,b\}, \{b,c\}, \{a,b,c\}\}

Then {b}\{b\} is not a closed set, since X{b}={a,c}X\setminus \{b\}=\{a,c\} is not an open set.

Proof

We need to show that A=X{x}A=X\setminus \{x\} is an open set.

Take yAy\in A, then by the assumption, xx and yy have disjoint open neighborhoods UxU_x and VyV_y respectively. xUxx\in U_x and yVyy\in V_y and UxVy=U_x\cap V_y=\emptyset.

So xVyx\notin V_y, yVyy\in V_y. So AyA,yxVyA\subseteq\bigcup_{y\in A,y\neq x} V_y.

Since Vy,xVy\forall V_y,x\notin V_y, So AyA,yxVyA\subseteq\bigcup_{y\in A,y\neq x} V_y.

So A=yA,yxVyA=\bigcup_{y\in A,y\neq x} V_y is an arbitrary union of open sets, so AA is an open set.

Therefore, {x}\{x\} is a closed set.

Continuous

Continuous functions

Definition for continuous functions

Let (X,T)(X,\mathcal{T}) and (Y,T)(Y,\mathcal{T}') be topological spaces and f:XYf:X\to Y. We say that ff is continuous if for every open set VYV\in Y, f1(V){xX:f(x)V}f^{-1}(V)\coloneqq\{x\in X: f(x)\in V\} is open in XX.

That is, VT,f1(V)T\forall V\in \mathcal{T}', f^{-1}(V)\in \mathcal{T}.

Definition for point-wise continuity

Let (X,T)(X,\mathcal{T}) and (Y,T)(Y,\mathcal{T}') be topological spaces and f:XYf:X\to Y. We say that ff is continuous at xXx\in X if for every open set VTV\in \mathcal{T}' such that f(x)Vf(x)\in V, there exists an open set UTU\in \mathcal{T} such that xUx\in U and f(U)Vf(U)\subseteq V. (f1(V)f^{-1}(V) contains an open neighborhood of xx)

Lemma for continuous functions

f:XYf:X\to Y is continuous if and only if xX\forall x\in X, ff is continuous at xx.

Proof

\Rightarrow:

Trivial

\Leftarrow:

Take an open set VTV\in \mathcal{T}'. Then for any point xf1(V)x\in f^{-1}(V), we have f(x)Vf(x)\in V.

In particular, by definition of continuity at xx, there exists an open set UxU_x of xx such that Uxf1(V)U_x\subseteq f^{-1}(V).

Then f1(V)=xf1(V)Uxf^{-1}(V)=\bigcup_{x\in f^{-1}(V)} U_x is an arbitrary union of open sets, so f1(V)f^{-1}(V) is open in XX.

Example of continuous functions

Let XX be any set and T\mathcal{T} be the discrete topology on XX, T\mathcal{T}' be the trivial topology on XX.

Let f:(X,T)(X,T)f:(X,\mathcal{T})\to (X,\mathcal{T}') be the identity function. Then ff is continuous.

Since forall VTV\in \mathcal{T}', VV is open in XX, we can find f1(V)f^{-1}(V) is open in XX. (only neet to test X,X,\emptyset)

In general, if TT is a finer than TT', then f:(X,T)(X,T)f:(X,\mathcal{T})\to (X,\mathcal{T}') be the identity map is continuous.

However, if we let f:(X,T)(X,T)f:(X,\mathcal{T}')\to (X,\mathcal{T}) be the identity function, then ff is not continuous unless XX is a singleton.

Definition for constant maps

Let X,YX,Y be topological spaces and y0Yy_0\in Y, f:XYf:X\to Y is defined by f(x)=y0f(x)=y_0 for all xXx\in X. Then ff is continuous.

Proof

Take an open set VTV\in \mathcal{T}'. f1(V)={X,y0V,y0Vf^{-1}(V)=\begin{cases}X, & y_0\in V \\ \emptyset, & y_0\notin V\end{cases} is open in XX. (by definition of topology, X,X,\emptyset are open in XX)

Example of inclusion maps

Let XX be a topological space and AXA\subseteq X equipped with the subspace topology.

Let f:AXf:A\to X be the inclusion map f(x)=xf(x)=x for all xAx\in A.

Then take VXV\subseteq X be an open set. f1(V)=VAAf^{-1}(V)=V\cap A\subseteq A is open in AA (by subspace topology).

Last updated on