Skip to Content
Math4201Exam reviewsMath 4201 Final Exam Review

Math 4201 Final Exam Review

Note

This is a review for definitions we covered in the classes. It may serve as a cheat sheet for the exam if you are allowed to use it.

Topological space

Basic definitions

Definition for topological space

A topological space is a pair of set XX and a collection of subsets of XX, denoted by T\mathcal{T} (imitates the set of “open sets” in XX), satisfying the following axioms:

  1. T\emptyset \in \mathcal{T} and XTX \in \mathcal{T}
  2. T\mathcal{T} is closed with respect to arbitrary unions. This means, for any collection of open sets {Uα}αI\{U_\alpha\}_{\alpha \in I}, we have αIUαT\bigcup_{\alpha \in I} U_\alpha \in \mathcal{T}
  3. T\mathcal{T} is closed with respect to finite intersections. This means, for any finite collection of open sets {U1,U2,,Un}\{U_1, U_2, \ldots, U_n\}, we have i=1nUiT\bigcap_{i=1}^n U_i \in \mathcal{T}

Definition of open set

UXU\subseteq X is an open set if UTU\in \mathcal{T}

Definition of closed set

ZXZ\subseteq X is a closed set if XZTX\setminus Z\in \mathcal{T}

Warning

A set is closed is not the same as its not open.

In all topologies over non-empty sets, X,X, \emptyset are both closed and open.

Basis

Definition of topological basis

For a set XX, a topology basis, denoted by B\mathcal{B}, is a collection of subsets of XX, such that the following properties are satisfied:

  1. For any xXx \in X, there exists a BBB \in \mathcal{B} such that xBx \in B (basis covers the whole space)
  2. If B1,B2BB_1, B_2 \in \mathcal{B} and xB1B2x \in B_1 \cap B_2, then there exists a B3BB_3 \in \mathcal{B} such that xB3B1B2x \in B_3 \subseteq B_1 \cap B_2 (every non-empty intersection of basis elements are also covered by a basis element)

Definition of topology generated by basis

Let B\mathcal{B} be a basis for a topology on a set XX. Then the topology generated by B\mathcal{B} is defined by the set as follows:

TB{UXxU,BB such that xBU}\mathcal{T}_{\mathcal{B}} \coloneqq \{ U \subseteq X \mid \forall x\in U, \exists B\in \mathcal{B} \text{ such that } x\in B\subseteq U \}

This is basically a closure of B\mathcal{B} under arbitrary unions and finite intersections

Lemma of topology generated by basis

UTB    {Bα}αIBU\in \mathcal{T}_{\mathcal{B}}\iff \exists \{B_\alpha\}_{\alpha \in I}\subseteq \mathcal{B} such that U=αIBαU=\bigcup_{\alpha \in I} B_\alpha

Definition of basis generated from a topology

Let (X,T)(X, \mathcal{T}) be a topological space. Then the basis generated from a topology is CB\mathcal{C}\subseteq \mathcal{B} such that UT\forall U\in \mathcal{T}, xU\forall x\in U, BC\exists B\in \mathcal{C} such that xBUx\in B\subseteq U.

Definition of subbasis of topology

A subbasis of a topology is a collection ST\mathcal{S}\subseteq \mathcal{T} such that USU=X\bigcup_{U\in \mathcal{S}} U=X.

Definition of topology generated by subbasis

Let ST\mathcal{S}\subseteq \mathcal{T} be a subbasis of a topology on XX, then the basis generated by such subbasis is the closure of finite intersection of S\mathcal{S}

BS{BB is the intersection of a finite number of elements of S}\mathcal{B}_{\mathcal{S}} \coloneqq \{B\mid B\text{ is the intersection of a finite number of elements of }\mathcal{S}\}

Then the topology generated by BS\mathcal{B}_{\mathcal{S}} is the subbasis topology denoted by TS\mathcal{T}_{\mathcal{S}}.

Note that all open set with respect to TS\mathcal{T}_{\mathcal{S}} can be written as a union of finitely intersections of elements of S\mathcal{S}

Comparing topologies

Definition of finer and coarser topology

