7 Days0Site 7 Days0
30 Days0Site 30 Days0
Total0Site Total0

General Topology Notes

Date: 2023/12/03
Last Updated: 2023-12-03T01:22:17.000Z
Categories: Notes, Math
Tags: Math, Topology, General Topology
Read Time: 35 minutes

0.1 Contents

1 Topology Spaces and Continuous Function

This is a note for general topology. The main reference is Topology.

The note is written in Pandoc Markdown.

My GitHub repository for this note.

1.1 Basic Definition of Topology

::: {#def:Topology .definition} Definition 1.1 (topology). A topology on a set X\mathbb{X} is a collection T\mathbb{T} of subsets of X\mathbb{X} having the following properties:

  • āˆ…\emptyset and X\mathbb{X} are in T\mathbb{T}

  • The union of the elements of any sub collection of T\mathbb{T} is in T\mathbb{T}

  • The intersection of the elements of any finite sub collection of T\mathbb{T} is in T\mathbb{T} :::

::: {#def:TopologySpace .definition} Definition 1.2 (topology space). A topological space is a set X\mathbb{X} for which a topology T\mathbb{T} has been specified. :::

::: {#def:OpenSet .definition} Definition 1.3 (open set). A open set U\mathbb{U} is a subset of X\mathbb{X} that belongs to a topology T\mathbb{T} of X\mathbb{X}. :::

::: {#def:OpenSets .definition} Definition 1.4 (open sets). A topology can also be called a open sets :::

::: {#def:DiscreteTopology .definition} Definition 1.5 (discrete topology). The set of all subsets of a set X\mathbb{X} formed a topology called discrete topology :::

::: {#def:TrivialTopology .definition} Definition 1.6 (trivial topology). The set consisting the set X\mathbb{X} and āˆ…\emptyset only formed a topology of X\mathbb{X} called trivial topology :::

::: {#def:FiniteComplementTopology .definition} Definition 1.7 (finite complement topology). Let X\mathbb{X} be a set. Let Tf\mathbb{T}_{\mathit{f}} be the collection of all subsets U\mathbb{U} of X\mathbb{X} such that Xāˆ’U\mathbb{X} - \mathbb{U} either if a finite 1 of is all of X\mathbb{X}. Then Tf\mathbb{T}_{\mathit{f}} is a topology on X\mathbb{X}, called the finite complement topology. :::

::: {#def:Comparable .definition} Definition 1.8 (finer, larger, strictly finer, strictly larger, coarser, smaller, strictly coarser, strictly smaller, comparable). Let T\mathbb{T} and T′\mathbb{T'} be two topology on a given set X\mathbb{X}. If T\mathbb{T} is a subset of T′\mathbb{T'}, we say that T′\mathbb{T'} is finer or larger than T\mathbb{T}. If T\mathbb{T} is a proper subset of T′\mathbb{T'}, we say that T′\mathbb{T'} is strictly finer or strictly larger than T\mathbb{T}. We also say that T\mathbb{T} is coarser or smaller or strictly coarser or strictly smaller than T′\mathbb{T'}. We say that T\mathbb{T} and T′\mathbb{T'} is comparable if either T\mathbb{T} is a subset of T′\mathbb{T'} or T′\mathbb{T'} is a subset of T\mathbb{T}. :::

1.2 Basis for a Topology

::: {#def:Basis .definition} Definition 1.9 (basis). If X\mathbb{X} is a set, a basis for a topology on X\mathbb{X} is a collection B\mathbb{B} of subsets of X\mathbb{X} (called basis elements) such that:

  • For each x∈Xx \in \mathbb{X}, there is at least one basis element BB containing xx

  • If xx belongs to the intersection of two basis elements B1B_{1} and B2B_{2}, then there is another element x∈B3∈Bx \in B_{3} \in \mathbb{B} such that B3āŠ†B1∩B2B_{3} \subseteq B_{1} \cap B_{2} :::

::: {#def:TopologyGeneratedByBasis .definition} Definition 1.10 (topology generated by basis). Let B\mathbb{B} be a basis on X\mathbb{X} . Let U\mathbb{U} be a set containing all subsets UU of X\mathbb{X} such that for each element x∈Ux \in U, there is B∈BB \in \mathbb{B} that x∈BāŠ†Ux \in B \subseteq U. Such U\mathbb{U} formed a topology on X\mathbb{X} , called topology T\mathbb{T} generated by B\mathbb{B} :::

::: lemma Lemma 1.1. Let X\mathbb{X} be a set. Let B\mathbb{B} be a basis for a topology T\mathbb{T} on X\mathbb{X} . Then T\mathbb{T} equals to the set of all possible unions of elements of B\mathbb{B} . :::

::: proof Proof. Let set U\mathbb{U} be the set of all possible unions of elements of B\mathbb{B} . For any U∈UU \in \mathbb{U}. U=∪BU = \cup B 2 for some B∈BB \in \mathbb{B}. Thus, for every x∈Ux \in U, there exist a Bā€²āˆˆBB' \in \mathbb{B} that x∈Bā€²āŠ†Ux \in B' \subseteq U. Thus, U∈TU \in \mathbb{T}.

Conversely, for any U∈TU \in \mathbb{T}. For any x∈Ux \in U, let x∈Bx∈Ux \in B_{x} \in U. Then, U=∪x∈UBxU = \cup_{x \in U}B_{x}. Thus, U∈UU \in \mathbb{U}.

Therefore, U\mathbb{U} equals to T\mathbb{T} .Ā ā—» :::

::: lemma Lemma 1.2. 3 Let X\mathbb{X} be a topological space. Suppose that C\mathbb{C} is a collection of open sets of X\mathbb{X} such that for each open set UU of X\mathbb{X} and each x∈Ux \in U, there is an element C∈CC \in \mathbb{C} such that x∈CāŠ†Cx \in C \subseteq C. Then C\mathbb{C} is a basis for the topology of X\mathbb{X} . :::

::: lemma Lemma 1.3. 4 Let B\mathbb{B} and B′\mathbb{B'} be basis for the topologies T\mathbb{T} and T′\mathbb{T'} , respectively, on X\mathbb{X} . Then the following are equivalent:

  • T′\mathbb{T'} is finer than T\mathbb{T}

  • For each x∈Xx \in \mathbb{X} and each basis element B∈BB \in \mathbb{B} containing X, there is a basis element Bā€²āˆˆB′B' \in \mathbb{B'} such that x∈Bā€²āŠ†Bx \in B' \subseteq B. :::

::: {#def:StandardTopologyOnTheRealLine .definition} Definition 1.11 (standard topology on the real line). Let be B={B∣B={x∣a<x<b},a<b,a∈R,b∈R}\mathbb{B} = \{ B | B = \{ x | a < x < b \}, a < b, a \in \mathbb{R}, b \in \mathbb{R} \}. B\mathbb{B} formed a basis on real line. The topology generated by B\mathbb{B} is called the standard topology on the real line 5 . :::

::: {#def:LowerLimitTopologyOnTheRealLine .definition} Definition 1.12 (lower limit topology on the real line). Let be B={B∣B={x∣a≤x<b},a<b,a∈R,b∈R}\mathbb{B} = \{ B | B = \{ x | a \le x < b \}, a < b, a \in \mathbb{R}, b \in \mathbb{R} \}. B\mathbb{B} formed a basis on real line. The topology generated by B\mathbb{B} is called the lower limit topology on the real line. When R\mathbb{R} is given this topology,we denote it by Rl\mathbb{R}_{l}. :::

::: {#def:KTopologyOnTheRealLine .definition} Definition 1.13 (K-topology on the real line). Let be B={B∣B={x∣a<x<b},a<b,a∈R,b∈R}\mathbb{B} = \{ B | B = \{ x | a < x < b \}, a < b, a \in \mathbb{R}, b \in \mathbb{R} \}. Let K={x∣x=1n,n∈Z+}K = \{ x | x = \frac{1}{n}, n \in \mathbb{Z_{+}} \}. B∪{Bāˆ’K∣B∈B}\mathbb{B} \cup \{ B - K | B \in \mathbb{B} \} formed a basis on real line. The topology generated by B\mathbb{B} is called the K-topology on the real line. When R\mathbb{R} is given this topology,we denote it by RK\mathbb{R_{K}}. :::

::: lemma Lemma 1.4. 6 The topologies Rl\mathbb{R}_{l} and RK\mathbb{R_{K}} is strictly finer than the standard topology on R\mathbb{R} . :::

::: lemma Lemma 1.5. The topologies of Rl\mathbb{R}_{l} and RK\mathbb{R_{K}} is not comparable. :::

::: proof Proof. Let Tl\mathbb{T}_{l} and TK\mathbb{T_{K}} be topologies of Rl\mathbb{R}_{l} and RK\mathbb{R_{K}} respectively. Let K={x∣x=1n,n∈Z+}K = \{ x | x = \frac{1}{n}, n \in \mathbb{Z_{+}} \}.

We first proof that Tl\mathbb{T}_{l} is not finer than TK\mathbb{T_{K}} . Let U={xāˆ£āˆ’1<x<1}āˆ’K,x=0U = \{ x | -1 < x < 1 \} - K, x = 0. If there exist B={x∣a≤x<b}∈TlB = \{ x | a \le x < b \} \in \mathbb{T}_{l} such that x∈BāŠ†Ux \in B \subseteq U, then 0<b<10 < b < 1. Thus, there exist n∈Z+n \in \mathbb{Z_{+}} that 0<1n<b0 < \frac{1}{n} < b. Thus BB is not a subset of UU.

Then we proof that TK\mathbb{T_{K}} is not finer than Tl\mathbb{T}_{l}. Let U′={x∣a′≤x<b′}U' = \{ x | a' \le x < b' \}. If there exist B′={x∣a′′<x<b′′}or{x∣a′′<x<b′′}āˆ’KB' = \{ x | a'' < x < b'' \} or \{ x | a'' < x < b'' \} - K such that aā€²āˆˆBāŠ†U{a'} \in B \subseteq U. Thus a′′<a<b′′a'' < a < b''. Thus there exist cc that a′′<x<a,x∈B,xāˆ‰U′a'' < x < a, x \in B ,x \notin U'. Thus Bā€²āŠˆU′B' \nsubseteq U'.

Thus the topologies of Rl\mathbb{R}_{l} and RK\mathbb{R_{K}} is not comparable.Ā ā—» :::

::: {#def:Subbasis .definition} Definition 1.14 (subbasis). A subbasis S\mathbb{S} for a topology on X\mathbb{X} is a collection of subsets of X\mathbb{X} whose union equals X\mathbb{X} . The topology generated by the subbasis S\mathbb{S} is defined to be the collection T\mathbb{T} 7 of all unions of finite intersections of elements of S\mathbb{S} . :::

1.2.1 Exercise

  1. Show that if A\mathbb{A} is a basis for a topology on X\mathbb{X} , then the topology generated by A\mathbb{A} equals the intersection of all topologies on X\mathbb{X} that contain A\mathbb{A} . Prove the same if A\mathbb{A} is a subbasis.

    ::: proof Proof. As a subbasis is also a basis, we will directly prove the case of subbasis here.

    Let S={Tα}\mathbb{S} = \{ \mathbb{T}_{\alpha} \} be set contain all the topologies that contain A\mathbb{A} . Let T\mathbb{T} be the topology that A\mathbb{A} generated. Let T′=∩Tα\displaystyle \mathbb{T}' = \cap\mathbb{T}_{\alpha}.8

    First, AāŠ†Tα\mathbb{A} \subseteq \mathbb{T}_{\alpha}. Thus, TāŠ†Tα\mathbb{T} \subseteq \mathbb{T}_{\alpha}. Thus, TāŠ†T′\mathbb{T} \subseteq \mathbb{T}'.

    Also, AāŠ†T\mathbb{A} \subseteq \mathbb{T}. Thus, T∈S\mathbb{T} \in \mathbb{S}. Thus, Tā€²āŠ†T\mathbb{T}' \subseteq \mathbb{T}.

    Thus, T=T′\mathbb{T} = \mathbb{T}'Ā ā—» :::

1.3 The Order Topology

::: {#def:Interval .definition} Definition 1.15 (interval). Let X\mathbb{X} is a set having a simple order relation <<. Given elements aa and bb of X\mathbb{X} such that a<ba < b, there are four subsets of X\mathbb{X} that are called intervals determined by aa and bb:

  • (a,b)={x∣a<x<b}(a,b) = \{ x | a < x < b \}

  • (a,b]={x∣a<x≤b}(a,b] = \{ x | a < x \le b \}

  • [a,b)={x∣a≤x<b}[a,b) = \{ x | a \le x < b \}

  • [a,b]={x∣a≤x≤b}[a,b] = \{ x | a \le x \le b \}

(a,b)(a,b) is called an open interval on X\mathbb{X} . [a,b][a,b] is called an closed interval on X\mathbb{X} . (a,b](a,b] and [a,b)[a,b) is called half-open intervals. :::

::: {#def:OrderTopology .definition} Definition 1.16 (order topology). 9 Let X\mathbb{X} be a set with a simple order relation; assume X\mathbb{X} has more than one element. Let B\mathbb{B} be the collection of all sets of the following types:

  • All open intervals (a,b)(a,b) in X\mathbb{X} .

  • All intervals of the form [a0,b)[a_{0},b), where a0a_0 is the smallest element(if exist) of X\mathbb{X} .

  • All intervals of the form (a,b0](a,b_{0}], where b0b_0 is the largest element(if exist) of X\mathbb{X} .

The collection B\mathbb{B} formed a basis for a topology on X\mathbb{X} , which is called the order topology. :::

::: {#def:Ray .definition} Definition 1.17 (ray). 1011 If X\mathbb{X} is an ordered set, and aa is an element of X\mathbb{X} , there are four subsets of X\mathbb{X} that are called rays determined by aa:

  • (a,+āˆž)={x∣x>a}(a,+\infty) = \{ x | x > a \}

  • (āˆ’āˆž,a)={x∣x<a}(-\infty,a) = \{ x | x < a \}

  • [a,+āˆž)={x∣x≄a}[a,+\infty) = \{ x | x \ge a \}

  • (āˆ’āˆž,a]={x∣x≤a}(-\infty,a] = \{ x | x \le a \}

(a,+āˆž)(a,+\infty) and (āˆ’āˆž,a)(-\infty,a) are called open rays. [a,+āˆž)[a,+\infty) and (āˆ’āˆž,a](-\infty,a] are called closed rays. :::

1.4 The Product Topology

::: {#def:ProductTopology .definition} Definition 1.18 (product topology). Let X\mathbb{X} and Y\mathbb{Y} be topological spaces. The product topology on XƗY\mathbb{X} \times \mathbb{Y} having a basis B\mathbb{B} containing all sets of the form UƗVU \times V, where UU and VV is open sets of X\mathbb{X} and Y\mathbb{Y} respectively. :::

::: theorem Theorem 1.1. 12 If B\mathbb{B} and C\mathbb{C} is basis for the topology of X\mathbb{X} and Y\mathbb{Y} respectively, then the collection D={BƗC∣B∈BandC∈C}\mathbb{D} = \{ B \times C | B \in \mathbb{B} and C \in \mathbb{C} \} is a basis for the topology of XƗY\mathbb{X} \times \mathbb{Y} :::

::: {#def:Projection .definition} Definition 1.19 (projection). Let Ļ€1:XƗY→X\pi_{1}: \mathbb{X} \times \mathbb{Y} \rightarrow \mathbb{X} be defined by the equation: Ļ€1(x,y)=x\pi_{1}(x,y) = x

Let Ļ€2:XƗY→Y\pi_{2}: \mathbb{X} \times \mathbb{Y} \rightarrow \mathbb{Y} be defined by the equation: Ļ€1(x,y)=y\pi_{1}(x,y) = y

The maps Ļ€1\pi_{1} and Ļ€2\pi_{2} are called the projections of XƗY\mathbb{X} \times \mathbb{Y} onto its first and second factors, respectively. :::

::: theorem Theorem 1.2. 13 The collection S={Ļ€1āˆ’1(U)∣UopeninX}∪{Ļ€2āˆ’1(V)∣VopeninY}\mathbb{S} = \{ \pi_{1}^{-1}(U) | U open in \mathbb{X} \} \cup \{ \pi_{2}^{-1}(V) | V open in \mathbb{Y} \} is a subbasis for the product topology on XƗY\mathbb{X} \times \mathbb{Y}. :::

::: {#def:BoxTopology .definition} Definition 1.20 (box topology). Let, X=X1ƗX2×⋯×XnorX1ƗX2×…\mathbb{X} = \mathbb{X}_{1} \times \mathbb{X}_{2} \times \dots \times \mathbb{X}_{n} \text{or} \mathbb{X}_{1} \times \mathbb{X}_{2} \times \dots

In the first case, all the sets of the form U1×⋯×UnU_{1} \times \dots \times U_{n} where UiU_{i} is a open set of Xi\mathbb{X}_{i} form a basis.

In the second case, all the sets of the form U1ƗU2×…U_{1} \times U_{2} \times \dots where UiU_{i} is a open set of Xi\mathbb{X}_{i} also form a basis.

Topology defined in this way was called a box topology. :::

::: {#def:ProjectionMapping .definition} Definition 1.21 (product topology). []{#def:ProductTopologyInfinite label="def:ProductTopologyInfinite"}14 Let, X=X1ƗX2×⋯×XnorX1ƗX2×…\mathbb{X} = \mathbb{X}_{1} \times \mathbb{X}_{2} \times \dots \times \mathbb{X}_{n} \text{or} \mathbb{X}_{1} \times \mathbb{X}_{2} \times \dots

Let Ļ€i\pi_{i} be the projection function15 that Ļ€i:X→Xi\pi_{i}: \mathbb{X} \rightarrow \mathbb{X}_{i}

And if x∈Xx \in \mathbb{X} Ļ€i(x)=xi\pi_{i}(x) = x_{i}

All the set of the form Ļ€iāˆ’1(Ui)\pi_{i}^{-1}(U_{i}) where ii is arbitrary and UiU_{i} is an open set of Xi\mathbb{X}_{i} , form a subbasis of X\mathbb{X} . The topology generated by this subbasis is called product topology. And X\mathbb{X} is called a product space. :::

::: {#def:JTuple .definition} Definition 1.22 (J-tuple). Let JJ be an index set16. Give a set X\mathbb{X} , a J-tuple is defined as a function x:J→Xx: J \rightarrow \mathbb{X} . If α\alpha is an element of JJ , x(α)x(\alpha) is often denoted by xαx_{\alpha} and is called the αth\alpha\text{th} coordinate of xx . And the function xx itself is often denoted by the symbol (xα)α∈J(x_{\alpha})_{\alpha \in J}

The set of all J-tuples of elements of X\mathbb{X} is often denoted by XJ\mathbb{X}^{J} . :::

::: {#def:CartesianProduct .definition} Definition 1.23 (cartesian product). Let {Aα}α∈J\{A_{\alpha}\}_{\alpha \in J} be an indexed family of sets; let X=ā‹ƒĪ±āˆˆJAα\mathbb{X} = \bigcup_{\alpha \in J} A_{\alpha} . The cartesian product of this indexed family is denoted by āˆĪ±āˆˆJAα\displaystyle \prod_{\alpha \in J} A_{\alpha}

And is defined to be the set of all J-tuples (xα)α∈J(x_{\alpha})_{\alpha \in J} of elements of X\mathbb{X} such that xα∈Aαx_{\alpha} \in A_{\alpha} for each α∈J\alpha \in J . That is, it is the set of all functions x:Jā†’ā‹ƒĪ±āˆˆJAαx: J \rightarrow \bigcup_{\alpha \in J} A_{\alpha} such that x(α)∈Aαx(\alpha) \in A_{\alpha} for each α∈J\alpha \in J . :::

::: {#theorem:ComparisonOfBoxProductTopology .theorem} Theorem 1.3 (Comparison of the box and product topologies). 17 The box topology on āˆXα\prod \mathbb{X}_{\alpha} has a basis all sets of the form āˆUα\prod U_{\alpha} where UαU_{\alpha} is open in XαX_{\alpha} for each α\alpha . The product topology on āˆXα\prod \mathbb{X}_{\alpha} has a basis all sets of the form āˆUα\prod U_{\alpha} where UαU_{\alpha} is open in XαX_{\alpha} for each α\alpha and UαU_{\alpha} equals Xα\mathbb{X}_{\alpha} except for finitely many values of α\alpha . :::

::: theorem Theorem 1.4. 18 Suppose the topology on each space Xα\mathbb{X}_{\alpha} is given by a basis Xα\mathbb{X}_{\alpha} . The collection of all sets of the form āˆĪ±āˆˆJBα\prod_{\alpha \in J} B_{\alpha} where Bα∈BαB_{\alpha} \in \mathbb{B}_{\alpha} form a basis for the box topology on āˆĪ±āˆˆJXα\prod _{\alpha \in J} \mathbb{X}_{\alpha} .

The collection of all sets of the same form, where Bα∈BαB_{\alpha} \in \mathbb{B}_{\alpha} for finitely many indices α\alpha and Bα=XαB_{\alpha} = \mathbb{X}_{\alpha} for all the remaining indices, will form a basis for the product topology āˆĪ±āˆˆJXα\prod_{\alpha \in J}\mathbb{X}_{\alpha} . :::

::: theorem Theorem 1.5. 19 Let AαA_{\alpha} be a subspace of Xα\mathbb{X}_{\alpha} , for each α∈J\alpha \in J . Then āˆAα\prod A_{\alpha} is a subspace of āˆXα\prod \mathbb{X}_{\alpha} if both products are given the box topology, or if both products are given the product topology. :::

::: theorem Theorem 1.6. 20 If each space Xα\mathbb{X}_{\alpha} is a Hausdorff space, then āˆXα\prod \mathbb{X}_{\alpha} is a Hausdorff space in both the box and product topologies. :::

::: theorem Theorem 1.7. Let {Xα}\{ \mathbb{X}_{\alpha} \} be an indexed family of spaces; let AĪ±āŠ†XαA_{\alpha} \subseteq \mathbb{X}_{\alpha} for each α\alpha . If āˆXα\prod \mathbb{X}_{\alpha} is given either the product or the box topology, then āˆAα‾=āˆAα‾\prod \overline{A_{\alpha}} = \overline{\prod A_{\alpha}} :::

::: proof Proof. Let πα\pi_{\alpha} represent the projection mapping.

Let xx be an element of āˆXα\prod \mathbb{X}_{\alpha} . Let VV be an open set in āˆXα\prod \mathbb{X}_{\alpha} that containing xx .

If xāˆˆāˆAα‾x \in \prod \overline{A_{\alpha}} , then πα(V)\pi_{\alpha}(V) is a open set in Xα\mathbb{X}_{\alpha} that containing xαx_{\alpha} . Thus πα(V)\pi_{\alpha}(V) intersect with AαA_{\alpha} . Thus VV intersect with āˆAα\prod A_{\alpha} . Thus xāˆˆāˆAα‾x \in \overline{\prod A_{\alpha}} .

If xāˆˆāˆAα‾x \in \overline{\prod A_{\alpha}} . Let UαU_{\alpha} be an open set of AαA_{\alpha} that contain xαx_{\alpha} . Let V=āˆUβV = \prod U_{\beta} such that Uβ={Xβ,β≠αUα,β=αU_{\beta} = \begin{cases} \mathbb{X}_{\beta}, & \beta \neq \alpha \\ U_{\alpha}, & \beta = \alpha \end{cases} . It is obvious that VV is an open set that contain xx . Thus VV intersect with āˆAα\prod A_{\alpha} . Thus UαU_{\alpha} intersect with AαA_{\alpha} . Thus xāˆˆāˆAα‾x \in \prod \overline{A_{\alpha}} .Ā ā—» :::

::: theorem Theorem 1.8. Let f:Aā†’āˆĪ±āˆˆJXαf: A \rightarrow \prod_{\alpha \in J} \mathbb{X}_{\alpha} be given by the equation f(a)=(fα(a))α∈Jf(a) = ( f_{\alpha}(a) )_{\alpha \in J} where fα:A→Xαf_{\alpha} : A \rightarrow \mathbb{X}_{\alpha} for each α\alpha . Let āˆXα\prod \mathbb{X}_{\alpha} have the product topology. Then the function ff is continuous if and only if each function fαf_{\alpha} is continuous. :::

::: proof Proof. Let πα\pi_{\alpha} be the projection mapping

It is obvious that fāˆ’1(U)=ā‹‚Ī±āˆˆJfĪ±āˆ’1(πα(U))f^{-1}(U) = \bigcap_{\alpha \in J} f_{\alpha}^{-1}(\pi_{\alpha}(U))

If fαf_{\alpha} is continuous. Let VV be a closed set of āˆĪ±āˆˆJXα\prod_{\alpha \in J} \mathbb{X}_{\alpha} . Then πα(V)\pi_{\alpha}(V) is closed. Then fāˆ’1(V)f^{-1}(V) is intersect of closed set. Thus πα(V)\pi_{\alpha}(V) is closed. So ff is continuous.

If ff is continuous. Let UαU_{\alpha} be an open set of Xα\mathbb{X}_{\alpha} . Let Uβ=XβU_{\beta} = \mathbb{X}_{\beta} if β≠α\beta \neq \alpha . Let V=āˆĪ²āˆˆJUβV = \prod_{\beta \in J} U_{\beta} . It is obvious that VV is an open set of āˆXα\prod \mathbb{X}_{\alpha} . And

fāˆ’1V=ā‹‚Ī±āˆˆJfĪ±āˆ’1(πα(U))=fĪ±āˆ’1(Uα)\begin{aligned} f^{-1}{V} &=& \bigcap_{\alpha \in J} f_{\alpha}^{-1}(\pi_{\alpha}(U)) \\ &=& f_{\alpha}^{-1}(U_{\alpha}) \end{aligned}

which is an open set in AA . Thus fαf_{\alpha} is continuous.Ā ā—» :::

1.5 The Subspace Topology

::: {#def:SubspaceTopology .definition} Definition 1.24 (subspace topology). Let X\mathbb{X} be a topological space with topology T\mathbb{T} . If YY is a subset of X\mathbb{X} , the collection TY={Y∩U∣U∈T}\mathbb{T}_{Y} = \{ Y \cap U | U \in \mathbb{T} \} is a topology on YY , called the subspace topology.

YY is also called a subspace of X\mathbb{X} :::

::: lemma Lemma 1.6. 21 If B\mathbb{B} is basis for the topology of X\mathbb{X} , YY is a subset of X\mathbb{X} then the collection BY={B∩Y∣B∈B}\mathbb{B}_{Y} = \{ B \cap Y | B \in \mathbb{B} \} is a basis for the subspace topology on YY :::

::: lemma Lemma 1.7. 22 Let YY be a subspace of X\mathbb{X} . If UU is open in YY and YY is open in X\mathbb{X} , then UU is open in X\mathbb{X} . :::

::: theorem Theorem 1.9. 23 If AA is a subspace of X\mathbb{X} and BB is a subspace of Y\mathbb{Y} , then the product topology on AƗBA \times B is the same as the topology AƗBA \times B inherits as a subspace of XƗY\mathbb{X} \times \mathbb{Y} :::

::: proof Proof. Let BX\mathbb{B}_{\mathbb{X}} and BY\mathbb{B}_{\mathbb{Y}} and BXY\mathbb{B}_{\mathbb{XY}} be basis of topology of X\mathbb{X} and Y\mathbb{Y} and XƗY\mathbb{X} \times \mathbb{Y} respectively. Let BX′\mathbb{B}_{\mathbb{X}}' and BY′\mathbb{B}_{\mathbb{Y}}' and BXY′\mathbb{B}_{\mathbb{XY}}' be basis of topology of AA and AA and AƗBA \times B respectively. We will show that BX′×BY′=BXY′\mathbb{B}_{\mathbb{X}}' \times \mathbb{B}_{\mathbb{Y}}' = \mathbb{B}_{\mathbb{XY}}'. Thus, the product topology on AƗBA \times B is the same as the topology AƗBA \times B inherits as a subspace of XƗY\mathbb{X} \times \mathbb{Y} .

First, every element in BX′×BY′\mathbb{B}_{\mathbb{X}}' \times \mathbb{B}_{\mathbb{Y}}' can be represented by BA∩AƗBB∩B=BAƗBB∩AƗB∈BXY′B_{A} \cap A \times B_{B} \cap B = B_{A} \times B_{B} \cap A \times B \in \mathbb{B}_{\mathbb{XY}}' where BA∈BX′,BB∈BY′B_{A} \in \mathbb{B}_{\mathbb{X}}', B_{B} \in \mathbb{B}_{\mathbb{Y}}'. Thus BX′×BYā€²āŠ†BXY′\mathbb{B}_{\mathbb{X}}' \times \mathbb{B}_{\mathbb{Y}}' \subseteq \mathbb{B}_{\mathbb{XY}}'.

Next, we show that BX′×BY′\mathbb{B}_{\mathbb{X}}' \times \mathbb{B}_{\mathbb{Y}}' generate the topology AƗBA \times B inherits as a subspace of XƗY\mathbb{X} \times \mathbb{Y} . For any open set UU in XƗY\mathbb{X} \times \mathbb{Y} , and āˆ€x∈U∩AƗB,∃BXƗBY∈BXY,x∈BXƗBYāŠ†XƗY\forall x \in U \cap A \times B, \exists B_{\mathbb{X}} \times B_{\mathbb{Y}} \in \mathbb{B}_{\mathbb{XY}}, x \in B_{\mathbb{X}} \times B_{\mathbb{Y}} \subseteq \mathbb{X} \times \mathbb{Y}. Thus x∈BXƗBY∩AƗBāŠ†AƗB,BXƗBY∩AƗB∈BX′×BY′x \in B_{\mathbb{X}} \times B_{\mathbb{Y}} \cap A \times B \subseteq A \times B, B_{\mathbb{X}} \times B_{\mathbb{Y}} \cap A \times B \in \mathbb{B}_{\mathbb{X}}' \times \mathbb{B}_{\mathbb{Y}}'. Thus BX′×BY′\mathbb{B}_{\mathbb{X}}' \times \mathbb{B}_{\mathbb{Y}}' generate the topology AƗBA \times B inherits as a subspace of XƗY\mathbb{X} \times \mathbb{Y} .giĀ ā—» :::

::: {#def:OrderedSquare .definition} Definition 1.25 (ordered square). Let I=[0,1]I = [0,1]. The set IƗII \times I in the dictionary order 24 topology will be called ordered square, and denoted by Io2I_{o}^{2} :::

::: {#def:Convex .definition} Definition 1.26 (convex). Given an ordered set X\mathbb{X} , let us say that a subset Y\mathbb{Y} of X\mathbb{X} is convex in X\mathbb{X} if for each pair of points a<ba < b of Y\mathbb{Y} , the entire interval (a,b)(a,b) of points of X\mathbb{X} lies in Y\mathbb{Y} :::

::: theorem Theorem 1.10. 25 Let X\mathbb{X} be an ordered set in the order topology. Let Y\mathbb{Y} be a subset of X\mathbb{X} that is convex in X\mathbb{X} . Then the order topology on Y\mathbb{Y} is the same as the topology Y\mathbb{Y} inherits as a subspace of X\mathbb{X} . :::

::: proof Proof. Consider the ray (a,+āˆž)(a,+\infty) in X\mathbb{X} . If a∈Ya \in \mathbb{Y}, then (a,+āˆž)∩Y={x∣x∈Yandx>a}(a,+\infty) \cap \mathbb{Y} = \{ x | x \in \mathbb{Y} and x > a \}

This is an open ray of the ordered set of Y\mathbb{Y} . if aāˆ‰Ya \notin Y, then aa is either a lower bound on Y\mathbb{Y} or an upper bound on Y\mathbb{Y} , since Y\mathbb{Y} is convex. In the former case, the set (a,+āˆž)∩Y(a,+\infty) \cap \mathbb{Y} equals all of Y\mathbb{Y} , in the latter case, it is empty.

A similar remark shows that the intersection of the rat (āˆ’āˆž,a)(-\infty,a) with Y\mathbb{Y} is either an open ray of Y\mathbb{Y} , or Y\mathbb{Y} itself, or empty. Since the sets (a,+āˆž)Y(a,+\infty) \cal \mathbb{Y} and (āˆ’āˆž,a)∩Y(-\infty,a) \cap \mathbb{Y} form a subbasis for the subspace topology on Y\mathbb{Y} , and since each is open in the order topology, the order topology contains the subspace topology.

To prove the reverse, note that any open ray of Y\mathbb{Y} equals the intersection of an open ray of X\mathbb{X} with Y\mathbb{Y} , so it is open in the subspace topology on Y\mathbb{Y} . Since the open rays of Y\mathbb{Y} are a subbasis for the order topology on Y\mathbb{Y} , this topology is contained in the subspace topology.Ā ā—» :::

1.5.0.1 Exercise

  1. A map f:X→Y\mathit{f} : \mathbb{X} \rightarrow \mathbb{Y} is said to be a open map[]{#def:OpenMap label="def:OpenMap"} if for every open set UāŠ†XU \subseteq \mathbb{X}, the set f(U)\mathit{f}(U) is open in Y\mathbb{Y} . Show that Ļ€:XƗY→X\pi : \mathbb{X} \times \mathbb{Y} \rightarrow \mathbb{X} is open map.

    ::: proof Proof. An open set in XƗY\mathbb{X} \times \mathbb{Y} can be represented by ∪(UiƗUi′)\cup( U_{i} \times U_{i}' ) where Ui,Ui′U_{i}, U_{i}' are open sets in X\mathbb{X} , Y\mathbb{Y} , respectively.

    Also, ∪(UiƗUi′)=∪(Ui)Ć—āˆŖ(Ui′)\cup( U_{i} \times U_{i}' ) = \cup( U_{i} ) \times \cup( U_{i}' )

    Thus, Ļ€(∪(UiƗUi′))=∪(Ui)\pi(\cup( U_{i} \times U_{i}' )) = \cup( U_{i} )

    Thus, π(U)\pi(U) is open in X\mathbb{X} . ◻ :::

  2. Let X\mathbb{X} and X′\mathbb{X'} denote a single set in the topologies T\mathbb{T} and T′\mathbb{T'} , respectively; let Y\mathbb{Y} and Y′\mathbb{Y'} denote a single set in the topologies U\mathbb{U} and U′\mathbb{U'} , respectively. 26 Assume these sets are nonempty.

    1. Show that if Tā€²āŠ‡T\mathbb{T}' \supseteq \mathbb{T} and Uā€²āŠ‡U\mathbb{U}' \supseteq \mathbb{U} , then the product topologies X′×Y′\mathbb{X'} \times \mathbb{Y'} is finer than the product topology on XƗY\mathbb{X} \times \mathbb{Y} .

    2. Does the converse of the previous statement hold?

  3. Show that the countable collection27 {(a,b)Ɨ(c,d)∣a<b,c<d,a∈Q,b∈Q,c∈Q,d∈Q}\{ (a,b) \times (c,d) | a < b, c < d, a \in \mathbb{Q}, b \in \mathbb{Q}, c \in \mathbb{Q}, d \in \mathbb{Q} \} is a basis for R2\mathbb{R}^{2}

    ::: proof Proof. This is obvious if you prove that (a,b)Ɨ(c,d)(a,b) \times (c,d) is a rectangle in the R2\mathbb{R}^{2} plane.Ā ā—» :::

  4. Let X\mathbb{X} be an ordered set. If Y\mathbb{Y} is a proper subset of X\mathbb{X} that is convex in X\mathbb{X} prove that Y\mathbb{Y} may not be an interval or a ray in X\mathbb{X} .

    ::: proof Proof. Let X=R2\mathbb{X} = \mathbb{R}^{2} with dictionary order. Then Y={(x,y)āˆ£āˆ’1≤x≤1}Y = \{ (x,y) | -1 \le x \le 1 \} is convex in X\mathbb{X} , however it is not an interval or a ray.Ā ā—» :::

    There is a false prove given by myself.

    ::: proof Proof. Let S\mathbb{S} be a set that contain all intervals and rays of Y\mathbb{Y} . We define a partial order on S\mathbb{S} by inclusion. So if there is a chain in S\mathbb{S} : S1āŠ†S2āŠ†S3…S_{1} \subseteq S_{2} \subseteq S_{3} \dots

    Let S=S1∪S2∪S3āˆŖā€¦S = S_{1} \cup S_{2} \cup S_{3} \cup \dots

    Thus, SS is an upper bound of the chain.

    Thus, by Zorn's Lemma, there is a maximal element of S\mathbb{S} , say UU , then we prove that U=YU = \mathbb{Y} .

    If U≠YU \neq \mathbb{Y} , then ∃x,x∈Yāˆ’U\exists x, x \in \mathbb{Y} - U .

    If UU is a ray say (a,+āˆž)(a,+\infty) . Then x<ax < a , thus UāŠ†(x,+āˆž)āŠ†BU \subseteq (x,+\infty) \subseteq \mathbb{B} , then there is contradiction with the maximal element.

    If UU is an interval, the circumstance is similar with the proof of UU is a ray.

    Thus Y\mathbb{Y} is a ray or an interval.Ā ā—» :::

    However, there is issue with this proof, the set SS does exists. However, it may not be an interval or ray, so it may not be contained in S\mathbb{S}

1.6 Closed Sets and Limit Points

::: {#def:Closed .definition} Definition 1.27 (closed). 28 A subset AA of a topological space is said to be closed if the set Xāˆ’A\mathbb{X}-A is open. :::

::: theorem Theorem 1.11. 29 Let X\mathbb{X} be a topological space. Then the following conditions hold

  1. āˆ…\emptyset and X\mathbb{X} are closed.

  2. Arbitrary intersections of closed sets are closed

  3. Finite unions of closed sets are closed :::

::: {#def:ClosedIn .definition} Definition 1.28 (closed in). Let X\mathbb{X} be a topological space; let Y\mathbb{Y} be a subspace of X\mathbb{X} . We say that a set AA is closed in Y\mathbb{Y} if AA is a subset of Y\mathbb{Y} and AA is closed in the subspace topology of Y\mathbb{Y} :::

::: theorem Theorem 1.12. Let Y\mathbb{Y} be a subspace of X\mathbb{X} . Then a set AA is closed in Y\mathbb{Y} if and only if it equals the intersection of a closed set of X\mathbb{X} with Y\mathbb{Y} :::

::: proof Proof. First we proof that if AA is closed in Y\mathbb{Y} , then ∃BāŠ†X,B∩Y=A\exists B \subseteq \mathbb{X}, B \cap \mathbb{Y} = A . As the origin topology form a surjective map to its subspace topology, there exists a BB closed in X\mathbb{X} that Yāˆ’A=(Xāˆ’B)∩Y\mathbb{Y} - A = ( \mathbb{X} - B ) \cap \mathbb{Y} . Then B∩Y=AB \cap \mathbb{Y} = A

Conversely, if ∃BāŠ†X,B∩Y=A\exists B \subseteq \mathbb{X}, B \cap \mathbb{Y} = A . Then, Yāˆ’A=(Xāˆ’B)∩Y\mathbb{Y} - A = ( \mathbb{X} - B ) \cap \mathbb{Y} . Then Xāˆ’B\mathbb{X}-B is open in Y\mathbb{Y} , Yāˆ’A\mathbb{Y}-A is open in Y\mathbb{Y} . Then AA is closed in Y\mathbb{Y}Ā ā—» :::

::: theorem Theorem 1.13. 30 Let Y\mathbb{Y} be a subspace of X\mathbb{X} . If AA is closed in Y\mathbb{Y} and Y\mathbb{Y} is closed in X\mathbb{X} , then AA is closed in X\mathbb{X} . :::

::: {#def:Interior .definition} Definition 1.29 (interior). Given a subset AA of a topological space X\mathbb{X} , the interior of AA is defined as the union of all open sets contained in AA . Denoted by Int(A)Int(A). :::

::: {#def:Closure .definition} Definition 1.30 (closure). Given a subset AA of a topological space X\mathbb{X} , the closure of AA is defined as the intersection of all closed sets containing AA . Denoted by Cl(A)Cl(A) or A‾\overline{A} :::

::: theorem Theorem 1.14. 3132 Let Y\mathbb{Y} be a subspace of a topological space X\mathbb{X} ; let AA be a subset of X\mathbb{X} . Let A‾\overline{A} denote the closure of AA in X\mathbb{X} . Then the closure of AA in Y\mathbb{Y} equals Aā€¾āˆ©Y\overline{A} \cap \mathbb{Y} :::

::: {#def:Intersect .definition} Definition 1.31 (intersect). We say that a set AA intersects BB if A∩BA \cap B is not empty. :::

::: theorem Theorem 1.15. Let AA be a subset of the topological space X\mathbb{X}

  1. The x∈A‾x \in \overline{A} if and only if every open set UU containing xx intersect AA .

  2. Supposing the topology of X\mathbb{X} is given by a basis, then x∈A‾x \in \overline{A} if and only if every basis element BB containing xx intersects AA :::

::: proof Proof. There are only two types of closed set UU in X\mathbb{X} :

  1. UāŠ‡A‾U \supseteq \overline{A}

  2. U∩A≠AU \cap A \neq A

Thus, there are only two types of open set UU in X\mathbb{X} respectively.

  1. UU does not intersects AA .

  2. U∩Aā€¾ā‰ āˆ…U \cap \overline{A} \neq \emptyset

  3. If x∈A‾x \in \overline{A} , then every open set containing xx is the open set of second type, thus every open set containing xx intersects AA

    If every open set containing xx intersect A\mathbb{A} , suppose xāˆ‰A‾x \notin \overline{A} . Then Xāˆ’A‾\mathbb{X} - \overline{A} is a open set containing x, however, it does not intersects AA . Thus, x∈A‾x \in \overline{A} .

  4. If x∈A‾x \in \overline{A} , as every basis element of X\mathbb{X} is a open set, thus every basis element containing xx intersects A\mathbb{A}

    If every open set containing xx intersect A\mathbb{A} , suppose xāˆ‰A‾x \notin \overline{A} .

    As every open sets can be represented by union of basis. Let Xāˆ’A‾=B1∪B2∪B3āˆŖā‹ÆāˆŖB1ā€²āˆŖB2ā€²āˆŖB3ā€²āˆŖā€¦\mathbb{X} - \overline{A} = B_{1} \cup B_{2} \cup B_{3} \cup \dots \cup B_{1}' \cup B_{2}' \cup B_{3}' \cup \dots where BB are bases containing xx , and B′B' are bases that does not contain xx .

    Thus, x∈B1∪B2∪B3āˆŖā‹ÆāŠ†Xāˆ’A‾x \in B_{1} \cup B_{2} \cup B_{3} \cup \dots \subseteq \mathbb{X} - \overline{A}

    Then B1∪B2∪B3āˆŖā€¦B_{1} \cup B_{2} \cup B_{3} \cup \dots that is a open set can be generated by all the bases containing xx , however, that does not intersects AA . So, x∈A‾x \in \overline{A} .

Ā ā—» :::

::: {#def:Neighbourhood .definition} Definition 1.32 (neighbourhood). 33 If we say UU is a neighbourhood of xx in X\mathbb{X} , then UU is an open set in X\mathbb{X} containing xx :::

::: {#def:LimitPoint .definition} Definition 1.33 (limit point, point of accumulation, cluster point). 34 If AA is a subset of topological space X\mathbb{X} .We say that xx is a limit point of AA if and only if every open sets containing xx intersects A with some points other than xx .

This condition is also equivalent to the condition that if xx is a limit point of AA if and only if x∈Aāˆ’{x}‾x \in \overline{A-\{x\}} :::

::: theorem Theorem 1.16. 35 Let AA be a subset of topological space X\mathbb{X} ; let A′A' be the set of all limit points of AA . Then A‾=A∪A′\overline{A} = A \cup A' :::

::: corollary Corollary 1.1. 36 A subset of a topological space is closed if and only if it contains all its limit point. :::

::: {#def:Converge .definition} Definition 1.34 (converge). 37 We say that a sequence of x1,x2,x3…x_{1}, x_{2}, x_{3} \dots converge to xx . When for every neighbourhood UU of xx , there exists a positive integer NN , such that for all n>Nn > N , xn∈Ux_{n} \in U . :::

::: {#def:HausdorffSpace .definition} Definition 1.35 (Hausdorff space). A topological space is called a Hausdorff space, if for every distinct x1x_{1} , x2x_{2} in X\mathbb{X} , there exists disjoint neighbourhood of U1U_{1} , U2U_{2} of x1x_{1} , x2x_{2} in X\mathbb{X} . :::

::: theorem Theorem 1.17. 3839 Every finite point set in a Hausdorff space X\mathbb{X} is closed. :::

::: proof Proof. Let AA be a finite point set in a Hausdorff space X\mathbb{X} .

Suppose AA only have one element. Then for every x∈Xāˆ’Ax\in\mathbb{X}-A , there exists a neighbourhood of xx that does not intersect with AA . So AA is closed.

Suppose AA is a closed finite point set. We take x0∈Xāˆ’Ax_{0}\in\mathbb{X}-A . As finite union of closed set is closed, A∪{x0}A\cup\{x_{0}\} is closed.

Then, from induction, all finite point set in a Hausdorff space is closed.Ā ā—» :::

::: theorem Theorem 1.18. If X\mathbb{X} is a Hausdorff space, then a sequence of points in X\mathbb{X} converges to at most one point. :::

::: proof Proof. Suppose that the following sequence x1,x2,x3…x_{1}, x_{2}, x_{3}\dots

Converge to more than one points say y1,y2,y3…y_{1}, y_{2}, y_{3}\dots

Then there exists n1,n2,n3…,U1,U2,U3…n_{1}, n_{2}, n_{3}\dots, U_{1}, U_{2}, U_{3}\dots

Such that for n>nin > n_{i} xn∈Ui,yi∈Uix_{n} \in U_{i}, y_{i} \in U_{i}

If we take disjoint U1,U2U_{1}, U_{2} which is possible as this is a Hausdorff space.

Then the previews condition does not stand. So, every sequence of points in a Hausdorff space can only converge to at most one point.Ā ā—» :::

::: {#def:Limit .definition} Definition 1.36 (limit). If a sequence xnx_{n} of points in Hausdorff space converge to the point xx , we denote this by xn→xx_{n} \rightarrow x and we say the limit of xnx_{n} is xx . :::

::: {#def:T1Axiom .definition} Definition 1.37 ( T1T_{1} axiom). The condition that all finite point set of a topological space is closed is called T1T_{1} axiom. :::

::: theorem Theorem 1.19. Let X\mathbb{X} be a space satisfying the T1T_{1} axiom; let AA be a subset of X\mathbb{X} . Then the point xx is a limit point of AA if and only if every neighbourhood of xx contains infinitely many points of AA . :::

::: proof Proof. If every neighbourhood of xx contains infinitely many point of AA . Than every neighbourhood of xx intersect with AA with infinite element other than xx , then xx is a limit point of AA .

If xx is a limit point of AA . Suppose that there exists a open set UU containing xx and intersect with AA for finite many points. Let U′=U∩(Aāˆ’x)U' = U \cap ( A - x )

Then, xāˆ‰U′x \notin U' . Let U′′=Uāˆ’U′U'' = U - U'

Then U′′U'' is open as U′U' is a finite point set and U′′=Uāˆ’U′=U∩(Xāˆ’U′)U'' = U - U' = U \cap (\mathbb{X} - U')

Also, x∈U′′x \in U'' . Thus, U′′U'' is a open set containing xx that only intersect AA with xx or do not intersect AA . This is a contradiction of x is a limit point. Thus there does not exists a open set UU containing xx and intersect with AA for finite many points.Ā ā—» :::

::: theorem Theorem 1.20. 40 Every simply ordered set is a Hausdorff space in order topology. :::

::: theorem Theorem 1.21. 41 The product of two Hausdorff space is a Hausdorff space. :::

::: theorem Theorem 1.22. 42 A subspace of a Hausdorff space is a Hausdorff space. :::

1.6.1 Exercise

  1. Give an counter example why ∪Aα‾=∪Aα‾\overline{\cup A_{\alpha}} = \cup \overline{A_{\alpha}} dose not hold.

    ::: proof Proof. Consider the X be the K-topology on the real line.

    Let

    An=(1n+1,1n),n∈Z+A=∪An\begin{aligned} A_{n} &=& (\frac{1}{n+1},\frac{1}{n}), n \in \mathbb{Z}_{+} \\ A &=& \cup A_{n} \end{aligned}

    Then

    An‾=[1n+1,1n]∪An‾=(0,1]\begin{aligned} \overline{A_{n}} &=& [\frac{1}{n+1},\frac{1}{n}] \\ \cup \overline{A_{n}} &=& (0,1] \end{aligned}

    However, as every neighbourhood of 00 intersect ∪Aα\cup A_{\alpha} . 0∈∪Aα‾0 \in \overline{\cup A_{\alpha}} .

    Thus, ∪AĪ±ā€¾ā‰ āˆŖAα‾\overline{\cup A_{\alpha}} \neq \cup \overline{A_{\alpha}}Ā ā—» :::

  2. Prove that Aāˆ’Bā€¾āŠ‡Aā€¾āˆ’B‾\overline{A-B} \supseteq \overline{A} - \overline{B}

    ::: proof Proof. If x∈Aā€¾āˆ’B‾x \in \overline{A} - \overline{B} . Then

    x∈A‾,xāˆ‰B‾\begin{aligned} x \in \overline{A}, x \notin \overline{B} \end{aligned}

    .

    Thus for open set UU containing xx

    ∃U1∩B=āˆ…āˆ€U∩Aā‰ āˆ…\begin{aligned} &\exists& U_{1} \cap B = \emptyset \\ &\forall& U \cap A \neq \emptyset \end{aligned}

    Suppose that xāˆ‰Aāˆ’B‾x \notin \overline{A-B} . Then\

    ∃U0∩(Aāˆ’B)=āˆ…\begin{aligned} \exists U_{0} \cap (A-B) = \emptyset \end{aligned}

    Thus,

    U0∩AāŠ†B\begin{aligned} U_{0} \cap A \subseteq B \end{aligned}

    Thus,

    U1∩B=āˆ…U1∩U0∩A=āˆ…\begin{aligned} U_{1} \cap B &=& \emptyset \\ U_{1} \cap U_{0} \cap A &=& \emptyset \end{aligned}

    As U1∩U0U_{1} \cap U_{0} is an open set containing xx , so there is contradiction with x∈A‾x \in \overline{A} . Thus x∈Aāˆ’B‾x \in \overline{A-B} .Ā ā—» :::

  3. A diagonal[]{#def:Diagonal label="def:Diagonal"} is a subset Ī”={xƗx∣x∈X}\Delta = \{ x \times x | x \in \mathbb{X} \} of the product topology XƗX\mathbb{X \times X} where X\mathbb{X} is a topological space. Show that the diagonal is closed in XƗX\mathbb{X \times X} if and only if X\mathbb{X} is a Hausdorff space.

    ::: proof Proof. If X\mathbb{X} is a Hausdorff space. For every element xƗyx \times y of XƗX\mathbb{X} \times \mathbb{X} that not in Ī”\Delta . We take disjoint set Ux,UyU_{x},U_{y} where x∈Ux,y∈Uyx \in U_{x}, y \in U_{y} . Then XƗXāˆ’Ī”=∪x≠yUxƗUy\mathbb{X} \times \mathbb{X} - \Delta = \cup_{x \neq y} U_{x} \times U_{y} . Where ∪x≠yUxƗUy\cup_{x \neq y} U_{x} \times U_{y} is an open set. Thus Ī”\Delta is a closed set.

    Conversely, if Ī”\Delta is a closed set, suppose that X\mathbb{X} is not a Hausdorff space. Then there exists distinct x,yx, y such that every neighbourhood of xx and yy intersect. Let B\mathbb{B} be a basis of topology of X\mathbb{X} . Then xƗy∈XƗXāˆ’Ī”x \times y \in \mathbb{X} \times \mathbb{X} - \Delta . However we cannot find B1,B2∈B,xƗy∈B1ƗB2āŠ‚XƗXāˆ’Ī”B_{1}, B_{2} \in \mathbb{B}, x \times y \in B_{1} \times B_{2} \subset \mathbb{X} \times \mathbb{X} - \Delta . Then Ī”\Delta is not a closed set. So there is a contradiction, then X\mathbb{X} must be a Hausdorff space.Ā ā—» :::

  4. Prove that T1T_{1} axiom is equivalent to the condition such that for every distinct pair x,yx,y of X\mathbb{X} , there exists neighbourhood of xx does not contain yy .

    ::: proof Proof. First if T1T_{1} axiom hold, then for every pair x,yx,y , the neighbourhood Xāˆ’{y}\mathbb{X}-\{y\} of xx does not contain yy , so the second condition hold.

    Conversely, if the second condition hold. Suppose that we can find a finite points set say {x1,x2,x3…\{x_{1}, x_{2}, x_{3} \dots }, then there must exists x∈{x1,x2,x3…x \in \{x_{1}, x_{2}, x_{3} \dots } such that the set {x}\{x\} is not closed. Then {x}ā€¾āˆ’{x}ā‰ āˆ…\overline{\{x\}} - \{x\} \neq \emptyset . Let y∈{x}ā€¾āˆ’{x}y \in \overline{\{x\}} - \{x\} , then every neighbourhood of y must contain xx , this is a contradiction to the second condition, so the T1T_{1} axiom must hold.Ā ā—» :::

  5. If AāŠ†XA \subseteq \mathbb{X} , we define the boundary[]{#def:Boundary label="def:Boundary"} of AA by the equation BdA=Aā€¾āˆ©Xāˆ’A‾\text{Bd} A = \overline{A} \cap \overline{\mathbb{X}-A}

    1. Show that IntA\text{Int}A and BdA\text{Bd} A are disjoint and A‾=IntA∪BdA\overline{A} = \text{Int} A \cup \text{Bd} A .

      ::: proof Proof. For every x∈BdAx \in \text{Bd}A , every open set contain xx must intersect AA and Xāˆ’A\mathbb{X}-A so, there is no open set UU contain xx , UāŠ†AU \subseteq A .

      For every xā€²āˆˆIntAx' \in \text{Int}A , there exists Uā€²āŠ†AU' \subseteq A , so BdA\text{Bd}A and IntA\text{Int}A are disjoint sets.

      For every x∈A‾x \in \overline{A} , x∈BdAx \in \text{Bd}A or xāˆ‰BdAx \notin \text{Bd}A . We discuss the condition that xāˆ‰BdAx \notin \text{Bd}A .

      Then xāˆ‰Xāˆ’A‾x \notin \overline{\mathbb{X}-A} , then there exists a open set UU containing xx , that does not intersect with Xāˆ’A\mathbb{X}-A . Thus UāŠ†AU \subseteq A , thus x∈IntAx \in \text{Int}A . So Aā€¾āŠ†IntA∪BdA\overline{A} \subseteq \text{Int} A \cup \text{Bd} A .

      Then, BdAāŠ†A‾\text{Bd}A \subseteq \overline{A} , IntAāŠ†AāŠ†A‾\text{Int}A \subseteq A \subseteq \overline{A} . Thus, Aā€¾āŠ‡IntA∪BdA\overline{A} \supseteq \text{Int} A \cup \text{Bd} A

      So, A‾=IntA∪BdA\overline{A} = \text{Int} A \cup \text{Bd} AĀ ā—» :::

    2. Show that BdA=āˆ…\text{Bd}A = \emptyset if and only if AA is both open and closed.

      ::: proof Proof. So, IntA=A‾\text{Int}A = \overline{A} , then BdA=āˆ…\text{Bd}A = \emptyset follows directly from A‾=IntA∪BdA\overline{A} = \text{Int} A \cup \text{Bd} A .Ā ā—» :::

    3. Show that UU is open if and only if BdU=Uā€¾āˆ’U\text{Bd}U = \overline{U}-U .

      ::: proof Proof. Suppose U is open. Then Xāˆ’U‾=Xāˆ’U\overline{\mathbb{X}-U} = \mathbb{X} - U . Then for every x∈Ux \in U , xāˆ‰Xāˆ’U,xāˆ‰Xāˆ’U‾x \notin \mathbb{X} - U, x \notin \overline{\mathbb{X}-U} . Thus Uā€¾āˆ©Xāˆ’U‾=Uā€¾āˆ’U\overline{U} \cap \overline{\mathbb{X}-U}=\overline{U}-U .

      Conversely, suppose BdU=Uā€¾āˆ’U\text{Bd}U = \overline{U}-U . Then for every x∈Ux \in U , xāˆ‰BdUx \notin \text{Bd}U . Then as U‾=IntU∪BdU\overline{U} = \text{Int}U\cup \text{Bd}U , x∈IntUx \in \text{Int}U . So IntUāŠ‡U\text{Int}U \supseteq U . Thus U=IntUU = \text{Int}U . Thus, UU is open.Ā ā—» :::

1.7 Continuous Function

::: {#def:ContinuousRelativeTo .definition} Definition 1.38 (continuous). []{#def:Continuous label="def:Continuous"}43 Let X\mathbb{X} and Y\mathbb{Y} be topological spaces. A function f:X→Yf: \mathbb{X}\rightarrow \mathbb{Y} is said to be continuous if for each open subset VV of Y\mathbb{Y} , the set fāˆ’1(V)f^{-1}(V) is an open subset of X\mathbb{X} . :::

::: theorem Theorem 1.23. Let X\mathbb{X} and Y\mathbb{Y} be topological spaces; let f:X→Yf: \mathbb{X}\rightarrow\mathbb{Y} . Then the following are equivalent.

  1. ff is continuous.

  2. For every subset AA of XX , one has f(A‾)āŠ†f(A)‾f(\overline{A})\subseteq\overline{f(A)} .

  3. For every closed set BB of Y\mathbb{Y} , the set fāˆ’1(B)f^{-1}(B) is closed in X\mathbb{X} .

  4. For each x∈Xx\in\mathbb{X} and each neighbourhood of VV of f(x)f(x) , there is a neighbourhood UU of xx such that f(U)āŠ†Vf(U) \subseteq V . :::

::: proof Proof. 1 ⇒\Rightarrow 3:

Let AA be a open set in Y\mathbb{Y} . fāˆ’1(Yāˆ’A)=Xāˆ’fāˆ’1(A)f^{-1}(\mathbb{Y}-A) = \mathbb{X} - f^{-1}(A) .

3 ⇒\Rightarrow 1:

Let AA be a closed set in Y\mathbb{Y} . fāˆ’1(Yāˆ’A)=Xāˆ’fāˆ’1(A)f^{-1}(\mathbb{Y}-A) = \mathbb{X} - f^{-1}(A) .

1 ⇒\Rightarrow 2:

For x∈A‾x \in \overline{A} , we take a open set f(x)∈UāŠ†Yf(x) \in U \subseteq \mathbb{Y} . Thus x∈fāˆ’1(U)∩Aā‰ āˆ…x \in f^{-1}(U) \cap A \neq \emptyset . Thus U∩f(A)ā‰ āˆ…U \cap f(A) \neq \emptyset . So f(x)∈f(A)‾f(x) \in \overline{f(A)} . Thus f(A‾)āŠ†f(A)‾f(\overline{A})\subseteq\overline{f(A)} .

2 ⇒\Rightarrow 3:

Suppose ff is not continuous. Then there must exists VV , such that fāˆ’1(V)=Uf^{-1}(V) = U is not closed. Thus Uā€¾āŠƒB=fāˆ’1(A)\overline{U} \supset B = f^{-1}(A) . Thus fBā€¾āŠƒAf{\overline{B}} \supset A . However f(B‾)āŠ†f(B)‾=Af(\overline{B}) \subseteq \overline{f(B)} = A . There is a contradiction. So ff must be continuous.

1 ⇒\Rightarrow 4:

For every neighbourhood VV of f(x)f(x) , fāˆ’1(V)f^{-1}(V) is a neighbourhood of xx that f(fāˆ’1(V))āŠ†Vf(f^{-1}(V)) \subseteq V .

4 ⇒\Rightarrow 1:

We take a open set VV of Y\mathbb{Y} . Let SS be the collection of all open set UU in X\mathbb{X} such that f(U)āŠ†Vf(U) \subseteq V . The set cannot be empty unless fāˆ’1(V)=āˆ…f^{-1}(V) = \emptyset . Let U0U_{0} denote the union of all the element in SS . We prove that U0=fāˆ’1(V)U_{0} = f^{-1}(V) .

For all element x∈U0x \in U_{0} , f(x)∈Vf(x) \in V . Thus U0āŠ†fāˆ’1(V)U_{0} \subseteq f^{-1}(V) .

For all element x∈fāˆ’1(V)x \in f^{-1}(V) . There is a U′U' such that x∈U′,f(U′)āŠ†Vx \in U', f(U')\subseteq V . This follows from the condition 4. Thus Uā€²āˆˆSU' \in S . Thus x∈U0x \in U_{0} . Thus U0āŠ†fāˆ’1(V)U_{0} \subseteq f^{-1}(V) . As U0U_{0} is union of open set, U0U_{0} is also open. Thus, fāˆ’1(V)f^{-1}(V) is also open.

Thus ff is continuous.Ā ā—» :::

::: {#def:Homeomorphism .definition} Definition 1.39 (homeomorphism). 44 Let X\mathbb{X} and Y\mathbb{Y} be topological space; let f:X→Yf: \mathbb{X} \rightarrow \mathbb{Y} be a bijection. If both the function ff and the inverse function fāˆ’1:Y→Xf^{-1}: \mathbb{Y} \rightarrow \mathbb{X} are continuous, then f is called a homeomorphism :::

::: {#def:TopologicalImbedding .definition} Definition 1.40 (topological imbedding). Suppose that f:X→Yf: \mathbb{X} \rightarrow \mathbb{Y} is an injective continuous map, where X\mathbb{X} and Y\mathbb{Y} are topological spaces. Let Z\mathbb{Z} be the image set f(X)f(\mathbb{X}) , considered as a subspace of Y\mathbb{Y} ; then the function f′:X→Zf': \mathbb{X} \rightarrow \mathbb{Z} obtained by restricting the range of ff is bijective. If f′f' happens to be a homeomorphism of X\mathbb{X} with Z\mathbb{Z} , we say that the map f:X→Yf: \mathbb{X} \rightarrow \mathbb{Y} is a topological imbedding, or simply an imbedding, of X\mathbb{X} in Y\mathbb{Y} . :::

::: {#theorem:RulesForConstructingContinuousFunctions .theorem} Theorem 1.24 (Rules for constructing continuous functions). Let X\mathbb{X} , Y\mathbb{Y} , and Z\mathbb{Z} be topological spaces.

  1. (Constant function) If f:X→Yf: \mathbb{X} \rightarrow \mathbb{Y} maps all of X\mathbb{X} into the single point y0y_{0} of Y\mathbb{Y} , then ff is continuous.

  2. (Inclusion) If AA is a subspace of X\mathbb{X} , the inclusion function j:A→Xj: A \rightarrow \mathbb{X} is continuous.

  3. (Composites) If f:X→Yf: \mathbb{X}\rightarrow \mathbb{Y} and g:Y→Zg:\mathbb{Y}\rightarrow\mathbb{Z} are continuous, then the map g∘f:X→Zg \circ f: \mathbb{X} \rightarrow \mathbb{Z} is continuous.

  4. (Restricting the domain) If f:X→Yf: \mathbb{X} \rightarrow \mathbb{Y} is continuous, and if AA is a subspace of X\mathbb{X} , then the restriction function f∣A:A→Yf|A : A \rightarrow \mathbb{Y} is continuous.

  5. (Restricting or expanding the range) Let f:X→Yf:\mathbb{X}\rightarrow\mathbb{Y} is continuous. Let Z\mathbb{Z} be a subspace of Y\mathbb{Y} containing the image f(X)f(\mathbb{X}) , the function h:X→Zh: \mathbb{X}\rightarrow \mathbb{Z} obtained by restricting the range of ff is continuous. If Z\mathbb{Z} is a space having Y\mathbb{Y} as a subspace, then the function h:X→Yh: \mathbb{X}\rightarrow\mathbb{Y} obtained by expanding the range of ff is continuous.

  6. (Local formulation of continuity) The map f:X→Yf: \mathbb{X}\rightarrow\mathbb{Y} is continuous if X\mathbb{X} can be written as the union of open sets UαU_{\alpha} such set f∣Uαf|U_{\alpha} is continuous for each α\alpha :::

::: proof Proof.

  1. fāˆ’1(U)f^{-1}(U) of any open set UU is X\mathbb{X} , thus ff is continuous.

  2. For every open subset UU of X\mathbb{X} , jāˆ’1(U)=U∩Aj^{-1}(U) = U\cap A is continuous in AA . Thus jj is a continuous function.

  3. For every open subset UU of Z\mathbb{Z} , fāˆ’1(U)f^{-1}(U) is open in Y\mathbb{Y} , and gāˆ’1(fāˆ’1(U))g^{-1}(f^{-1}(U)) is open in X\mathbb{X} . Thus, g∘fg \circ f is continuous

  4. For every open subset UU of Y\mathbb{Y} , fāˆ’1(U)f^{-1}(U) is open in X\mathbb{X} , thus fāˆ’1(U)∩Af^{-1}(U)\cap A is open in AA . Thus the function f∣Af|A is continuous.

  5. If Z\mathbb{Z} is a subspace of Y\mathbb{Y} , then every open subset of Z\mathbb{Z} can be represented as U∩ZU\cap\mathbb{Z} , where UU is a open subset of Y\mathbb{Y} . Thus hāˆ’1(U∩Z)=gāˆ’1(Z)∩gāˆ’1(U)=X∩gāˆ’1(U)h^{-1}(U\cap\mathbb{Z})=g^{-1}(\mathbb{Z})\cap g^{-1}(U) = \mathbb{X}\cap g^{-1}(U) which is a open subset of XX , thus hh is continuous.

    If Y\mathbb{Y} is a subspace of Z\mathbb{Z} . Then we take a open subset UU of Z\mathbb{Z} . hāˆ’1(U)=g(āˆ’1)(U∩Y)h^{-1}(U) = g^(-1)(U\cap \mathbb{Y}) which is open in X\mathbb{X} , thus hh is continuous.

  6. if f∣Uαf|U_{\alpha} is continuous for each α\alpha . For every open subset UU of Y\mathbb{Y} . U=∪α(Uα∩U)U = \cup_{\alpha} (U_{\alpha}\cap U) where Uα∩UU_{\alpha}\cap U is open both in UαU_{\alpha} and in Y\mathbb{Y} .

    Thus,

    fāˆ’1(U)=fāˆ’1(∪α(Uα∩U))=∪α((f∣Uα)āˆ’1(Uα∩U))\begin{aligned} f^{-1}(U) &=& f^{-1}(\cup_{\alpha} (U_{\alpha}\cap U)) \\ &=& \cup_{\alpha} ((f|U_{\alpha})^{-1}(U_{\alpha}\cap U)) \end{aligned}

    and each (f∣Uα)āˆ’1(Uα∩U)(f|U_{\alpha})^{-1}(U_{\alpha}\cap U) is open, thus fāˆ’1(U)f^{-1}(U) is open.

Ā ā—» :::

::: {#theorem:ThePastingLemma .theorem} Theorem 1.25 (The pasting lemma). 45 Let X=A∪B\mathbb{X} = A \cup B , where A,BA,B are closed in X\mathbb{X} . Let f:A→Yf: A\rightarrow \mathbb{Y} and g:B→Yg: B \rightarrow \mathbb{Y} be continuous. If f(x)=g(x)f(x)=g(x) for every x∈A∩Bx\in A\cap B , then f,gf,g combine to give a continuous function h:X→Yh: \mathbb{X}\rightarrow\mathbb{Y} , defined by setting h(x)=f(x),x∈Ah(x)=f(x),x\in A and h(x)=g(x),x∈Bh(x)=g(x),x\in B . :::

::: {#def:CoordinateFunctions .theorem} Theorem 1.26 (Maps into products). []{#theorem:MapsIntoProducts label="theorem:MapsIntoProducts"} 46 Let f:A→XƗYf: A \rightarrow \mathbb{X}\times\mathbb{Y} be given by the equation f(a)=(f1(a),f2(a))f(a) = (f_{1}(a),f_{2}(a))

Then, the function ff is continuous if and only if the functions f1:A→X,f2:A→Yf_{1}: A \rightarrow \mathbb{X}, f_{2}: A \rightarrow \mathbb{Y} are continuous. :::

::: proof Proof. Let π1,π2\pi_{1},\pi_{2} be the projection function

Ļ€1:XƗY→XĻ€2:XƗY→Y\begin{aligned} \pi_{1}&:& \mathbb{X}\times\mathbb{Y} \rightarrow \mathbb{X} \\ \pi_{2}&:& \mathbb{X}\times\mathbb{Y} \rightarrow \mathbb{Y} \end{aligned}

We first proof that if UU is an open subset of XƗY\mathbb{X} \times \mathbb{Y} , fāˆ’1(U)=f1āˆ’1(Ļ€1(U))∩f2āˆ’1(Ļ€2(U))f^{-1}(U) = f_{1}^{-1}(\pi_{1}(U)) \cap f_{2}^{-1}(\pi_{2}(U))

Let xƗy∈Ux \times y \in U , fāˆ’1(xƗy)f^{-1}(x \times y) contains all aa such that f(a)=xƗyf(a) = x \times y .

Then for any a∈fāˆ’1(xƗy)a \in f^{-1}(x \times y) , a∈f1āˆ’1(Ļ€1(xƗy)),a∈f2āˆ’1(Ļ€2(xƗy))a \in f_{1}^{-1}(\pi_{1}(x \times y)), a \in f_{2}^{-1}(\pi_{2}(x \times y)) .

Thus, fāˆ’1(xƗy)āŠ†f1āˆ’1(Ļ€1(xƗy))∩f2āˆ’1(Ļ€2(xƗy))f^{-1}(x \times y) \subseteq f_{1}^{-1}(\pi_{1}(x \times y)) \cap f_{2}^{-1}(\pi_{2}(x \times y)) .

Thus fāˆ’1(U)āŠ†f1āˆ’1(Ļ€1(U))∩f2āˆ’1(Ļ€2(U))f^{-1}(U) \subseteq f_{1}^{-1}(\pi_{1}(U)) \cap f_{2}^{-1}(\pi_{2}(U)) .

Also, if a∈f1āˆ’1(Ļ€1(xƗy)),a∈f2āˆ’1(Ļ€2(xƗy))a \in f_{1}^{-1}(\pi_{1}(x \times y)), a \in f_{2}^{-1}(\pi_{2}(x \times y)) , f1(a)=x,f2(a)=yf_{1}(a) = x, f_{2}(a) = y .

Thus f(a)=xƗyf(a) = x \times y . Thus a∈fāˆ’1(xƗy)a \in f^{-1}(x \times y) .

Thus fāˆ’1(U)=f1āˆ’1(Ļ€1(U))∩f2āˆ’1(Ļ€2(U))f^{-1}(U) = f_{1}^{-1}(\pi_{1}(U)) \cap f_{2}^{-1}(\pi_{2}(U))

Let UU be any open subset of XƗY\mathbb{X} \times \mathbb{Y}

fāˆ’1(U)=f1āˆ’1(Ļ€1(U))∩f2āˆ’1(Ļ€2(U))f^{-1}(U) = f_{1}^{-1}(\pi_{1}(U)) \cap f_{2}^{-1}(\pi_{2}(U))

Where f1āˆ’1(Ļ€1(U))f_{1}^{-1}(\pi_{1}(U)) and f2āˆ’1(Ļ€2(U))f_{2}^{-1}(\pi_{2}(U)) are both open set. Thus fāˆ’1(U)f^{-1}(U) is open.Ā ā—» :::

1.7.1 Exercise

  1. Let Y\mathbb{Y} be an ordered set in the order topology. Let f,g:X→Yf,g: \mathbb{X} \rightarrow \mathbb{Y} be continuous, show that the set AA {x∣f(x)≤g(x)}\{ x | f(x) \le g(x) \} is closed in X\mathbb{X} .

    ::: proof Proof. We only need to proof Xāˆ’A\mathbb{X}-A is open in X\mathbb{X} . We take x∈Xāˆ’Ax \in \mathbb{X}-A . Thus f(x)>g(x)f(x) > g(x) .

    Let U1,U2U_{1},U{2} be the open set in Y\mathbb{Y} that met the following demand

    āˆ€y1∈U1,y2∈U2,y1>y2f(x)∈U1,gx∈U2\begin{aligned} &&\forall y_{1} \in U_{1}, y_{2} \in U_{2}, y_{1} > y_{2} \\ &&f(x) \in U_{1}, g_{x} \in U_{2} \end{aligned}

    As Y\mathbb{Y} is an ordered set, U1,U2U_{1},U{2} must exist.

    Let U=fāˆ’1(U1)∩gāˆ’1(U2)U = f^{-1}(U_{1}) \cap g^{-1}(U_{2}) . It is obvious that UU is a open set, and x∈Ux \in U .

    Also, for any y∈Uy \in U . f(y)>g(y)f(y)>g(y) . Thus UāŠ†AU \subseteq A . Thus AA is an open set.Ā ā—» :::

  2. Let {Aα}\{A_{\alpha}\} be a collection of subsets of X\mathbb{X} ; let X=∪αAα\mathbb{X} = \cup_{\alpha}A_{\alpha} . Lef f:X→Yf: \mathbb{X}\rightarrow \mathbb{Y} ; suppose that f∣Aαf|A_{\alpha} is continuous for each α\alpha . An indexed family of sets {Aα}\{A_{\alpha}\} is said to be locally finite[]{#def:LocallyFinite label="def:LocallyFinite"} if each point xx of X\mathbb{X} has a neighbourhood that intersect AαA_{\alpha} for only finitely main values of α\alpha . Show that if the family {Aα}\{A_{\alpha}\} is locally finite and each AαA_{\alpha} is closed, then ff is continuous.

    ::: proof Proof. For any closed subset UU of Y\mathbb{Y} . Let V=∪f∣Aα(U)V = \cup f|A_{\alpha}(U)

    We prove that VV is closed, so, ff is continuous.

    To prove that VV is closed, we prove that V‾=V\overline{V} = V . That is for any x∈V‾x \in \overline{V} , we prove x∈Vx \in V . For any neighbourhood BB if xx , let CBC_{B} denote the set that contain all α\alpha , such that f∣Aα(U)f|A_{\alpha(U)} intersect with BB . As BB intersect with VV , CBC_{B} can not be empty.

    Let C={CB∣B be a neighbourhood of x}\mathbb{C} = \{ C_{B} | B \text{ be a neighbourhood of } x \}

    As {Aα}\{A_{\alpha}\} is locally definite, C\mathbb{C} contain at least one element with finite elements.

    Also CB1∩B2āŠ†CB1∩CB2C_{B_{1} \cap B_{2}} \subseteq C_{B_{1}} \cap C_{B_{2}}

    Let ≤\le be a partial order on the C\mathbb{C} . If CB1āŠ†CB2C_{B_{1}} \subseteq C_{B_{2}} , we say that CB1≄CB2C_{B_{1}} \ge C_{B_{2}} .

    If there is chain in C\mathbb{C} CB1≤CB2…C_{B_{1}} \le C_{B_{2}} \dots

    Let CB0C_{B_{0}} be a element of C\mathbb{C} with finite element. If CB0āŠ†CB1,CB0āŠ†CB2…C_{B_{0}} \subseteq C_{B_{1}}, C_{B_{0}} \subseteq C_{B_{2}} \dots . Then CB0C_{B_{0}} is a upper bound of the chain.

    If CC is not a subset of all element of the chain. Then we construct a new set say D={CB0∩B1,CB0∩B2… }D = \{ C_{B_{0} \cap B_{1}}, C_{B_{0} \cap B_{2}} \dots \}

    Let D={CD1∩D2āˆ©ā€¦āˆ£CD1,CD2ā‹ÆāˆˆD}\mathbb{D} = \{ C_{D_{1} \cap D_{2} \cap \dots } | C_{D_1}, C_{D_2}\dots \in D \}

    As CB0C_{B_{0}} is a finite set, DD is a finite set, D\mathbb{D} is also a finite set. Thus there must be a maximal element E∈DE \in \mathbb{D} that is the subset of all element of D\mathbb{D} . Then EE is a subset of all element of the chain. Thus EE is a upper bound of the chain.

    Thus, there must be a maximal element CFC_{F} of C\mathbb{C} , that is a subset of all element of C\mathbb{C} .

    Let GG be the set be the union of all element of CFC_{F} .

    As CFC_{F} is finite, GG is closed. And all neighbourhood of xx intersect with GG . Thus x∈Gx \in G

    As GG is a subset of VV , x∈Vx \in V . So VV is closed. And ff is a continuous function on X\mathbb{X} .Ā ā—» :::

  3. Let AA be a subset of topological space X\mathbb{X} , let Y\mathbb{Y} be a Hausdorff space. Let f:A→Yf: A \rightarrow \mathbb{Y} be a continuous function. Let g:A‾→Yg: \overline{A} \rightarrow \mathbb{Y} also be a continuous function where g(x)=f(x),x∈Ag(x) = f(x), x \in A . Prove that gg us uniquely determined by ff .47

    ::: proof Proof. Say gg and hh are two distinct function that met the demand.

    So there exist x0x_{0} such that g(x0)≠h(x0)g(x_{0}) \neq h(x_{0}) .

    As Y\mathbb{Y} is a Hausdorff space, so there exist adjoint open subset g(x0)∈Ug(x_{0}) \in U and h(x0)∈Vh(x_{0}) \in V .

    Then gāˆ’1(U)g^{-1}(U) and hāˆ’1(V)h^{-1}(V) are both open subset of X\mathbb{X} that contain x0x_{0} .

    If gāˆ’1(U)∩hāˆ’1(V)∩Aā‰ āˆ…g^{-1}(U) \cap h^{-1}(V) \cap A \neq \emptyset . Then there exist x1∈gāˆ’1(U)∩hāˆ’1(V)∩Ax_{1} \in g^{-1}(U) \cap h^{-1}(V) \cap A such that g(x1)∈Ug(x_{1}) \in U and h(x1)∈Vh(x_{1}) \in V and g(x1)=h(x1)g(x_{1})=h(x_{1}) . However UU and VV are disjoint. So there is a contradiction.

    As āˆ’1(U)∩hāˆ’1(V)^{-1}(U) \cap h^{-1}(V) is a open subset contain x0x_{0} . So āˆ’1(U)∩hāˆ’1(V)^{-1}(U) \cap h^{-1}(V) must intersect with AA . So it is impossible that gāˆ’1(U)∩hāˆ’1(V)∩A=āˆ…g^{-1}(U) \cap h^{-1}(V) \cap A = \emptyset .

    So g=hg=h .Ā ā—» :::

1.8 Metric Topology

::: {#def:Distance .definition} Definition 1.41 (metric). []{#def:Metric label="def:Metric"} A metric on a set X\mathbb{X} is a function d:XƗX→Rd: \mathbb{X} \times \mathbb{X} \rightarrow \mathbb{R} having the following properties:

  1. d(x,y)≄0d(x,y) \geq 0 for all x,y∈Xx,y \in \mathbb{X} ; equality hold if and only if x=yx = y

  2. d(x,y)=d(y,x),āˆ€x,y∈Xd(x,y) = d(y,x), \forall x,y \in \mathbb{X}

  3. (Triangle Inequality) d(x,y)+d(y,z)≄d(x,z),āˆ€x,y,z∈Xd(x,y) + d(y,z) \geq d(x,z), \forall x,y,z \in \mathbb{X}

Given a metric dd on X\mathbb{X} , the number d(x,y)d(x,y) is often called the distancebetween xx and yy in the metric dd . :::

::: {#def:EpsilonBallCenteredAtX .definition} Definition 1.42 ( ϵ\epsilon -ball centered at xx ). *48 Given metric dd on a set X\mathbb{X} and ϵ>0\epsilon > 0 . The set

Bd(x,ϵ)={y∣d(x,y)<ϵ}B_{d}(x,\epsilon) = \{ y | d(x,y) < \epsilon \}

is called ϵ\epsilon -ball centered at xx .* :::

::: {#def:MetricTopology .definition} Definition 1.43 (metric topology). If dd is a metric on the set X\mathbb{X} , then the collection of all ϵ\epsilon -balls Bd(x,ϵ)B_{d}(x,\epsilon) , such that x∈Xx \in \mathbb{X} and ϵ>0\epsilon > 0 , is a basis for a topology on X\mathbb{X} , called the metric topology induced by dd . :::

::: {#def:MetricSpace .definition} Definition 1.44 (metrizable). []{#def:Metrizable label="def:Metrizable"} If X\mathbb{X} is topological space, X\mathbb{X} is said to be metrizable if there exists a metric dd on the set X\mathbb{X} that induces the topology of X\mathbb{X} . A metric spaceis a metrizable space X\mathbb{X} together with a specific metric dd that gives the topology of X\mathbb{X} . :::

::: {#def:Bounded .definition} Definition 1.45 (bounded). Let X\mathbb{X} be a metric space with metric dd . A subset AA of X\mathbb{X} is said to be bounded if there is some number MM such that d(a1,a2)≤Md(a_{1},a_{2}) \leq M for every pair a1a_{1} and a2a_{2} if points of AA . :::

::: {#def:Diameter .definition} Definition 1.46 (diameter). Let X\mathbb{X} be a metric space with metric dd . Let AA be a bounded subset of X\mathbb{X} . Then diameter is defined to be diamA=sup⁔{d(a1,a2)∣a1,a2∈A}\mathrm{diam}A = \sup\{ d(a_{1},a_{2}) | a_{1}, a_{2} \in A \} :::

::: {#def:StandardBoundedMetric .theorem} Theorem 1.27. Let X\mathbb{X} be a metric space with metric dd . Define d‾:XƗX→R\overline{d}: \mathbb{X} \times \mathbb{X} \rightarrow \mathbb{R} by the equation d‾(x,y)=min{d(x,y),1}\overline{d}(x,y) = min\{ d(x,y),1 \}

Then d‾\overline{d} is a metric that induces the same topology as dd .

The metric d‾\overline{d} is called the standard bounded metriccorresponding to dd :::

::: proof Proof. It is obvious that d‾\overline{d} is a metric.

To prove that dd and d‾\overline{d} induces the same topology, it is suffice to prove that for all a∈Xa \in X and ϵ>0\epsilon > 0 there exists {aα}\{a_{\alpha}\} and {ϵα}\{\epsilon_{\alpha}\} where ϵα≤1\epsilon_{\alpha} \leq 1 such that Bd(a,ϵ)=ā‹ƒBd‾(aα,ϵα)B_{d}(a,\epsilon) = \bigcup B_{\overline{d}}(a_{\alpha},\epsilon_{\alpha})

For every x∈Bd(a,ϵ)x \in B_{d}(a,\epsilon) take ax=xa_{x} = x and ϵx<min(Ļµāˆ’d(a,x),1)\epsilon_{x} < min(\epsilon - d(a,x),1) . Then Bd(a,ϵ)āŠ‡Bd‾(ax,ϵx)B_{d}(a,\epsilon) \supseteq B_{\overline{d}}(a_{x},\epsilon_{x}) as for all y∈Bd‾(ax,ϵx)y \in B_{\overline{d}}(a_{x},\epsilon_{x})

d(a,y)≤d(a,ax)+d(ax,y)<min(Ļµāˆ’d(a,x),1)+d(a,ax)≤ϵ\begin{aligned} d(a,y) &\leq& d(a,a_{x}) + d(a_{x},y) \\ &<& min(\epsilon - d(a,x),1) + d(a,a_{x}) \\ &\leq& \epsilon \end{aligned}

Thus Bd(a,ϵ)=ā‹ƒx∈Bd(a,ϵ)Bd‾(ax,ϵx)B_{d}(a,\epsilon) = \bigcup_{ x \in B_{d}(a,\epsilon) } B_{\overline{d}}(a_{x},\epsilon_{x})Ā ā—» :::

::: {#def:Norm .definition} Definition 1.47 (norm). *Given x=(x1,…,xn)x = (x_{1},\dots,x_{n}) in Rn\mathbb{R}^{n} . The norm of xx is defined by the equation

∣∣x∣∣=(x12+⋯+xn2)12||x|| = ( x_{1}^{2}+\dots+x_{n}^{2} )^{\frac{1}{2}}

:::

::: {#def:EuclideanMetric .definition} Definition 1.48 (euclidean metric). The euclidean metric dd on Rn\mathbb{R}^{n} is defined by d(x,y)=∣∣xāˆ’y∣∣d(x,y) = ||x-y|| :::

::: {#def:SquareMetric .definition} Definition 1.49 (square metric). The square metric ρ\rho on Rn\mathbb{R}^{n} is defined by ρ(x,y)=max{∣x1āˆ’y1∣,…,∣xnāˆ’yn∣}\rho(x,y) = max\{ |x_{1}-y_{1}|,\dots,|x_{n}-y_{n}| \} :::

::: lemma Lemma 1.8. Let dd and d′d' be two metrics on the set X\mathbb{X} ; let T\mathbb{T} and T′\mathbb{T'} be the topology induced by dd and d′d' respectively. Then T′\mathbb{T'} is finer than TT if and only if for all x∈Xx \in \mathbb{X} and ϵ>0\epsilon > 0 , there exists a Ī“>0\delta > 0 such that Bd′(x,Ī“)āŠ†Bd(x,ϵ)B_{d'}(x,\delta) \subseteq B_{d}(x,\epsilon) :::

::: proof Proof. If T′\mathbb{T'} is finer than T\mathbb{T} . Then for all Bd(x,ϵ)B_{d}(x,\epsilon) there exists a open set UU that containing xx such that UāŠ†Bd(x,ϵ)U \subseteq B_{d}(x,\epsilon) . As {Bd′(x,Ī“)}\{{B_{d'}(x,\delta)}\} is a basis of T′T' , then there exists Bd′(x,Ī“)āŠ†UB_{d'}(x,\delta) \subseteq U that containing xx .

If for all Bd(x,ϵ)B_{d}(x,\epsilon) , there exists Bd′(x,Ī“)āŠ†Bd(x,ϵ)B_{d'}(x,\delta) \subseteq B_{d}(x,\epsilon) . Then as {Bd′(x,ϵ)}\{{B_{d'}(x,\epsilon)}\} and {Bd(x,ϵ)}\{{B_{d}(x,\epsilon)}\} are both basis, then T′\mathbb{T'} is finer than TT .Ā ā—» :::

::: theorem Theorem 1.28. 49 The topologies on Rn\mathbb{R}^{n} induced by the euclidean metric dd and the square metric ρ\rho are the same as the product topology on Rn\mathbb{R}^{n} . :::

::: {#def:UniformMetric .definition} Definition 1.50 (uniform metric, uniform topology). *Given an index set JJ , and given points x=(xα)α∈Jx = (x_{\alpha})_{\alpha \in J} and y=(yα)α∈Jy = (y_{\alpha})_{\alpha \in J} of RJ\mathbb{R}^{J} , let us define a metric ρ‾\overline{\rho} on RJ\mathbb{R}^{J} by the equation

ρ‾(x,y)=sup⁔{d‾(xα,yα)∣α∈J}\overline{\rho}(x,y) = \sup\{ \overline{d}(x_{\alpha},y_{\alpha}) | \alpha \in J \}

where d‾\overline{d} is the standard bounded metric on R\mathbb{R} . ρ‾\overline{\rho} is called the uniform metric on RJ\mathbb{R}^{J} , and the topology it induces is called the uniform topology* :::

::: theorem Theorem 1.29. 50 The uniform topology on RJ\mathbb{R}^{J} is finer than the product topology and is coarser than the box topology. :::

::: theorem Theorem 1.30. *Let d‾(a,b)=min⁔{∣aāˆ’b∣,1}\overline{d}(a,b) = \min\{ |a-b|,1 \} be the standard bounded metric on R\mathbb{R} . If xx nad yy are two points of Rω\mathbb{R}^{\omega} , define

D(x,y)=sup⁔{d‾(xi,yi)i}D(x,y) = \sup\left\{ \frac{\overline{d}(x_{i},y_{i})}{i} \right\}

Then DD is a metric that induces the product topology on Rω\mathbb{R}^{\omega} :::

::: proof Proof. The properties of a metric are satisfied trivially except for the triangle inequality, which is proved by noting that for all ii ,

d‾(xi,zi)i≤d‾(xi,yi)i+d‾(yi,zi)i≤D(x,y)+D(y,z)\begin{aligned} \frac{\overline{d}(x_{i},z_{i})}{i} &\le& \frac{\overline{d}(x_{i},y_{i})}{i} + \frac{\overline{d}(y_{i},z_{i})}{i} \\ &\le& D(x,y) + D(y,z) \end{aligned}

so that

sup⁔{d‾(xi,zi)i}≤D(x,y)+D(y,z)\sup\left\{ \frac{\overline{d}(x_{i},z_{i})}{i} \right\} \le D(x,y) + D(y,z)

The fact that DD gives the product topology requires a little more work. First, let UU be open in the metric topology and let x∈Ux \in U ; we find an open set VV in the product topology such that x∈VāŠ‡Ux \in V \supseteq U . Choose an Ļµāˆ’ball\epsilon-ball BD(x,ϵ)B_{D}(x,\epsilon) lying in UU . Then choose NN large enough that 1N<ϵ\frac{1}{N} < \epsilon . Finally, let VV be the basis element for the product topology V=(x1āˆ’Ļµ,x1+ϵ)×⋯×(xNāˆ’Ļµ,xN+ϵ)ƗRƗR×…V = (x_{1}-\epsilon,x_{1}+\epsilon) \times \dots \times (x_{N}-\epsilon,x_{N}+\epsilon) \times R \times R \times \dots

We assert that V∈BD(x,ϵ)V \in B_{D}(x,\epsilon) : Given any yy in Rω\mathbb{R}^{\omega} d‾(xi,yi)i≤1N,āˆ€i≄N\frac{\overline{d}(x_{i},y_{i})}{i} \le \frac{1}{N}, \forall i \ge N

Therefore, D(x,y)≤max⁔{d‾(x1,y1)1,…,d‾(xN,yN)N,1N}D(x,y) \le \max\left\{ \frac{\overline{d}(x_{1},y_{1})}{1},\dots,\frac{\overline{d}(x_{N},y_{N})}{N},\frac{1}{N} \right\}

If yy is in VV , this expression is less than ϵ\epsilon , so that VāŠ†BD(x,ϵ)V \subseteq B_{D}(x,\epsilon) , as desired.

Conversely, consider a basis element U=āˆi∈Z+UiU = \prod_{i \in \mathbb{Z}_{+}} U_{i} for the product topology, where UiU_{i} is open in R\mathbb{R} for i=α1,…,αni = \alpha_{1},\dots,\alpha_{n} and Ui=RU_{i} = \mathbb{R} for all other indices ii . Given x∈Ux \in U , we find an open set VV of the metric topology such that x∈VāŠ‡Ux \in V \supseteq U . Choose an interval (xiāˆ’Ļµi,xi+ϵi)(x_{i}-\epsilon_{i},x_{i}+\epsilon_{i}) in R\mathbb{R} centered about xix_{i} and lying in UiU_{i} for i=α1,…,αni = \alpha_{1},\dots,\alpha_{n} ; choose each ϵi≤1\epsilon_{i} \le 1 . Then define ϵ=min⁔{ϵii∣i=α1,…,αn}\epsilon = \min \left\{ \frac{\epsilon_{i}}{i} | i = \alpha_{1},\dots,\alpha_{n} \right\}

We assert that x∈BD(x,ϵ)āŠ†Ux \in B_{D}(x,\epsilon) \subseteq U

Let yy be a point of BD(x,ϵ)B_{D}(x,\epsilon) . Then for all ii d‾(xi,yi)i≤D(x,y)<ϵ\frac{\overline{d}(x_{i},y_{i})}{i} \le D(x,y) < \epsilon

Now if i=α1,…,αni = \alpha_{1},\dots,\alpha_{n} , then ϵ≤ϵii\epsilon \le \frac{\epsilon_{i}}{i} , so that d‾(xi,yi)<ϵi≤1\overline{d}(x_{i},y_{i}) < \epsilon_{i} \le 1 ; it follows that ∣xiāˆ’yi∣<ϵi|x_{i}-y_{i}| < \epsilon_{i} . Therefore yāˆˆāˆUiy \in \prod U_{i} , as desired.Ā ā—» :::

::: {#def:HilbertCube .definition} Definition 1.51 (Hilbert Cube). The set H=āˆn∈Z+[0,1n]H = \prod_{ n \in \mathbb{Z}_{+} } [0,\frac{1}{n}] is called Hilbert cube :::

::: {#def:L2Topology .definition} Definition 1.52 (l2l^{2}-topology). Let X\mathbb{X} be the subset of Rω\mathbb{R}^{\omega} consisting of all sequences xx such that āˆ‘xi2\sum x_{i}^{2} converges.

Then the formula d(x,y)=[āˆ‘i=1āˆž(xiāˆ’yi)2]12d(x,y) = \left[ \sum_{i=1}^{\infty}(x_{i}-y_{i})^{2} \right]^{\frac{1}{2}} defines a metric on X\mathbb{X} . The topology induced by dd is called the l2l^{2}-topology. :::

::: {#def:FirstCountabilityAxiom .definition} Definition 1.53 (countable basis at point xx ). *[]{#def:CountableBasisAtPointX label="def:CountableBasisAtPointX"} A space is said to be have countable basis at point xx if there is a countable collection {Un}n∈Z+\{ U_{n} \}_{n \in \mathbb{Z}_{+}} of neighbourhoods of xx such that any neighbourhood UU of xx contains at least on of the sets UnU_{n} . A space X\mathbb{X} that has a countable basis at each of its point is said to satisfy the first countability axiom * :::

::: theorem Theorem 1.31. Let f:X→Yf: \mathbf{X} \rightarrow \mathbf{Y} be metrizable with metric dXd_{\mathbf{X}} and dYd_{\mathbf{Y}} , respectively. Then continuity of ff is equivalent to the requirement that given x∈Xx \in \mathbb{X} and given ϵ>0\epsilon > 0 , there exists Ī“>0\delta > 0 such that dX(x,y)<Ī“ā€…ā€ŠāŸ¹ā€…ā€ŠdY(f(x),f(y))<ϵd_{\mathbf{X}}(x,y) < \delta \implies d_{\mathbb{Y}}(f(x),f(y)) < \epsilon :::

::: proof Proof. Suppose ff is continuous. Given xx and ϵ\epsilon , consider the set fāˆ’1(B(f(x),ϵ))f^{-1}(B(f(x),\epsilon)) which is open in X\mathbb{X} and contains the point xx . It contains some Ī“\delta -ball B(x,Ī“)B(x,\delta) centered at xx . If yy is in this Ī“\delta -ball, then f(y)f(y) is in this Ī“\delta -ball as desired.

Conversely, suppose that the Ļµāˆ’Ī“\epsilon-\delta condition is satisfied. Let VV be open in Y\mathbb{Y} ; we show that fāˆ’1(V)f^{-1}(V) is open in X\mathbb{X} . Let xx be a point of the set fāˆ’1(V)f^{-1}(V) . Since f(x)∈Vf(x) \in V there is an ϵ\epsilon -ball B(f(x),ϵ)B(f(x),\epsilon) centered at f(x)f(x) and contained in VV . By the Ļµāˆ’Ī“\epsilon-\delta condition, there exists a Ī“\delta -ball centered at xx such that f(B(x,Ī“))āŠ†B(f(x),ϵ)f(B(x,\delta)) \subseteq B(f(x),\epsilon) . Then B(x,Ī“)B(x,\delta) is a neighbourhood of xx contained in fāˆ’1(V)f^{-1}(V) , so that fāˆ’1(V)f^{-1}(V) is open, as desired.Ā ā—» :::

::: {#def:TheSequenceLemma .lemma} Lemma 1.9 (The sequence lemma). 51 Let X\mathbb{X} be a topological space; let AāŠ†XA \subseteq \mathbb{X} If there is a sequence of points of AA converging to xx , then x∈A‾x \in \overline{A} , the converse holds if X\mathbb{X} is metrizable. :::

::: theorem Theorem 1.32. 52 Let f:X→Yf: \mathbb{X} \rightarrow \mathbb{Y} . If the function ff is continuous, then for every convergent sequence xn→xx_{n} \rightarrow x , the sequence f(xn)f(x_{n}) converges to f(x)f(x) . The converse holds if X\mathbb{X} is metrizable. :::

::: lemma Lemma 1.10. 53 The addition, subtraction, and multiplication operations are continuous functions from RƗR\mathbb{R} \times \mathbb{R} into R\mathbb{R} ; and the quotient operation is continuous function from RƗ(Rāˆ’{0})\mathbb{R} \times (\mathbb{R} - \{0\}) into R\mathbb{R} . :::

::: theorem Theorem 1.33. 54 If X\mathbb{X} is a topological space, and if f,g:X→Rf,g: \mathbb{X} \rightarrow \mathbb{R} are continuous functions, then f+gf + g , fāˆ’gf - g and fā‹…gf \cdot g are continuous. If g(x)≠0g(x) \neq 0 for all xx , then fg\frac{f}{g} is continuous. :::

::: {#def:ConvergeUniformly .definition} Definition 1.54 (converge uniformly). Let fn:X→Yf_{n}: \mathbb{X} \rightarrow \mathbb{Y} be a sequence of functions from the set X\mathbb{X} to the metric space Y\mathbb{Y} . Let dd be the metric for Y\mathbb{Y} . We say that the sequence (fn)(f_{n}) converges uniformly to the function f:X→Yf : \mathbb{X} \rightarrow \mathbb{Y} if given ϵ>0\epsilon > 0 , there exists an integer NN such that d(fn(x),f(x))<ϵd(f_{n}(x),f(x)) < \epsilon for all n>Nn > N and all x∈Xx \in \mathbb{X} :::

::: {#def:UniformLimitTheorem .theorem} Theorem 1.34 (Uniform limit theorem). Let fn:X→Yf_{n} : \mathbb{X} \rightarrow \mathbb{Y} be a sequence of continuous functions from the topological space X\mathbb{X} to the metric space Y\mathbb{Y} . If (fn)(f_{n}) converges uniformly to ff , then ff is continuous. :::

::: {#def:IsometricImbedding .definition} Definition 1.55 (isometric imbedding). Let X\mathbb{X} and Y\mathbb{Y} be metric spaces with metric dXd_{\mathbb{X}} and dYd_{\mathbb{Y}} , respectively. Let f:X→Yf: \mathbb{X} \rightarrow \mathbb{Y} have the property that for every pair of points x1x_{1} , x2x_{2} of X\mathbb{X} , and dY(f(x1),f(x2))=dX(x1,x2)d_{\mathbb{Y}}(f(x_{1}),f(x_{2})) = d_{\mathbb{X}}(x_{1},x_{2})

ff is an topological imbedding and is called an isometric imbedding of X\mathbb{X} in Y\mathbb{Y} :::

Footnotes

  1. The set U\mathbb{U} can form a topology because of the definition of topology is intersection of finite sub collection. If this can be intersection of infinite sub collection, U\mathbb{U} will not be a topology. ↩

  2. Note that this expression may not be unique. ↩

  3. We omit the proof of this lemma as it is obvious. ↩

  4. We omit the proof of this lemma as it is obvious. ↩

  5. Whenever we consider R\mathbb{R} , we shall suppose it is given this topology unless we specifically state otherwise. ↩

  6. We omit the proof of this change@code@ as it is obvious. ↩

  7. It is obvious that T\mathbb{T} is a topology, we just omit the proof here. ↩

  8. It is obvious that T′\mathbb{T'} is also a topology, we just omit the proof here. ↩

  9. The standard topology on R\mathbb{R} is an order topology derived from the usual order on R\mathbb{R} . ↩

  10. open rays are always open sets in the order topology ↩

  11. the open rays also formed a subbasis of the order topology ↩

  12. We omit the proof of this change@code@ as it is obvious. ↩

  13. We omit the proof of this change@code@ as it is obvious. ↩

  14. In the finite case, the product topology and box topology are the same, however they differ when X\mathbb{X} is a infinite cartesian product. ↩

  15. This is also called a projection mappingin a cartesian product. ↩

  16. A index set was the set {1,…,n}\{1,\dots,n\} or the set Z+\mathbb{Z}_{+} . ↩

  17. It is assumed that it is given product topology when considering āˆXα\prod X_{\alpha} unless it state specifically. ↩

  18. We omit the proof of this change@code@ as it is obvious. ↩

  19. We omit the proof of this change@code@ as it is obvious. ↩

  20. We omit the proof of this change@code@ as it is obvious. ↩

  21. We omit the proof of this change@code@ as it is obvious. ↩

  22. We omit the proof of this change@code@ as it is obvious. ↩

  23. If X\mathbb{X} is an ordered set in the order topology, and Y\mathbb{Y} is a subset of X\mathbb{X} . The order relation, when restricted to Y\mathbb{Y} , makes Y\mathbb{Y} into and ordered set. However, the resulting order topology on Y\mathbb{Y} need not be the same as the topology that Y\mathbb{Y} inherits as a subspace of X\mathbb{X} . ↩

  24. *the dictionary means for X1,X2∈Y=X1ƗX2ƗX3…X_{1}, X_{2} \in \mathbb{Y} = \mathbb{X}_{1} \times \mathbb{X}_{2} \times \mathbb{X}_{3} \dots which:

    X1=(x1,x2,x3… )X2=(x1′,x2′,x3′… )\begin{aligned} X_{1} &=& (x_{1},x_{2},x_{3}\dots)\\ X_{2} &=& (x_{1}',x_{2}',x_{3}'\dots) \end{aligned}

    X1>X2X_1 > X_2 only when

    ∃k∈Z+,āˆ€i∈Z+,0<i<kxi=xi′xk>xk′\begin{aligned} && \exists k \in \mathbb{Z}_{+}, \forall i \in \mathbb{Z}_{+}, 0 < i < k \\ && x_{i} = x_{i}'\\ && x_{k} > x_{k}' \end{aligned}
    ↩
  25. Given X\mathbb{X} is an ordered set in the order topology and Y\mathbb{Y} is a subset of X\mathbb{X} , we shall assume that Y\mathbb{Y} is given the subspace topology unless we specifically state otherwise. ↩

  26. what does X\mathbb{X} , X′\mathbb{X'} , Y\mathbb{Y} , Y′\mathbb{Y'} really mean here?? I do not know, so I just put the exercise here without a proof. ↩

  27. The prove of this set is countable is typically similar to Cantor's enumeration of a countable collection of countable sets. ↩

  28. A set can be open, or closed, or both, or neither ↩

  29. We omit the proof of this change@code@ as it is obvious. ↩

  30. As the proof is similar to the case in the open set, so we omit the proof here. ↩

  31. We omit the proof of this change@code@ as it is obvious. ↩

  32. As the closure of AA in X\mathbb{X} and the closure AA in Y\mathbb{Y} will sometimes be different. We always use A‾\overline{A} to denote the closure of AA in X\mathbb{X} ↩

  33. Some other mathematicians use neighbourhood to say that UU merely contains an open set containing xx . The book does not give a formal definition for the word merely, and I am not sure either. ↩

  34. Note that, xx may belong to AA or not, this does not matter. ↩

  35. We omit the proof of this change@code@ as it is obvious. ↩

  36. We omit the proof of this change@code@ as it is obvious. ↩

  37. In real line, a sequence can not converge to multiple points, but for an arbitrary topological space, this is possible. ↩

  38. This implies that a sequence in a Hausdorff space cannot converge to multiple points. The following theorem prove this. ↩

  39. The condition every finite point set is closed is weaker than the Hausdorff space condition. For instance, the finite complement topology of R\mathbb{R} met the condition of finite point set. However it is not a Hausdorff space. ↩

  40. We omit the proof of this change@code@ as it is obvious. ↩

  41. We omit the proof of this change@code@ as it is obvious. ↩

  42. We omit the proof of this change@code@ as it is obvious. ↩

  43. As the continuity of a function is different as the topological spaces are different. So if we want to emphasis this fact, we say that ff is continuous relativeto specific topologies on X\mathbb{X} and Y\mathbb{Y} . ↩

  44. A equivalent way to define homeomorphism, is that for any open subset UU of X\mathbb{X} , f(U)f(U) is open if and only if UU is open. ↩

  45. The proof of this theorem is similar to the "Local formulation of continuity" condition of "Rules for constructing continuous functions", so we omit the proof here. ↩

  46. The map f1,f2f_{1},f_{2} are called the coordinate functionsof ff ↩

  47. It is possible that gg does not exist.

    Let X\mathbb{X} be the real line with order topology. Let Y\mathbb{Y} be {0,1}\{0,1\} .

    Let A=Xāˆ’{0}A = \mathbb{X} - \{0\} .

    Let, f(x)={1,x>00,x<0f(x) = \begin{cases} 1, & x > 0 \\ 0, & x < 0 \end{cases}

    So, it is obvious that ff is a continuous function on X\mathbb{X} . However gg does not exist in this case. ↩

  48. When no confusion will arise, the metric dd may be omit in Bd(x,ϵ)B_{d}(x,\epsilon) ↩

  49. We omit the proof of this change@code@ as it is obvious. ↩

  50. We omit the proof of this change@code@ as it is obvious. ↩

  51. We omit the proof of this change@code@ as it is obvious. ↩

  52. We omit the proof of this change@code@ as it is obvious. ↩

  53. We omit the proof of this change@code@ as it is obvious. ↩

  54. We omit the proof of this change@code@ as it is obvious. ↩