Let (X,T)(X,\mathcal{T}) and (X,T)(X,\mathcal{T}') be topological spaces. Then T\mathcal{T} is finer than T\mathcal{T}' if TT\mathcal{T}'\subseteq \mathcal{T}. T\mathcal{T} is coarser than T\mathcal{T}' if TT\mathcal{T}\subseteq \mathcal{T}'.

Lemma of comparing basis

Let (X,T)(X,\mathcal{T}) and (X,T)(X,\mathcal{T}') be topological spaces with basis B\mathcal{B} and B\mathcal{B}'. Then T\mathcal{T} is finer than T\mathcal{T}' if and only if for any xXx\in X, xBx\in B', BBB'\in \mathcal{B}', there exists BBB\in \mathcal{B}, such that xBx\in B and xBBx\in B\subseteq B'.

Product space

Definition of cartesian product

Let X,YX,Y be sets. The cartesian product of XX and YY is the set of all ordered pairs (x,y)(x,y) where xXx\in X and yYy\in Y, denoted by X×YX\times Y.

Definition of product topology

Let (X,TX)(X,\mathcal{T}_X) and (Y,TY)(Y,\mathcal{T}_Y) be topological spaces. Then the product topology on X×YX\times Y is the topology generated by the basis

BX×Y={U×V,UTX,VTY}\mathcal{B}_{X\times Y}=\{U\times V, U\in \mathcal{T}_X, V\in \mathcal{T}_Y\}

or equivalently,

BX×Y={U×V,UBX,VBY}\mathcal{B}_{X\times Y}'=\{U\times V, U\in \mathcal{B}_X, V\in \mathcal{B}_Y\}

Product topology generated from open sets of XX and YY is the same as product topology generated from their corresponding basis

Subspace topology

Definition of subspace topology

Let (X,T)(X,\mathcal{T}) be a topological space and YXY\subseteq X. Then the subspace topology on YY is the topology given by

TY={UYUT}\mathcal{T}_Y=\{U\cap Y|U\in \mathcal{T}\}

or equivalently, let B\mathcal{B} be the basis for (X,T)(X,\mathcal{T}). Then the subspace topology on YY is the topology generated by the basis

BY={UYUB}\mathcal{B}_Y=\{U\cap Y| U\in \mathcal{B}\}

Lemma of open sets in subspace topology

Let (X,T)(X,\mathcal{T}) be a topological space and YXY\subseteq X. Then if UYU\subseteq Y, UU is open in (Y,TY)(Y,\mathcal{T}_Y), then UU is open in (X,T)(X,\mathcal{T}).

This also holds for closed set in closed subspace topology

Interior and closure

Definition of interior

The interior of AA is the largest open subset of AA.

A=UA,U is open in XUA^\circ=\bigcup_{U\subseteq A, U\text{ is open in }X} U

Definition of closure

The closure of AA is the smallest closed superset of AA.

A=UA,U is closed in XU\overline{A}=\bigcap_{U\supseteq A, U\text{ is closed in }X} U

Definition of neighborhood

A neighborhood of a point xXx\in X is an open set UTU\in \mathcal{T} such that xUx\in U.

Definition of limit points

A point xXx\in X is a limit point of AA if every neighborhood of xx contains a point in A{x}A-\{x\}.

We denote the set of all limits points of AA by AA'.

A=AA\overline{A}=A\cup A'

Sequences and continuous functions

Definition of convergence

Let XX be a topological space. A sequence (xn)nN+(x_n)_{n\in\mathbb{N}_+} in XX converges to xXx\in X if for any neighborhood UU of xx, there exists NN+N\in\mathbb{N}_+ such that nN,xnU\forall n\geq N, x_n\in U.

Definition of Hausdoorff space

A topological space (X,T)(X,\mathcal{T}) is Hausdorff 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.

Uniqueness of convergence in Hausdorff spaces

In a Hausdorff space, if a sequence (xn)nN+(x_n)_{n\in\mathbb{N}_+} converges to xXx\in X and yXy\in X, then x=yx=y.

Closed singleton in Hausdorff spaces

In a Hausdorff space, if xXx\in X, then {x}\{x\} is a closed set.

Definition of continuous function

Let (X,TX)(X,\mathcal{T}_X) and (Y,TY)(Y,\mathcal{T}_Y) be topological spaces. A function f:XYf:X\to Y is continuous if for any open set UYU\subseteq Y, f1(U)f^{-1}(U) is open in XX.

Definition of point-wise continuity

Let (X,TX)(X,\mathcal{T}_X) and (Y,TY)(Y,\mathcal{T}_Y) be topological spaces. A function f:XYf:X\to Y is point-wise continuous at xXx\in X if for every openset VYV\subseteq Y, f(x)Vf(x)\in V then there exists an open set UXU\subseteq X such that xUx\in U and f(U)Vf(U)\subseteq V.

Lemma of continuous functions

If f:XYf:X\to Y is point-wise continuous for all xXx\in X, then ff is continuous.

Properties of continuous functions

If f:XYf:X\to Y is continuous, then

  1. AY\forall A\subseteq Y, f1(Ac)=Xf1(A)f^{-1}(A^c)=X\setminus f^{-1}(A) (complements maps to complements)
  2. AαY,αI\forall A_\alpha\subseteq Y, \alpha\in I, f1(αIAα)=αIf1(Aα)f^{-1}(\bigcup_{\alpha\in I} A_\alpha)=\bigcup_{\alpha\in I} f^{-1}(A_\alpha)
  3. AαY,αI\forall A_\alpha\subseteq Y, \alpha\in I, f1(αIAα)=αIf1(Aα)f^{-1}(\bigcap_{\alpha\in I} A_\alpha)=\bigcap_{\alpha\in I} f^{-1}(A_\alpha)
  4. f1(U)f^{-1}(U) is open in XX for any open set UYU\subseteq Y.
  5. ff is continuous at xXx\in X.
  6. f1(V)f^{-1}(V) is closed in XX for any closed set VYV\subseteq Y.
  7. Assume B\mathcal{B} is a basis for YY, then f1(B)f^{-1}(\mathcal{B}) is open in XX for any BBB\in \mathcal{B}.
  8. AX\forall A\subseteq X, f(A)=f(A)\overline{f(A)}=f(\overline{A})

Definition of homeomorphism

Let (X,TX)(X,\mathcal{T}_X) and (Y,TY)(Y,\mathcal{T}_Y) be topological spaces. A function f:XYf:X\to Y is a homeomorphism if ff is continuous, bijective and f1:YXf^{-1}:Y\to X is continuous.

Ways to construct continuous functions

  1. If f:XYf:X\to Y is constant function, f(x)=y0f(x)=y_0 for all xXx\in X, then ff is continuous. (constant functions are continuous)
  2. If AA is a subspace of XX, f:AXf:A\to X is the inclusion map f(x)=xf(x)=x for all xAx\in A, then ff is continuous. (inclusion maps are continuous)
  3. If f:XYf:X\to Y is continuous, g:YZg:Y\to Z is continuous, then gf:XZg\circ f:X\to Z is continuous. (composition of continuous functions is continuous)
  4. If f:XYf:X\to Y is continuous, AA is a subspace of XX, then fA:XYf|_A:X\to Y is continuous. (domain restriction is continuous)
  5. If f:XYf:X\to Y is continuous, ZZ is a subspace of YY, then f:XZf:X\to Z, g(x)=f(x)Zg(x)=f(x)\cap Z is continuous. If YY is a subspace of ZZ, then h:XZh:X\to Z, h(x)=f(x)h(x)=f(x) is continuous (composition of ff and inclusion map).
  6. If f:XYf:X\to Y is continuous, XX can be written as a union of open sets {Uα}αI\{U_\alpha\}_{\alpha\in I}, then fUα:XYf|_{U_\alpha}:X\to Y is continuous.
  7. If X=Z1Z2X=Z_1\cup Z_2, and Z1,Z2Z_1,Z_2 are closed equipped with subspace topology, let g1:Z1Yg_1:Z_1\to Y and g2:Z2Yg_2:Z_2\to Y be continuous, and for all xZ1Z2x\in Z_1\cap Z_2, g1(x)=g2(x)g_1(x)=g_2(x), then f:XYf:X\to Y by f(x){g1(x),xZ1g2(x),xZ2f(x)\begin{cases}g_1(x), & x\in Z_1 \\ g_2(x), & x\in Z_2\end{cases} is continuous. (pasting lemma)
  8. f:XYf:X\to Y is continuous, g:XZg:X\to Z is continuous if and only if H:XY×ZH:X\to Y\times Z, where Y×ZY\times Z is equipped with the product topology, H(x)=(f(x),g(x))H(x)=(f(x),g(x)) is continuous. (proved in homework)

Metric spaces

Definition of metric

A metric on XX is a function d:X×XRd:X\times X\to \mathbb{R} such that x,yX\forall x,y\in X,

  1. d(x,x)=0d(x,x)=0
  2. d(x,y)0d(x,y)\geq 0
  3. d(x,y)=d(y,x)d(x,y)=d(y,x)
  4. d(x,y)+d(y,z)d(x,z)d(x,y)+d(y,z)\geq d(x,z)

Definition of metric ball

The metric ball Brd(x)B_r^{d}(x) is the set of all points yXy\in X such that d(x,y)rd(x,y)\leq r.

Definition of metric topology

Let XX be a metric space with metric dd. Then XX is equipped with the metric topology generated by the metric balls Brd(x)B_r^{d}(x) for r>0r>0.

Definition of metrizable

A topological space (X,T)(X,\mathcal{T}) is metrizable if it is the metric topology for some metric dd on XX.

Hausdorff axiom for metric spaces

Every metric space is Hausdorff (take metric balls Br(x)B_r(x) and Br(y)B_r(y), r=d(x,y)2r=\frac{d(x,y)}{2}).

If a topology isn’t Hausdorff, then it isn’t metrizable.

Prove by triangle inequality and contradiction.

Common metrics in Rn\mathbb{R}^n

Euclidean metric

d(x,y)=i=1n(xiyi)2d(x,y)=\sqrt{\sum_{i=1}^n (x_i-y_i)^2}

Square metric

ρ(x,y)=maxi=1nxiyi\rho(x,y)=\max_{i=1}^n |x_i-y_i|

Manhattan metric

m(x,y)=i=1nxiyim(x,y)=\sum_{i=1}^n |x_i-y_i|

These metrics are equivalent.

Product topology and metric

If (X,d),(Y,d)(X,d),(Y,d') are metric spaces, then X×YX\times Y is metric space with metric d(x,y)=max{d(x1,y1),d(x2,y2)}d(x,y)=\max\{d(x_1,y_1),d(x_2,y_2)\}.

Uniform metric

Let Rω\mathbb{R}^\omega be the set of all infinite sequences of real numbers. Then d(x,y)=supi=1ωmin{1,xiyi}\overline{d(x,y)}=\sup_{i=1}^\omega \min\{1,|x_i-y_i|\}, the uniform metric on Rω\mathbb{R}^\omega is a metric.

Metric space and converging sequences

Let XX be a topological space, AXA\subseteq X, xnxx_n\to x such that xnAx_n\in A. Then xAx\in \overline{A}.

If XX is a metric space, AXA\subseteq X, xAx\in \overline{A}, then there exists converging sequence xnxx_n\to x such that xnAx_n\in A.

Metric defined for functions

Definition for bounded metric space

A metric space (Y,d)(Y,d) is bounded if there is MR0M\in \mathbb{R}^{\geq 0} such that for all y1,y2Yy_1,y_2\in Y, d(y1,y2)Md(y_1,y_2)\leq M.

Definition for metric defined for functions

Let XX be a topological space and YY be a bounded metric space, then the set of all maps, denoted by Map(X,Y)\operatorname{Map}(X,Y), f:XYMap(X,Y)f:X\to Y\in \operatorname{Map}(X,Y) is a metric space with metric ρ(f,g)=supxXd(f(x),g(x))\rho(f,g)=\sup_{x\in X} d(f(x),g(x)).

Space of continuous map is closed

Let (Map(X,Y),ρ)(\operatorname{Map}(X,Y),\rho) be a metric space defined above, then every continuous map is a limit point of some sequence of continuous maps.

Z={fMap(X,Y)f is continuous}Z=\{f\in \operatorname{Map}(X,Y)|f\text{ is continuous}\}

ZZ is closed in (Map(X,Y),ρ)(\operatorname{Map}(X,Y),\rho).

Quotient space

Quotient map

Let XX be a topological space and XX^* is a set. q:XXq:X\to X^* is a surjective map. Then qq is a quotient map.

Quotient topology

Let (X,T)(X,\mathcal{T}) be a topological space and XX^* be a set, q:XXq:X\to X^* is a surjective map. Then

T{UXq1(U)T}\mathcal{T}^* \coloneqq \{U\subseteq X^*\mid q^{-1}(U)\in \mathcal{T}\}

is a topology on XX^* called quotient topology.

That is equivalent to say that UXU\subseteq X^* is open in XX^* if and only if p1(U)Xp^{-1}(U)\subseteq X is open in XX.

This is also called “strong continuity” since compared with the continuous condition, it requires if p1(U)p^{-1}(U) is open in XX, then UU is open in XX^*.

(X,T)(X^*,\mathcal{T}^*) is called the quotient space of XX by qq.

Closed map and open map

f:XYf:X\to Y is a open map if for each open set UU of XX, f(U)f(U) is open in YY; it is a closed map if for each closed set UU of XX, f(U)f(U) is closed in YY.

Warning

Not all quotient map are closed or open:

  1. Example of quotient map that is not open nor closed:

Consider the projection map f:[0,1]S1f:[0,1]\to S^1, this map maps open set [0,0.5)[0,0.5) in [0,1][0,1] to non open map [0,π)[0,\pi)

  1. Example of open map that is not closed:

Consider projection map f:R×RRf:\mathbb{R}\times \mathbb{R}\to \mathbb{R} to first coordinate, this map is open but not closed, consider C{x×yxy=1}C\coloneqq\{x\times y\mid xy=1\} This set is closed in R×R\mathbb{R}\times \mathbb{R} but f(C)=R{0}f(C)=\mathbb{R}-\{0\} is not closed in R\mathbb{R}.

  1. Example of closed map that is not open:

Consider f:[0,1][2,3][0,2]f:[0,1]\cup[2,3]\to [0,2] by taking -1 to elements in [2,3][2,3], this map is closed map but not open, since f([2,3])=[1,2]f([2,3])=[1,2] is not open in [0,2][0,2] but [2,3][2,3] is open in [0,1][2,3][0,1]\cup[2,3]

Equivalent classes

\sim is a subset of X×XX\times X with the following properties:

  1. xxx\sim x for all xXx\in X.
  2. If (x,y)(x,y)\in \sim, then (y,x)(y,x)\in \sim.
  3. If (x,y)(x,y)\in \sim and (y,z)(y,z)\in \sim, then (x,z)(x,z)\in \sim.

The equivalence classes of xXx\in X is denoted by [x]={yXyx}[x]=\{y\in X|y\sim x\}.

We can use equivalent classes to define quotient space.

Theorem 22.2

Let p:XYp:X\to Y be a quotient map. Let ZZ be a space and let g:XZg:X\to Z be a map that is constant on each set p1({y})p^{-1}(\{y\}), for yYy\in Y. Then gg induces a map f:YZf:Y\to Z such that fp=gf\circ p=g. The induced map ff is continuous if and only if gg is continuous; ff is a quotient map if and only if gg is a quotient map.

Prove by setting f(p(x))=g(x)f(p(x))=g(x), then g1(V)=p1(f1(V))g^{-1}(V)=p^{-1}(f^{-1}(V)) for VV open in ZZ.

Connectedness and compactness of metric spaces

Connectedness and separation

Definition of separation

Let X=(X,T)X=(X,\mathcal{T}) be a topological space. A separation of XX is a pair of open sets U,VTU,V\in \mathcal{T} that:

  1. UU\neq \emptyset and VV\neq \emptyset (that also equivalent to UXU\neq X and VXV\neq X)
  2. UV=U\cap V=\emptyset
  3. X=UVX=U\cup V (xX\forall x\in X, xUx\in U or xVx\in V)

Some interesting corollary:

  • Any non-trivial (not \emptyset or XX) clopen set can create a separation.
    • Proof: Let UU be a non-trivial clopen set. Then UU and UcU^c are disjoint open sets whose union is XX.
  • For subspace YXY\subset X, a separation of YY is a pair of open sets U,VTYU,V\in \mathcal{T}_Y such that:
    1. UU\neq \emptyset and VV\neq \emptyset (that also equivalent to UYU\neq Y and VYV\neq Y)
    2. UV=U\cap V=\emptyset
    3. Y=UVY=U\cup V (yY\forall y\in Y, yUy\in U or yVy\in V)
    • If A\overline{A} is closure of AA in XX, same for B\overline{B}, then the closure of AA in YY is AY\overline{A}\cap Y and the closure of BB in YY is BY\overline{B}\cap Y. Then for separation U,VU,V of YY, AB=AB=\overline{A}\cap B=A\cap \overline{B}=\emptyset.

Definition of connectedness

A topological space XX is connected if there is no separation of XX.

Tip

Connectedness is a local property. (That is, even the big space is connected, the subspace may not be connected. Consider R\mathbb{R} with the usual metric. R\mathbb{R} is connected, but R{0}\mathbb{R}\setminus\{0\} is not connected.)

Connectedness is a topological property. (That is, if XX and YY are homeomorphic, then XX is connected if and only if YY is connected. Consider if not, then separation of XX gives a separation of YY.)

Lemma of connected subspace

If A,BA,B is a separation of a topological space XX, and YXY\subseteq X is a connected subspace with subspace topology, then YY is either contained in AA or BB.

Easy to prove by contradiction. Try to construct a separation of YY.

Theorem of connectedness of union of connected subsets

Let {Aα}αI\{A_\alpha\}_{\alpha\in I} be a collection of connected subsets of a topological space XX such that αIAα\bigcap_{\alpha\in I} A_\alpha is non-empty. Then αIAα\bigcup_{\alpha\in I} A_\alpha is connected.

Easy to prove by lemma of connected subspace.

Lemma of compressing connectedness

Let AXA\subseteq X be a connected subspace of a topological space XX and ABAA\subseteq B\subseteq \overline{A}. Then BB is connected.

Easy to prove by lemma of connected subspace. Suppose C,DC,D is a separation of BB, then AA lies completely in either CC or DD. Without loss of generality, assume ACA\subseteq C. Then AC\overline{A}\subseteq\overline{C} and AD=\overline{A}\cap D=\emptyset (from CD=\overline{C}\cap D=\emptyset by closure of AA). (contradiction that DD is nonempty) So DD is disjoint from A\overline{A}, and hence from BB. Therefore, BB is connected.

Theorem of connected product space

Any finite cartesian product of connected spaces is connected.

Prove using the union of connected subsets theorem. Using fiber bundle like structure union with non-empty intersection.

Application of connectedness in real numbers

Real numbers are connected.

Using the least upper bound and greatest lower bound property, we can prove that any interval in real numbers is connected.

Intermediate Value Theorem

Let f:[a,b]Rf:[a,b]\to \mathbb{R} be continuous. If 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.

If false, then we can use the disjoint interval with projective map to create a separation of [a,b][a,b].

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'.

  • Every connected space is path-connected.
    • The converse may not be true, consider the topologists’ sine curve.

Compactness

Definition of compactness via open cover and finite subcover

Let X=(X,T)X=(X,\mathcal{T}) be a topological space. An open cover of XX is AT\mathcal{A}\subset \mathcal{T} such that X=AAAX=\bigcup_{A\in \mathcal{A}} A. A finite subcover of A\mathcal{A} is a finite subset of A\mathcal{A} that covers XX.

XX is compact if every open cover of XX has a finite subcover (i.e. X=AAA    AAX=\bigcup_{A\in \mathcal{A}} A\implies \exists \mathcal{A}'\subset \mathcal{A} finite such that X=AAAX=\bigcup_{A\in \mathcal{A}'} A).

Definition of compactness via finite intersection property

A collection {Cα}αI\{C_\alpha\}_{\alpha\in I} of subsets of a set XX has finite intersection property if for every finite subcollection {Cα1,...,Cαn}\{C_{\alpha_1}, ..., C_{\alpha_n}\} of {Cα}αI\{C_\alpha\}_{\alpha\in I}, we have i=1nCαi\bigcap_{i=1}^n C_{\alpha_i}\neq \emptyset.

Let X=(X,T)X=(X,\mathcal{T}) be a topological space. XX is compact if every collection {Zα}αI\{Z_\alpha\}_{\alpha\in I} of closed subsets of XX satisfies the finite intersection property has a non-empty intersection (i.e. {Zα1,...,Zαn}{Zα}αI,i=1nZαi    αIZα\forall \{Z_{\alpha_1}, ..., Z_{\alpha_n}\}\subset \{Z_\alpha\}_{\alpha\in I}, \bigcap_{i=1}^n Z_{\alpha_i} \neq \emptyset\implies \bigcap_{\alpha\in I} Z_\alpha \neq \emptyset).

Compactness is a local property

Let XX be a topological space. A subset YXY\subseteq X is compact if and only if every open covering of YY (set open in XX) has a finite subcovering of YY.

  • A space XX is compact but the subspace may not be compact.
    • Consider X=[0,1]X=[0,1] and Y=[0,1/2)Y=[0,1/2). YY is not compact because the open cover {(0,1/n):nN}\{(0,1/n):n\in \mathbb{N}\} does not have a finite subcover.
  • A compact subspace may live in a space that is not compact.
    • Consider X=RX=\mathbb{R} and Y=[0,1]Y=[0,1]. YY is compact but XX is not compact.

Closed subspaces of compact spaces

A closed subspace of a compact space is compact.

A compact subspace of Hausdorff space is closed.

Each point not in the closed set have disjoint open neighborhoods with the closed set in Hausdorff space.

Theorem of compact subspaces with Hausdorff property

If YY is compact subspace of a Hausdorff space XX, x0XYx_0\in X-Y, then there are disjoint open neighborhoods U,VXU,V\subseteq X such that x0Ux_0\in U and YVY\subseteq V.

Image of compact space under continuous map is compact

Let f:XYf:X\to Y be a continuous map and XX is compact. Then f(X)f(X) is compact.

Tube lemma

Let X,YX,Y be topological spaces and YY is compact. Let NX×YN\subseteq X\times Y be an open set contains X×{y0}X\times \{y_0\} for y0Yy_0\in Y. Then there exists an open set WYW\subseteq Y is open containing y0y_0 such that NN contains X×WX\times W.

Apply the finite intersection property of open sets in X×YX\times Y. Projection map is continuous.

Product of compact spaces is compact

Let X,YX,Y be compact spaces, then X×YX\times Y is compact.

Any finite product of compact spaces is compact.

Compact subspaces of real numbers

Every closed and bounded subset of real numbers is compact

[a,b][a,b] is compact in R\mathbb{R} with standard topology.

Good news for real numbers

Any of the three properties is equivalent for subsets of real numbers (product of real numbers):

  1. ARnA\subseteq \mathbb{R}^n is closed and bounded (with respect to the standard metric or spherical metric on Rn\mathbb{R}^n).
  2. ARnA\subseteq \mathbb{R}^n is compact.

Extreme value theorem

If f:XRf:X\to \mathbb{R} is continuous map with XX being compact. Then ff attains its minimum and maximum. (there exists xm,xMXx_m,x_M\in X such that f(xm)f(x)f(xM)f(x_m)\leq f(x)\leq f(x_M) for all xXx\in X)

Lebesgue number lemma

For a compact metric space (X,d)(X,d) and an open covering {Uα}αI\{U_\alpha\}_{\alpha\in I} of XX. Then there is δ>0\delta>0 such that for every subset AXA\subseteq X with diameter less than δ\delta, there is αI\alpha\in I such that AUαA\subseteq U_\alpha.

Apply the extreme value theorem over the mapping of the averaging function for distance of points to the XUαX-U_\alpha. Find minimum radius of balls that have some UαU_\alpha containing the ball.

Definition for uniform continuous function

ff is uniformly continuous if for any ϵ>0\epsilon > 0, there exists δ>0\delta > 0 such that for any x1,x2Xx_1,x_2\in X, if d(x1,x2)<δd(x_1,x_2)<\delta, then d(f(x1),f(x2))<ϵd(f(x_1),f(x_2))<\epsilon.

Uniform continuity theorem

Let f:XYf:X\to Y be a continuous map between two metric spaces. If XX is compact, then ff is uniformly continuous.

Definition of isolated point

A point xXx\in X is an isolated point if {x}\{x\} is an open subset of XX.

Theorem of isolated point in compact spaces

Let XX be a nonempty compact Hausdorff space. If XX has no isolated points, then XX is uncountable.

Proof using infinite nested closed intervals should be nonempty.

Variation of compactness

Limit point compactness

A topological space XX is limit point compact if every infinite subset of XX has a limit point in XX.

  • Every compact space is limit point compact.

Sequentially compact

A topological space XX is sequentially compact if every sequence in XX has a convergent subsequence.

  • Every compact space is sequentially compact.

Equivalence of three in metrizable spaces

If XX is a metrizable space, then the following are equivalent:

  1. XX is compact.
  2. XX is limit point compact.
  3. XX is sequentially compact.

Local compactness

A space XX is locally compact if every point xXx\in X, there is a compact subspace KK of XX containing a neighborhood UU of xx xUKx\in U\subseteq K such that KK is compact.

Theorem of one point compactification

Let XX be a locally compact Hausdorff space if and only if there exists a topological space YY satisfying the following properties:

  1. XX is a subspace of YY.
  2. YXY-X has one point, usually denoted by \infty.
  3. YY is compact and Hausdorff.

The YY is defined as follows:

UYU\subseteq Y is open if and only if one of the following holds.

  1. UXU\subseteq X and UU is open in XX
  2. U\infty \in U and YUXY-U\subseteq X, and YUY-U is compact.

Countability and Separation Axioms

Countability Axioms

First countability axiom

A topological space (X,T)(X,\mathcal{T}) satisfies the first countability axiom if any point xXx\in X, there is a sequence of open neighborhoods of xx, {Vn}n=1\{V_n\}_{n=1}^\infty such that any open neighborhood UU of xx contains one of VnV_n.

Apply the theorem above, we have if (X,T)(X,\mathcal{T}) satisfies the first countability axiom, then:

  1. Every convergent sequence converges to a point in the closure of the sequence.

Space that every convergent sequence not converges to a point in the closure of the sequence.

Consider Rω\mathbb{R}^\omega with the box topology.

And A=(0,1)×(0,1)×A=(0,1)\times (0,1)\times \cdots and x=(0,0,)x=(0,0,\cdots).

xAx\in \overline{A} but no sequence converges to xx.

Suppose there exists such sequence, {xn=(x1n,x2n,)}n=1\{x_n=(x_1^n,x_2^n,\cdots)\}_{n=1}^\infty.

Take B=(x11,x11)×(x22,x22)×B=(-x_1^1,x_1^1)\times(-x_2^2,x_2^2)\times \cdots, this is basis containing xx but none of xnx_n.

  1. If f:XYf:X\to Y such that for any sequence {xn}n=1\{x_n\}_{n=1}^\infty in XX, f(xn)f(x)f(x_n)\to f(x), then ff is continuous.

Second countability axiom

Let (X,T)(X,\mathcal{T}) be a topological space, then XX satisfies the second countability axiom if XX has a countable basis.

If XX is second countable, then:

  1. Any discrete subspace YY of XX is countable
  2. There exists a countable subset of XX that is dense in XX.
  3. Every open covering of XX has a countable subcover (That is if X=αIUαX=\bigcup_{\alpha\in I} U_\alpha, then there exists a countable subcover {Uα1,...,Uα}\{U_{\alpha_1}, ..., U_{\alpha_\infty}\} of XX) (also called Lindelof spaces)

Separation Axioms

Hausdorff spaces

A topological space (X,T)(X,\mathcal{T}) is Hausdorff if for any two distinct points x,yXx,y\in X, there are disjoint open sets U,VU,V such that xUx\in U and yVy\in V. (note that UVU\cup V may not be XX, compared with definition of separation)

Some corollaries:

  1. A subspace of Hausdorff space is Hausdorff, and a product of Hausdorff spaces is Hausdorff.

Regular spaces

A topological space (X,T)(X,\mathcal{T}) is regular if for any xXx\in X and any closed set AXA\subseteq X such that xAx\notin A, there are disjoint open sets U,VU,V such that xUx\in U and AVA\subseteq V.

Some corollaries:

  1. XX is regular if and only if given a point xx and a open neighborhood UU of xx, there is open neighborhood VV of xx such that VU\overline{V}\subseteq U.
  2. A subspace of regular space is regular, and a product of regular spaces is regular.

Normal spaces

A topological space (X,T)(X,\mathcal{T}) is normal if for any disjoint closed sets A,BXA,B\subseteq X, there are disjoint open sets U,VU,V such that AUA\subseteq U and BVB\subseteq V.

Some corollaries:

  1. XX is normal if and only if given a closed set AXA\subseteq X, there is open neighborhood VV of AA such that VU\overline{V}\subseteq U.
  2. Every compact Hausdorff spaces is normal.
Caution

Product of normal spaces may not be normal (consider Sorgenfrey plane)

Regular space with countable basis is normal

Let XX be a regular space with countable basis, then XX is normal.

Prove by taking disjoint open neighborhoods by countable cover.

Urysohn Lemma

Let XX be a normal space, A,BA,B be two closed disjoint set in XX, then there exists continuous function: f:X[0,1]f:X\to[0,1] such that f(A)={0}f(A)=\{0\} and f(B)={1}f(B)=\{1\}.

Urysohn metrization theorem

If XX is normal (regular and second countable) topological space, then XX is metrizable.

Last updated on