You are on page 1of 33

Lecture-1: Revision of metric space

Metric space: Let X be a non-empty set. A metric on X is a function d : X × X → [0, ∞) satisfying the
following conditions:

(i) d(x, y) = 0 if and only if x = y;

(ii) d(x, y) = d(y, x) for all x, y ∈ X; (symmetry)

(iii) d(x, y) = d(x, z) + d(z, y) for all x, y, z ∈ X. (triangle inequality)

The pair (X, d) is called as metric space.

Example 1: Let X = R and d(x, y) = |x − y|, x, y ∈ R. Then d is a metric on X.


p
Example 2: Let X = Rn and d(x, y) = (x1 − y1 )2 + · · · + (xn − yn )2 , where x = (x1 , . . . , xn ) and y =
(y1 , . . . , yn ). Then d is a metric on X.

Example 3: Let X be a non-empty set. Define d : X × X → [0, ∞) as


(
6 y
1, x =
d(x, y) =
0, x = y.

Then d is a metric on X known as discrete metric and (X, d) is called as discrete metric space.

Open and closed ball: An open ball in a metric space (X, d) centred at x0 (∈ X) of radius r (> 0) is given
by B(x0 , r) = {x ∈ X : d(x, x0 ) < r}. Similarly, a closed ball in (X, d) centred at x0 of radius r is given by
B(x0 , r) = {x ∈ X : d(x, x0 ) ≤ r}.

Open set: A subset G of (X, d) is said to be an open set if for each x ∈ G there exists an open ball B(x, rx )
such that B(x, rx ) ⊆ G.

Example 4: Every metric space is open.

Example 5: Every open ball in a metric space is an open set.

Example 6: Arbitrary union of open balls is an open set.

What about the intersection of open balls? Is it open? Think.

Closed set: Complement of an open set is called as closed set.

Exercises:
1. Determine which of them is a metric on X where

(i) X = R, d(x, y) = (x − y)2 .

(ii) X = R, d(x, y) = |x2 − y 2 |.

(iii) X= the set of all bounded functions on [a, b], d(f, g) = supx∈[a,b] |f (x) − g(x)|.

(iv) X = R2 , d(x, y) = |x1 − y1 |, where x = (x1 , x2 ) and y = (y1 , y2 ).

(v) X = R2 , d(x, y) = |x1 − y1 | + |x2 − y2 | where x = (x1 , x2 ) and y = (y1 , y2 ).


2. Sketch the open balls of unit radius centred at the origin in R2 with respect to the following metric:
p
(i) d(x, y) = (x1 − y1 )2 + (x2 − y2 )2 , where x = (x1 , x2 ) and y = (y1 , y2 ).

(ii) d(x, y) = |x1 − y1 | + |x2 − y2 |, where x = (x1 , x2 ) and y = (y1 , y2 ).

(iii) d(x, y) = max |xi − yi |, where x = (x1 , x2 ) and y = (y1 , y2 ).


1≤i≤2

3. Let (X, d) be a discrete metric space and x0 ∈ X. Describe B(x0 , 1), B(x0 , 2) and B(x0 , 1). What do you
conclude from this observation?

4. Let (X, d) be a metric space. Then prove that the intersection of finitely many open balls is an open set.

5. Give an example to show that infinite intersection of open balls is not an open set.
Lecture-2: Definition and examples of topology

Let’s observe few things about open sets in a metric space (X, d). First, S X and the empty set ∅ are open
sets. Next, if {Ai : i ∈ I} is any collection of open sets in (X, d), Tnthen i∈I Ai is open (verify!). Finally, if
{Ai : 1 ≤ i ≤ n} is any finite collection of open sets in (X, d), then i=1 Ai is open (verify!). These observations
now set a ground to formally define topology.

Topology: A topology on a set X is a collection T of subsets of X with the following properties:

(i) ∅ and X are in T .

(ii) Any union of sets in T belongs to T .

(iii) Any finite intersection of sets in T belongs to T .

The pair (X, T ) is called as a topological space and the elements of T are called as open sets. The complement
of an open set is known as a closed set.

Example 1: Take T = {X, ∅}. Then T is a topology on X known as indiscrete topology.

Example 2: Take T = P(X), the power set of X. Then T is a topology on X known as discrete topology.

Example 3: Let X = {a, b, c}. Then following are the topologies on X:

(i) T = {X, φ, {a}}.

(ii) T = {X, φ, {a}, {a, b}}.

(iii) T = {X, φ, {a}, {b, c}}.

Example 4: Let X be a set. Define

Tf = {U ⊆ X : U c is finite or U c = X}.

Then Tf is a topology on X and is known as cofinite topology or finite complement topology.

Example 5: Let X be a set. Define

Tc = {U ⊆ X : U c is countable or U c = X}.

Then Tc is a topology on X and is known as co-countable topology.

Exercises: S
1. Show that if {Ai : i ∈ I} is any collection of open sets in a metric space (X, d), then i∈I Ai is an open set.
Tn
2. Show that if {Ai : 1 ≤ i ≤ n} is any finite collection of open sets in a metric space (X, d), then i=1 Ai is an
open set.

3. Find all the topologies on X in Example 3.

4. Prove that Tf and Tc are topologies on X as defined in Example 4 and Example 5, respectively.
Lecture-3: Basis for a topology

Comparison of topologies: Let X be a set and T1 , T2 be two topologies on X. We say that T1 , T2 are
comparable if either T1 ⊆ T2 or T2 ⊆ T1 . In case, if T1 ⊆ T2 , then we say that T2 is finer that T1 or T1 is
coarser than T2 or T2 is larger than T1 or T1 is smaller than T2 or T2 is stronger than T1 or T1 is weaker than T2 .

Discrete topology is the largest topology and the indiscrete topology is the smallest topology.

Basis for a topology: Let X be a set. A basis for a topology on X is a collection B of subsets of such that

(i) For each x ∈ X, there exists B ∈ B such that x ∈ B.

(ii) For any B1 , B2 ∈ B, if x ∈ B1 ∩ B2 then there exists B3 ∈ B such that x ∈ B3 ⊆ B1 ∩ B2 .

The elements of B are called as basis elements.

Topology generated by a basis: Let X be a set with a basis B. We define T as follows:

A subset U of X belongs to T if for each x ∈ U , there exists B ∈ B such that x ∈ B ⊆ U .

Then T is a topology on X known as the topology generated by the basis B.


Proof of the fact that T is a topology: Clearly, X belongs to S T whereas ∅ ∈ T vacuously. Let {Ui : i ∈ I}
be any collection of elements of T . We need to show that U = i∈I Ui ∈ T . To this end, let x ∈ U . Then
x ∈ Ui for some i ∈ I. Since Ui ∈ T , there exists B ∈ B such that x ∈ B ⊆ Ui ⊆ U .
To show that any finite intersection of elements of T belongs to T , it is enough to show that U1 ∩ U2 ∈ T
for any U1 , U2 ∈ T . The general case will follow from mathematical induction. To this end, let U1 , U2 ∈ T .
Suppose that x ∈ U1 ∩ U2 . Then there exist B1 , B2 ∈ B such that x ∈ B1 ⊆ U1 and x ∈ B2 ⊆ U2 . Since
x ∈ B1 ∩ B2 , there exists B3 ∈ B such that x ∈ B3 ⊆ B1 ∩ B2 ⊆ U1 ∩ U2 . Thus U1 ∩ U2 ∈ T . This completes
the proof.
Remark: Note that every basis element belongs to T . That is, every basis element is an open set.

Example 1: The collection of all the open circular regions in R2 is a basis.

Example 2: The collection of all the open rectangular regions in R2 is a basis.

Example 3: All the singletons form a basis for a discrete topological space.

Example 4: {X} is a basis for an indiscrete topological space (X, T ).

Example 5: If (X, d) is a metric space, then the collection of all open balls forms a basis for a topology on X
induced by the metric d.

Exercises:
1. Let X = {a, b, c} and T = {∅, X, {a}, {a, b}}. Find a basis for T .

2. Let X = N, the set of all natural numbers. Let B be the collection of all doubletons of X. Is B a basis for
any topology on X? Justify.

3. Let X = {a, b, c, d} and B = {a}, {a, b}, {a, c}, {a, d} . Is B a basis for any topology on X? If yes, find the


topology generated by B on X.
Lecture-4: Basis for a topology continued

Proposition: Let X be a set and B be a basis for a topology T on X. Then T equals the collection of all
possible unions of elements of B.
Proof: Let {Bi : i ∈ I} be a collection of elements in B. Since each Bi ∈ T , it follows that Bi ∈ T .
S
i∈I
Conversely,Ssuppose that U ∈ T . Then for each x ∈ U , there exists Bx ∈ B such that x ∈ Bx ⊆ U . This gives
that U = Bx . This completes the proof.
x∈U

Remark: Every metric space is a topological space where topology is generated by the basis consisting of all
open balls.

Proposition: Let B and B 0 be bases for the topologies T and T 0 , respectively, on X. Then the following are
equivalent:

(i) T is smaller than T 0 .

(ii) For each x ∈ X and each basis element B ∈ B containing x, there is a basis elements B 0 ∈ B 0 such that
x ∈ B 0 ⊆ B.

Proof: (i) =⇒ (ii): Let x ∈ X and B ∈ B with x ∈ B. Since B ∈ T and T ⊆ T 0 , we get B ∈ T 0 . Since T 0
is generated by B 0 , there exists B 0 ∈ B such that x ∈ B 0 ⊆ B.
(ii) =⇒ (i): Let U ∈ T and x ∈ U . Since B generates T , there exists B ∈ B such that x ∈ B ⊆ U . By (ii),
there exists B 0 ∈ B 0 such that x ∈ B 0 ⊆ B. Hence, x ∈ B 0 ⊆ U . Thus U ∈ T 0 .

Standard topology on R: Let B = {(a, b) : a, b ∈ R}. Then B is a basis and the topology generated by B is
called as the standard topology on R. Note that the standard topology is induced by the metric d(x, y) = |x − y|
on R.

Lower limit topology on R: Let B = {[a, b) : a, b ∈ R}. Then B is a basis and the topology generated by B
is called as the lower limit topology on R.

Proposition: Lower limit topology is strictly larger than the standard topology on R.
Proof: Let T and Tl be the standard and lower limit topologies on R, respectively. Given a basis element (a, b)
of T and x ∈ (a, b), the basis elements [x, b) ∈ Tl and x ∈ [x, b) ⊂ (a, b). On the other hand, given [x, c) ∈ Tl ,
there is no open interval (a, b) that contains x and lies in [x, c). Thus Tl is strictly larger than T .

Exercises:
1. Let B = {(−∞, a) : a ∈ R}. Show that B is a basis. Determine whether the topology generated B on R is
smaller or larger than the standard topology on R.

2. Find a basis for the cofinite topology on N.

3. Find a basis for the co-countable topology on N.

4. Consider the cofinite and co-countable topologies on R. Determine which one is larger. Is the inclusion strict?
Lecture-5: Order topology

Let X be a totally ordered set with order relation ≤. Given a, b ∈ X with a < b, we have four types of
subsets of X called as the intervals determined by a and b:

(a, b) = {x : a < x < b},

(a, b] = {x : a < x ≤ b},


[a, b) = {x : a ≤ x < b},
[a, b] = {x : a ≤ x ≤ b}.
Basis for the order topology: Let X be a totally ordered set. Let B be the collection of all sets of the
following types:

(i) All open intervals (a, b) ⊆ X.

(ii) All intervals of the form [a0 , b), where a0 is the smallest element (if any) of X.

(iii) All intervals of the form (a, b0 ], where b0 is the largest element (if any) of X.

The collection B is a basis (verify!) for a topology on X, which is called as the order topology.

Remark: If X has no smallest element, then there are no sets of type (ii). Similarly, if X has no largest element,
then there are no sets of type (iii).

Example 1: The standard topology on R is the order topology induced by the usual order on R.

Example 2: The order topology on N with usual order is generated by the basis consisting of all open intervals
and right-half open intervals of the form [1, n), n ∈ N. Note that every singleton is a basis element. Thus the
order topology is the discrete topology.

Example 3: Consider R × R with the dictionary order. To avoid any confusion, we denote an element of R × R
by a × b for a, b ∈ R. Thus, a × b < c × d if either a < c or if a = c, then b < d. Then the order topology on R2
is generated by the basis consisting of open intervals
   
a × b, c × d = a × y : b < y < d ∪ x × y : a < x < c, y ∈ R ∪ c × y : y < d .

Example 4: Let X = {1, 2} × N with the dictionary order. Then the order topology on X is not the discrete
topology (verify!).

Exercises:
1. Prove that B is a basis.

2. Prove that the order topology on X in Example 4 is not the discrete topology.
Lecture-6: Product and subspace topology
Product topology: Let (X, T1 ) and (Y, T2 ) be two topological spaces. Consider the following collection of
subsets of X × Y :
B = U × V : U ∈ T1 and V ∈ T2


Then B is a basis (verify!) and the topology generated by B is called as the product topology on X × Y .

Remark: The collection B is not a topology on X × Y. For example, the union of two rectangles in R2 is, in
general, not a rectangle.

Theorem: Let (X, T1 ) and (Y, T2 ) be two topological spaces. If B1 is a basis for (X, T1 ) and B2 is a basis for
(Y, T2 ), then the collection
D = B × C : B ∈ B1 and C ∈ B2


is a basis for the product topology on X × Y.


Proof: Let (x, y) ∈ X × Y . Then by definition of the product topology, there exists U ∈ T1 and V ∈ T2 such
that (x, y) ∈ U × V ⊆ X × Y . Since B1 is a basis for T1 and B2 is a basis for T2 , there exists B ∈ B1 and
C ∈ B2 such that x ∈ B ⊆ U and y ∈ C ⊆ V . Thus, (x, y) ∈ B × C ⊆ U × V ⊆ X × Y. Next, suppose that
(x, y) ∈ (B1 × C1 ) ∩ (B2 × C2 ) for B1 , B2 ∈ B1 and C1 , C2 ∈ B2 . Note that
(B1 × C1 ) ∩ (B2 × C2 ) = (B1 ∩ B2 ) × (C1 ∩ C2 ).
Since B1 and B2 are basis, there exist B3 ∈ B1 and C3 ∈ B2 such that x ∈ B3 ⊆ B1 ∩ B2 and y ∈ C3 ⊆ C1 ∩ C2 .
Thus, we get (x, y) ∈ B3 × C3 ⊆ (B1 × C1 ) ∩ (B2 × C2 ). This completes the proof.

Example 1: Consider R with the standard topology. Then the product topology on R × R is also called as
the standard topology on R × R. By the preceding theorem, all open rectangles form a basis for the standard
topology on R × R.

Subspace topology: Let (X, T ) be a topological space and Y be a subset of X. The collection
TY = U ∩ Y : U ∈ T


is a topology (verify!) on Y , called as the subspace topology and (Y, TY ) is called a subspace of (X, T ).

Proposition: Let (X, T ) be a topological space and (Y, TY ) be a subspace of (X, T ). Then the following
statements are true:
(i) If B is a basis for (X, T ), then BY = {B ∩ Y : B ∈ B} is a basis for (Y, TY ).
(ii) If U ∈ TY and Y ∈ T , then U ∈ T .
Proof: (i) Let y ∈ Y ⊆ X. Then there exists B ∈ B such that y ∈ B ⊆ X. Thus y ∈ B ∩ Y ⊆ Y . Further,
let y ∈ (B1 ∩ Y ) ∩ (B2 ∩ Y ) for some B1 , B2 ∈ B. Note that (B1 ∩ Y ) ∩ (B2 ∩ Y ) = (B1 ∩ B2 ) ∩ Y. Since B is
a basis, there exists B3 ∈ B such that y ∈ B3 ⊆ B1 ∩ B2 . Clearly y ∈ B3 ∩ Y ⊆ (B1 ∩ B2 ) ∩ Y. Thus BY is a
basis for (Y, TY ).
(ii) Since U ∈ TY , there exists V ∈ T s.t. U = V ∩ Y. As both V and Y are open in X, it follows that U is
open in X. This completes the proof.

Exercises:
1. Let Rl and R denote the real line with the lower limit topology and the standard topology, respectively.
Describe the product topology on Rl × R. Is it smaller or larger than the standard topology on R × R?

2. Consider the standard topology on R. What is the subspace topology on N? What is the subspace topology
on Q? Compare both the subspace topologies.
Lecture-7: Product and subspace topology continued

Theorem: Let (X, T ) and (Y, T 0 ) be topological spaces. Let (A, TA ) and (B, TB0 ) be the subspaces of (X, T )
and (Y, T 0 ), respectively. Then the product topology on A × B is equal to the subspace topology of A × B
considered as a subspace of X × Y.
Proof: We show that the bases for the product topology and the subspace topology on A × B are same. This
will complete the proof. To this end, note that any open subset of (A, TA ) is given by U ∩ A where U ∈ T and
any open set of (B, TB0 ) is given by V ∩ B where V ∈ T 0 . Thus, by definition of the product topology,
n o
B = (U ∩ A) × (V ∩ B) : U ∈ T , V ∈ T 0

is a basis for the product topology on A × B. Observe that


n o n o
B = (U ∩ A) × (V ∩ B) : U ∈ T , V ∈ T 0 = (U × V ) ∩ (A × B) : U ∈ T , V ∈ T 0 .

The latter set is a basis for the subspace topology on A × B. This completes the proof.

Example 1: Let Y = [0, 1]. Then the basis for the subspace topology on Y consists of intervals of the form
(a, b), [0, a), (a, 1], [0, 1] and φ. Note that [0, a) and (a, 1] are not open on R but are open in Y . Also, the order
topology on Y is same as the subspace topology of Y .

Example 2: Let Y = [0, 1) ∪ {2}. Then {2} is open in the subspace topology of Y but not open in the order
topology of Y . Because, any basis elements of the order topology on Y containing 2 is of the form {x : x ∈ Y
and a < x ≤ 2} for some a ∈ Y . Such basis element is not contained in {2}.

Example 3: Let I = [0, 1]. Consider I × I with the dictionary order. Then the subspace topology on I × I
inherited from R× R with the dictionary order is not same as the (dictionary) order topology on I × I. For
instance, the set 21 × 21 , 1 is open in I × I in the subspace topology but not open in the order topology.

Exercises:
1. Consider R with the standard topology. What is the subspace topology on N? What is the subspace topology
on Y = {0} ∪ {1/n : n ∈ N}? Is the subspace topology on Y discrete? Justify.

2. Suppose that X is a topological space with the discrete topology. Is the subspace topology of a subset Y ⊆ X
necessarily the discrete topology on Y ? Justify.

3. Suppose that X is a topological space with the indiscrete topology. Is the subspace topology of a subset
Y ⊆ X necessarily the indiscrete topology on Y ? Justify.

4. Let X = {a, b, c, d} and T be the topology on X given as

T = ∅, {b}, {c}, {a, b}, {b, c}, {a, b, c}, {b, c, d}, X .


Write down the subspace topology TY on the subset Y = {a, b, d}.

5. Consider R with the co-countable topology. Describe the subspace topology on N.


Lecture-8: Closed sets
Closed sets: A subset F of a topological space (X, T ) is said to be closed if X\F is open.

Example 1: Let (X, T ) be the topological space. Then X and ∅ are closed sets, as they are the complement
of open sets ∅ and X, respectively.

Example 2: Consider R with the standard topology. Then [a, b] is a closed set. Moreover, every finite subset
of R is a closed set (verify!).

Example 3: Consider R2 with the standard topology. Then the set {(x, y) : x ≥ 0, y ≥ 0} is a closed set. In
fact, R2 \{(x, y) : x ≥ 0, y ≥ 0} = (−∞, 0) × R ∪ R × (−∞, 0), which is open in R2 .

Example 4: Let (X, Tc ) be the topological space with the cofinite topology. Then a closed set is either X or a
finite subset of X.

Example 5: Let (X, T ) be the topological space with the discrete topology. Then every subset of X is a closed
set.

Remark: That ‘if a set is not open, then it is closed’ is not true. For example, consider R with the standard
topology. Then (0, 1] is neither open nor closed.

Proposition: Let (X, T ) be a topological space. Then the following are true:
(i) X, φ are closed sets.
(ii) Any intersection of closed sets is a closed set.
(iii) Any finite union of closed sets is a closed set.
Proof: Exercise.

Theorem: Let (Y, TY ) be a subspace of the topological space (X, T ). Then a subset A ⊆ Y is closed in (Y, TY )
if and only if A = Y ∩ F for some closed set F in (X, T ).
Proof: Suppose that A = Y ∩ F for some closed set F in (X, T ). Then X\F is open in (X, T ) and hence,
Y ∩ (X\F ) is open in (Y, TY ). Note that Y ∩ (X\F ) = Y \A which is open in (Y, TY ). Thus, A is closed in
(Y, TY ).
Conversely, suppose that A is closed in (Y, TY ). Then Y \A is open in (Y, TY ). Hence there exists an open
set U in (X, T ) such that Y \A = Y ∩ U . Thus A = Y ∩ (X\U ). This completes the proof.

Corollary: Let (Y, TY ) be a subspace of the topological space (X, T ). If A is closed in (Y, TY ) and Y is closed
in (X, T ), then A is closed in (X, T ).
Proof: If A is closed in (Y, TY ), then by the preceding theorem, there exists a closed set F in (X, T ) such that
A = Y ∩ F . Since Y is closed in (X, T ), it follows that A is closed in (X, T ).

Exercises:
1. Prove that every finite subset of R with the standard topology is closed.

2. Prove the above proposition.

3. Describe all closed subsets of R with the co-countable topology.

4. Find closed subsets of R with the lower limit topology. Compare them with closed subsets of R with the
standard topology.
Lecture-9: Closure of a set

Closure of a set: Let (X, T ) be a topological space and A be a subset of X. Then the closure of A is the
intersection of all closed sets containing A. The closure of A is denoted by A.

Remark: Clearly, A ⊆ A and A is always a closed subset of X. Also, A is closed if and only if A = A.

Neighborhood: Let (X, T ) be a topological space and x ∈ X. Then a neighborhood of x is an open set which
contains x.

Example 1: Consider R with the standard topology. Then (−, ) is a neighborhood of 0 for each  > 0.

Example 2: Consider X with the discrete topology and let x ∈ X. Then every subset which contains x is a
neighborhood of x.

Theorem: Let (X, T ) be a topological space and A be a subset of X. Then

A = {x ∈ X : every neighborhood of x intersects A}.

Proof: Let us say,

B = {x ∈ X : every neighborhood of x intersects A}.

Suppose that x 6∈ B. Then there exists a neighborhood U of x such that U ∩ A = ∅. Hence A ⊆ X \ U . Since
X \ U is closed, it follows from the definition of the closure that A ⊆ X \ U . Thus x 6∈ A. Hence A ⊆ B.
Conversely, suppose that x 6∈ A. Then U = X\A is a neighborhood of x which does not intersect A. Hence
x 6∈ B. Thus B ⊆ A. This completes the proof.

Example 3: Consider R with the standard topology. Then we have the following:
1. If A = (0, 1], then A = [0, 1].
n o
2. If A = n1 : n ≥ 1 , then A = A ∪ {0}.

3. If A = {0} ∪ (1, 2), then A = {0} ∪ [1, 2].

4. If A = Q, then A = R.

5. If A = N, then A = N.

6. If A = (0, ∞), then A = [0, ∞).


Limit point: Let (X, T ) be a topological space and A be a subset of X. Let x ∈ X. We say that x is a
limit point of A if every neighborhood of x intersects A in some point other than x itself. In other words, x is a
limit point of A if (A\{x})∩U 6= ∅ for every neighborhood U of x. The set of all limit points of A is denoted by A0 .

Example 4: Consider R with the standard topology. Then we have the following:
1. If A = (0, 1], then A0 = [0, 1].
n o
2. If A = n1 : n ≥ 1 , then A0 = {0}.

3. If A = {0} ∪ (1, 2), then A0 = [1, 2].

4. If A = Q, then A0 = R.
5. If A = N, then A0 = ∅.

6. If A = (0, ∞), then A0 = [0, ∞).

Theorem: Let (X, T ) be a topological space and A be a subset of X. Then A = A ∪ A0 .


Proof: Suppose that x ∈ A0 . Then every neighborhood of x intersects A and hence, by the preceding theorem
x ∈ A0 . Thus A0 ⊆ A. Consequently, A ∪ A0 ⊆ A.
Conversely, suppose that x ∈ A. If x ∈ A, then clearly x ∈ A ∪ A0 and we are done. Suppose that x 6∈ A.
Since x ∈ A, every neighborhood of x intersects A. As x 6∈ A, so every neighborhood of x intersects A in a point
different from x. Thus X ∈ A0 and hence x ∈ A ∪ A0 . This completes the proof.

Exercises:
1. Consider R with the standard topology. Then find A and A0 for the following:

(i) A = (0, 1) ∩ Q

(ii) A = (0, 1) ∩ (R \ Q)

(iii) A = Z ∪ (R \ Q)

2. Consider R with the lower limit topology. Then find A and A0 for the following:

(i) A = (0, 1) ∩ Q

(ii) A = (0, 1) ∩ (R \ Q)

(iii) A = Z ∪ (R \ Q)

(iv) A = (0, 1)

(v) A = [0, 1)

3. Consider R with the cofinite topology. Then find A and A0 for the following:

(i) A = (0, 1) ∩ Q

(ii) A = (0, 1) ∩ (R \ Q)

(iii) A = Z ∪ (R \ Q)

(iv) A = (0, 1)

(v) A = [0, 1)

(vi) A = Q

(vii) A = N

(viii) A = {1, 2, . . . , n}
Lecture-10: Boundary and interior of a set

Boundary of a set: Let (X, T ) be a topological space and A be a subset of X. A point x ∈ X is said to be a
boundary point of A if every neighborhood of x intersects A and (X \ A). The set of all boundary points of A is
called as the boundary of A and is denoted by ∂A.

Remark: It immediately follows from the definition of the closure that ∂A = A ∩ (X \ A).

Example 1: Consider R with the standard topology. Then we have the following:

(i) If A = (0, 1), then ∂A = {0, 1}.

(ii) If A = [0, 1] then ∂A = {0, 1}.

(iii) If A = Z, then ∂A = Z.

(iv) If A = R, then ∂A = ∅.

Example 2: Consider R with the cofinite topology.

(i) If A = (0, 1), then ∂A = R.

(ii) If A = {1, 2, ..., n} then ∂A = A.

Interior of a set: Let (X, T ) be a topological space and A be a subset of X. Then the interior of A is defined
as the union of all open sets contained in A. It is denoted as Int(A). A point x ∈ Int(A) is called as an interior
point of A.

Remark: It follows from the definition that Int(A) is always an open set and Int(A) ⊆ A.

Proposition: Let (X, T ) be a topological space and A be a subset of X. Then the following statements are
true:

(i) x ∈ Int(A) if and only if there exists a neighborhood U of x such that U ⊆ A.

(ii) Int(A) ∩ ∂A = ∅ and A = Int(A) ∪ ∂A.

Proof: (i) Suppose that x ∈ Int(A). Take U = Int(A). Then U is open and U ⊆ A. Conversely, suppose that
there exists a nbd U of x such that U ⊆ A. Since Int(A) is the union of all open sets contained in A, we get that
x ∈ U ⊆ Int(A).
(ii) Suppose that x ∈ Int(A) ∩ ∂A. Then by (i), there exists a neighborhood U of x such that U ⊆ A. By
definition of ∂A, U also intersects (X\A). This is a contradiction. Hence Int(A) ∩ ∂A = φ.
Suppose that x ∈ A. If x ∈ Int(A), we are done. So assume that x 6∈ Int(A). Thus every nbd of x intersects
A and is not contained in A. In other words, every nbd of x intersects A and (X \A). Hence x ∈ ∂A. Conversely,
suppose that x ∈ Int(A) ∪ ∂A. If x ∈ Int(A), then x ∈ Int(A) ⊆ A ⊆ A. If x ∈ ∂A, then by the definition of
∂A, every neighborhood of x intersects A, and hence, x ∈ A. This completes the proof.

Exercises:
1. Find the boundary and the interior of the following sets in R with standard topology, lower limit topology,
cofinite topology and co-countable topology:
{1}, [a, b), (a, b], (a, b) ∪ {1, . . . , n}, (a, b) ∪ Q, {π, π 2 , π 3 } ∪ Q.
Lecture-11: Continuous functions
Let us recall the definition of continuity of a function f : R −→ R at a point x0 . We say that f is continuous
at x0 if for each  > 0, there exists a δ > 0 such that |x − x0 | < δ =⇒ |f (x) − f (x0 )| < . In other words, for
every neighborhood V of f (x0 ), there is a neighborhood U of x0 such that f (U ) ⊆ V . This realization gives us
a way to define a continuous function between two topological spaces.

Continuous function: Let (X, T ) and (Y, T 0 ) be two topological spaces. A function f : X −→ Y is said to
be continuous at x ∈ X if for each neighborhood V of f (x), there is a neighborhood U of x such that f (U ) ⊆ V .
We say that f is continuous on X if f is continuous at each x ∈ X.

Proposition: Let (X, T ) and (Y, T 0 ) be two topological spaces and f : X −→ Y . Then f is continuous on X
if and only if inverse image of each open set in Y is open in X.

Proof: Suppose that f is continuous on X and let V be an open set in Y . In order to show that f −1 (V ) is
open in X, we show that Int(f −1 (V )) = f −1 (V ). Note that Int(f −1 (V )) ⊆ f −1 (V ). So suppose that x ∈ f −1 (V ).
Since f is continuous at x and V is a neighborhood of f (x), therefore there exists a neighborhood U of x such
that f (U ) ⊆ V. That is, x ∈ U ⊆ f −1 (V ). Thus x ∈ Int(f −1 (V )). Hence f −1 (V ) ⊆ Int(f − 1(V )) and so, f −1 (V )
is open.
Conversely, suppose that inverse image of each open set in Y is open in X. Let x ∈ X and V be any
neighborhood of f (x). Since f −1 (V ) is open in X, so take U = f −1 (V ). Then f (U ) = f (f −1 (V )) ⊆ V. Thus f
is continuous at x. As x was arbitrarily chosen, it follows that f is continuous on X. This completes the proof.

Remark: If topology of the range space (Y, T 0 ) is given by a basis B, then to show the continuity of f , it is suf-
ficient to show the inverse image
S of every basis element open. Because, any open set V of Y can be written as a
S is−1
−1
union of basis elements: V = Bi . Then f (V ) = f (Bi ). So f −1 (V ) is open if f −1 (Bi ) is open for all i ∈ I.
i∈I i∈I

Example 1: Let (X, T ) and (Y, T 0 ) be two topological spaces and f : X −→ Y be a constant function, say
f (x) = y0 for all x ∈ X. Then f is continuous. In fact, if V is any open set in Y , then
(
X, if y0 ∈ V ;
f −1 (V ) =
∅, if y0 ∈
/ V.

Example 2: Let (X, T ) be a topological space. Then the identity map I : X −→ X is continuous.

Example 3: Let Td be the discrete topology and Ti be the indiscrete topology on a set X. Then the identity
map I : (X, Ti ) −→ (X, Td ) is not continuous.

Example 4: Let (X, T ) be a discrete topological space and (Y, T 0 ) be any topological space. Then every
function f : X −→ Y is continuous.

Example 5: Let (X, T ) be any topological space and (Y, T 0 ) be an indiscrete topological space. Then every
function f : X −→ Y is continuous.

Example 6: Let R with the standard topology and with the lower limit topology be denoted by Rs and Rl ,
respectively. Then the identity map I : Rs −→ Rl is not continuous. As the inverse image of [a, b), which is
equal to itself, is not open in Rs .

Exercises:
1. Let X = {a, b, c, d} and T1 , T2 be two topologies on X given by

T1 = X, ∅, {a}, {b}, {a, b}, {a, b, c} , T2 = X, ∅, {b}, {c}, {b, c}, {a, b, c}, {b, c, d} .
 
Then which of the following functions f : (X, T1 ) −→ (X, T2 ) are continuous:

(i) f is identity map.

(ii) f (a) = b, f (b) = c, f (c) = d, f (d) = a

(iii) f (a) = f (b) = c, f (c) = f (d) = a

(iv) f (a) = f (b) = b, f (c) = f (d) = d

(v) f (a) = f (b) = f (c) = b, f (d) = a

What about the continuity of above functions f when f : (X, T2 ) −→ (X, T1 )?


Lecture-12: Continuous functions continued
Theorem: Let (X, T ) and (Y, T 0 ) be two topological spaces and f : X −→ Y . Then the following statements
are equivalent:
(i) f is continuous on X.
(ii) For every subset A of X, f (A) ⊆ f (A).
(iii) For every closed set B of Y , the set f −1 (B) is closed.
Proof: (i) =⇒ (ii): Suppose that f is continuous on X. Let A be a subset of X. We show that if x ∈ A,
then f (x) ∈ f (A). To this end, let V be a neighborhood of f (x). Then f −1 (V ) is an open set containing x. By
definition of A, f −1 (V ) intersects A, and hence, V intersects f (A). Thus f (x) ∈ f (A).
(ii) =⇒ (iii): Suppose that (ii) holds and B is any closed susbet of Y . Note that f (f −1 (B)) ⊆ B. Therefore,
if x ∈ f −1 (B), then f (x) ∈ f (f −1 (B)) ⊆ f (f −1 (B)) ⊆ B = B. Thus x ∈ f −1 (B). Hence f −1 (B) ⊆ f −1 (B).
Consequently, f −1 (B) = f −1 (B), and hence, f −1 (B) is closed.
(iii) =⇒ (i): Let V be any open set in Y . Note that

f −1 (Y \ V ) = f −1 (Y ) \ f −1 (V ) = X \ f −1 (V ).

By (iii), f −1 (Y \V ) is a closed set, and hence, f −1 (V ) is open. This completes the proof.

Homeomorphism: Let (X, T ) and (Y, T 0 ) be two topological spaces. A function f : X −→ Y is said to be a
homeomorphism if f is one-one, onto, continuous and f −1 is also continuous. Two topological spaces are said to
be homeomorphic if there exists a homeomorphism from one topological space to the other.

Proposition: Let (X, T ) and (Y, T 0 ) be two topological spaces and f : X −→ Y be a homeomorphism. Then
f (U ) is open for every open set U in X.
Proof: Since f −1 is continuous, then for every open set U in X, we get (f −1 )−1 (U ) = f (U ), which is open.

Example 1: Consider R with the standard topology. Then f : R −→ R defined by f (x) = 3x + 1, x ∈ R, is a


homeomorphism. In fact, f −1 (x) = 31 (x − 1), x ∈ R.

Example 2: The function f : (−1, 1) −→ R defined by


x
f (x) = , x ∈ R,
1 − x2
is a homeomorphism.

Example 3: Any two open intervals are homeomorphic in the standard topology. In fact, for (a, b) and (c, d),
define f : (a, b) −→ (c, d) by  
x−a
f (x) = (d − c) + c, x ∈ (a, b).
b−a
Then f is a homeomorphism (verify!).

Remark: Since being homeomorphic is an equivalence relation, it follows from Example 2 and Example 3 that
any open interval is homeomorphic to R in the standard topology.

Example 4: Let R2 be with the standard topology. Consider the unit circle S 0 = {(x, y) : x2 + y 2 = 1} with
the subspace topology. Define f : [0, 1) −→ S 0 by f (t) = (cos(2πt), sin(2πt)), t ∈ [0, 1). Then f is one-one, onto
and continuous. But f −1 is not continuous.
Exercises:
1. Determine whether the following functions are continuous, and whether they are homeomorphism. The
topology on R is the standard topology.

(i) f : (−1, 1) −→ [0, 1) defined as f (x) = |x|.


x
(ii) f : (−1, 1) −→ R defined as f (x) = 1−x
.

(iii) f : R −→ [−1, 1] defined as f (x) = sin x.

(iv) f : R −→ R defined as f (x) = x3 .

2. Let X and Y be two homeomorphic topological spaces. If X is a discrete topological space, then what is the
topology on Y ?

3. 2. Let X and Y be two homeomorphic topological spaces. If X is an indiscrete topological space, then what
is the topology on Y ?
Lecture-13: Continuous functions continued
Theorem: Let X, Y, Z be topological spaces. Then the following statements are true:
(i) If A is a subspace of X, the inclusion function j : A −→ X, defined as j(a) = a, a ∈ A, is continuous.
(ii) If f : X −→ Y and g : Y −→ Z are continuous, then the map g ◦ f : X −→ Z is continuous.
(iii) If f : X −→ Y is continuous and A is a subspace of X, then the restriction map f |A : A −→ Y is
continuous.
(iv) The map f : X −→ Y is continuous if X can be written as the union of open sets Uα such that f |Uα is
continuous for each α.
Proof: (i) Let U be any open set in X. Then j −1 (U ) = A ∩ U , which is open by definition of subspace topology.

(ii) Let U be any open set in Z. Then


(g ◦ f )−1 (U ) = f −1 (g −1 (U )).
Since g is continuous, g −1 (U ) is open. Since f is continuous, f −1 (g −1 (U )) is open.

(iii) Note that f |A = f ◦ j. By (i) and (ii) f |A is continuous. Alternatively, let U be any open set in Y . Then
(f |A )−1 (U ) = f −1 (U ) ∩ A,
which is open by the definition of subspace topology.
S
(iv) Suppose that X = Uα and f |Uα is continuous for each α ∈ I. Let V be any open set in Y . Then
α∈I
(f |Uα )−1 (V ) = f −1 (V ) ∩ Uα for all α ∈ I. This gives that
[ [ [
f −1 (V ) = f −1 (V ) ∩ X = f −1 (V ) ∩ ( Uα ) = (f −1 (V ) ∩ Uα ) = (f |Uα )−1 (V )
α∈I α∈I α∈I
−1 −1
Since (f |Uα ) (V ) is open for all α ∈ I, we obtain f (V ) is open. This completes the proof.

The pasting lemma: Let X = A∪B, where A and B are closed subsets of X. Let f : A −→ Y and g : B −→ Y
be continuous. If f (x) = g(x) for all x ∈ A ∩ B, then there exists a continuous function h : X −→ Y such that
h(x) = f (x) if x ∈ A and h(x) = g(x) if x ∈ B.

Proof: Define h : X −→ Y as follows: (


f (x), x ∈ A;
h(x) =
g(x), x ∈ B.
Then h is well-defined. We only need to check the continuity of h. To this end, let C be any closed set in Y .
Then h−1 (C) = f −1 (C) ∪ g −1 (C) (verify!). Since f is continuous, f −1 (C) is closed in A, and hence, f −1 (C) is
closed in X. Similarly, g −1 (C) is closed in X. Thus, h−1 (C) is closed in X. This completes the proof.

Example: Consider R with the standard topology. Let A = (−∞, 0] and B = [0, ∞). Let f : A −→ R be
x
defined as f (x) = x and g : B −→ R be defined as g(x) = 2
Then h : R −→ R is given by
.
(
x, x ≤ 0;
h(x) = x
2
, x ≥ 0.
If we take f (x) = x − 2 for x ≤ 0 and g(x) = x + 2, x ≥ 0, then there does not exist any such h. Suppose, if we
define (
x − 2, x < 0;
h(x) =
x + 2, x ≥ 0,
then h is not continuous. For example, the inverse image of (1, 3) is [0, 1) which is not open in R.
Lecture-14: Box and product topology

Definition: QLet {Aα }α∈I be an indexed family of sets. Then the cartesian product of this indexed family,
denoted by Aα , is defined as
α∈I
( )
Y [
Aα = f : I → Aα f (α) ∈ Aα for each α ∈ I .
α∈I α∈I
Q
An element a ∈ Aα is denoted by a = (aα )α∈I .
α∈I

Q Let {Xα }α∈I be an indexed family of topological spaces. We can give two topologies on the product space
Xα as follows:
α∈I
Q
The box topology: Consider the following collection of subsets of Xα :
α∈I
( )
Y
Bb = Uα : Uα is open in Xα for each α ∈ I
α∈I

Then Bb is a basis (verify!) and the topology generated by Bb is called as the box topology.
Q
The product topology: Consider the following collection of subsets of Xα :
α∈I
(
Y
Bp = Uα : for each α ∈ I, Uα is open in Xα and Uα = Xα for all α ∈ I
α∈I
)
except for finitely many values of α .

Then Bp is a basis (verify!) and the topology generated by Bp is called as the product topology. It is clear that
Bp ⊆ Bb . Thus the box topology is, in general, larger than the product topology.

Remark:
Q If {Xα }α∈I is a finite collection of topological spaces, then the box topology and the product topology
on Xα are same.
α∈I
Q
Theorem: Let {Xα }α∈I be an indexed family of topological spaces and Aα ⊆ Xα for each α ∈ I. If Xα is
α∈I
given either the product or the box topology, then
Y Y
Aα = Aα .
α∈I α∈I

Q Q
Proof: Let x = (xα )α∈I be an element of Aα . Let U = Uα be a basis element for either the box topology
α∈I α∈I

Q xα ∈ Aα , it follows
or the product topology that contains x. Since Q that Uα ∩Aα 6= ∅. Choose yα ∈ Uα ∩Aα , α ∈ I.
Then y = (yα )α∈I belongs to both U and Aα . Thus x ∈ Aα .
α∈I α∈I
Q
Conversely, suppose that x = (xα )α∈I ∈ Aα in either topology. We need to show that xα ∈ Aα for
α∈I Q
each α ∈ I. Let β ∈ I be arbitrarily chosen. Let Vβ be any neighborhood of xβ . Consider the set Uα
Q α∈I
where Uβ = Vβ and Uα = Xα for α 6= β. Then Uα is open in both the topologies that contains x. Thus
α∈I
Q Q
Uα ∩ Aα 6= ∅ =⇒ Vβ ∩ Aβ 6= ∅ =⇒ xβ ∈ Aβ .
α∈I α∈I
Lecture-15: Metric topology

Metric topology: Let (X, d) be a metric space and B be the collection of all open balls in X. Then B is a
basis and the topology generated by B is called the metric topology induced by d.

Example 1: Consider the metric d on R defined as d(x, y) = |x − y|, x, y ∈ R. Then the metric topology
induced by d is the standard topology on R.

Example 2: Consider the discrete metric on R. Then the metric topology induced by the discrete metric is the
discrete topology.

Metrizable space: A topological space (X, T ) is said to be metrizable if there exists a metric d on X such
that the topology induced by d is equal to T .

Proposition: Let T and T 0 be the topologies induced by the metrics d and d0 on a set X. Then T 0 is larger
than T if and only if for each x ∈ X and ε > 0, there exists δ > 0 such that

Bd0 (x, δ) ⊆ Bd (x, ε).

Proof: Already done.

Example 3: Consider the following metrics on R2 -


p
1. d1 (x, y) = (x1 − y1 )2 + (x2 − y2 )2 , x = (x1 , x2 ), y = (y1 , y2 ).

2. d2 (x, y) = |x1 − y1 | + |x2 − y2 |, x = (x1 , x2 ), y = (y1 , y2 ).

3. d3 (x, y) = max{|x1 − y1 |, |x2 − y2 |}, x = (x1 , x2 ), y = (y1 , y2 ).

Let T1 , T2 and T3 be the topologies induced by the metrics d1 , d2 and d3 , respectively. Then T1 = T2 = T3
(verify!).

Definition: Let X be a topological space and (xn )n≥1 be a sequence of points in X. We say that (xn )n≥1
converges to a point x ∈ X if for every neighbourhood U of x, there exists N ∈ N such that xn ∈ U for all
n ≥ N.

Example 4: Any sequence in an indiscrete topological space X converges to every point in X.

Example 5: A convergent sequence is eventually constant in a discrete topological space.

The sequence lemma: Let X be a topological space and A ⊆ X. If there is a sequence of points of A converging
to x, then x ∈ A. The converse holds if X is metrizable.

Proof: Suppose that xn → x, where xn ∈ A. Then every neighbourhood of x contains all but finitely many xn .
Thus x ∈ A.
Conversely, suppose that X is metrizable. Let x ∈ A and d be the metric for the topology of X. Since x ∈ A,
for each n ≥ 1, Bd (x, n1 ) ∩ A 6= ∅. Let xn ∈ Bd (x, n1 ) ∩ A, n ≥ 1. Then {xn }n≥1 ⊆ A and xn → x. In fact, for any
open ball Bd (x, ε), choose N ∈ N such that N1 < ε. Then xn ∈ Bd (x, n1 ) ⊆ Bd (x, ε) for all n ≥ N. This completes
the proof.

Theorem (sequential criteria for continuity): Let X, Y be topological spaces and f : X −→ Y . If f is


continuous, then for every convergent sequence xn → x, the sequence (f (xn ))n≥1 converges to f (x). The converse
holds if X is metrizable.

Proof: Let f be continuous and (xn )n≥1 be any sequence which converges to x. We need to show that f (xn ) →
f (x). Let U be any neighborhood of f (x). Then f −1 (U ) is a neighborhood of x as f is continuous. Since
xn → x, there exists N ∈ N such that xn ∈ f −1 (U ) for all n ≥ N . Thus, f (xn ) ∈ U for all n ≥ N , and hence,
f (xn ) → f (x).
Conversely, suppose that X is metrizable and for every convergent sequence xn → x, the sequence (f (xn ))n≥1
converges to f (x). To prove the continuity of f , we show that f (A) ⊆ f (A) for any subset A of X. Let x ∈ A.
Then by the sequence lemma, there exists a sequence (xn )n≥1 of points of A which converges to x. Hence
f (xn ) → f (x). Since f (xn ) ∈ f (A), again by the sequence lemma, f (x) ∈ f (A). This completes the proof.

Exercises:
1. Prove Example 4 and Example 5.

2. Consider R with the standard topology, lower limit topology, cofinite topology and co-countable topology.
Find all the points to which the sequence 1/n converges in each of the given topologies.

3. Using the results obtained in Question 2, compute the closure of the set {1/n : n ≥ 1} in each of the given
topologies.

4. Consider R with the standard topology. Using the sequential criteria for continuity, determine all the points
where the following function is continuous:
(
x2 , if x is rational,
f (x) =
0, if x is rational.
Lecture-16: Quotient topology
Equivalence relation: A relation ∼ on a non-empty set A is said to be an equivalence relation if the following
conditions hold:
1. a ∼ a for all a ∈ A (reflexivity).
2. a ∼ b if and only if b ∼ a for all a, b ∈ A (symmetry).
3. If a ∼ b and b ∼ c, then a ∼ c for all a, b, c ∈ A (transitivity).
If ∼ is an equivalence relation on a non-empty set A, then it partitions A into disjoint equivalence classes,
where an equivalence class [a] of an element a ∈ A is defined as
[a] = {b ∈ A : b ∼ a}.
The set of all equivalence classes of elements of A is denoted by A/ ∼.

Example 1: Define a relation ∼ on N as n ∼ m if and only if n − m is divisible by 2. Then ∼ is an equivalence


relation N. Further, N/ ∼ = {[0], [1]}.

Example 2: Let A, B be two sets and f : A → B be any given function. Define ∼ on A as x ∼ y if and only if
f (x) = f (y). Then ∼ is an equivalence relation on A and A/ ∼ = {f −1 (b) : b ∈ B}.

Let X be a topological space with an equivalence relation ∼ . Let X/ ∼ be the set of all equivalence classes
of elements of X. Then there is a natural map q : X → X/ ∼ defined as q(x) = [x]. Clearly, q is a surjective
(or onto) map. We want to give a topology on X/ ∼ such that q becomes continuous. To this end, we declare
a subset U of X/ ∼ an open set if and only if q −1 (U ) is open in X. This topology on X/ ∼ is called quotient
topology, X/ ∼ is called as quotient space and q is called as the quotient map. With this motivation, we can
generalize the notion of quotient map between any two topological spaces as follows:

Quotient map: Let X, Y be topological spaces and p : X → Y be a surjective map. The map p is said to be a
quotient map provided a subset U of Y is open if and only if p−1 (U ) is open in X.

The condition of quotient map is stronger than continuity. For example, let Td and Ti be the discrete and
indiscrete topologies on a set X. Then the identity map I : (X, Td ) → (X, Ti ) is surjective and continuous but
it is not a quotient map.

Definition: Let X, Y be two topological spaces and f : X → Y. Then the map f is said to be an open map if
f (U ) is open in Y for every open set U in X. Similarly, f is said to be a closed map if f (A) is closed in Y for
each closed set A in X.

Proposition: Let X, Y be two topological spaces. If p : X → Y is a surjective continuous map that is either
open or closed, then p is a quotient map.
Proof: Suppose that p is surjective, continuous and open. Suppose that U is any open set in Y. Then by
continuity of p, p−1 (U ) is open in X. Conversely, suppose that p−1 (U ) is open in X for some subset U of Y. Then
p(p−1 (U )) = U is open in Y as p is an open map. This completes the proof.

Example: Let X = [0, 1] ∪ [2, 3] and Y = [0, 2]. Define p : X → Y as


(
x, x ∈ [0, 1];
p(x) =
x − 1, x ∈ [2, 3].
Then p is surjective, continuous and closed (verify!). Therefore, it is a quotient map. But p is not open as
p([0, 1]) = [0, 1], which is not open in Y.
Lecture-17: Quotient topology continued

Proposition: Let X, Y be two topological spaces and p : X → Y be a bijective quotient map. Then p is a
homeomorphism.
Proof: Clearly, p is continuous. To show that p−1 is continuous, it is enough to show that p is open. Suppose
that U is any open set in X. Then p−1 (p(U )) = U , which is open in X. Thus p(U ) is open as p is a quotient
map. Hence p is open.

We now give a general definition of the quotient topology.

Quotient Topology: Let X be a topological space and A be a non-empty set. If p : X → A is a surjective


map, then there exists a topology on A with respect to which p is a quotient map. This topology on A is called
as the quotient topology induced by p.

Example: Consider R with the standard topology and A = {a, b, c}. Let p : R → A be defined as

a, x > 0;

p(x) = b, x < 0;

c, x = 0.

Then the quotient topology on A induced by p is {A, φ, {a}, {b}, {a, b}}.

Theorem: Let X, Y, Z be topological spaces and p : X → Y be a quotient map. Let g : X → Z be a map that
is constant on each set p−1 ({y}), y ∈ Y . Then g induces a map f : Y → Z such that f ◦ p = g. The induced
map f is continuous if and only if g is continuous. Further, f is a quotient map if and only if g is a quotient
map.

X
g
p

Y Z
f

Proof: Since g is constant on p−1 ({y}) for each y ∈ Y , we get that g (p−1 ({y})) is a singleton, say {ay }. We
define f : Y → Z as f (y) = ay for all y ∈ Y . Then by an abuse of notation {ay } = ay , we get

f (p(x)) = ap(x) = g p−1 ({p(x)}) = g(x) for all x ∈ X.




Thus f ◦ p = g.
Suppose that f is continuous. Since p is a quotient map, and hence continuous, we get that f ◦ p = g is also
continuous. Conversely, suppose that g is continuous. Let V be any open set in Z. Then g −1 (V ) is open in X.
But g −1 (V ) = p−1 (f −1 (V )). As p is a quotient map and p−1 (f −1 (V )) is open, it follows that f −1 (V ) is open in
Y . Thus f is continuous.
Suppose that f is a quotient map, then g is the composition of two quotient maps, and thus, is a quotient
map. Conversely, suppose that g is a quotient map. Since g is surjective, so is f . Let V be any open set in
Z. Then g −1 (V ) = p−1 (f −1 (V )) is open. Since p is a quotient map, we get that f −1 (V ) is open. Suppose that
f −1 (V ) is open in Y for some subset V of Z. Then p−1 (f −1 (V )) is open in X. Since p−1 (f −1 (V )) = g −1 (V )
and g is a quotient map, it follows that V is open in Z. This completes the proof.

Corollary: Let X, Z be topological spaces and g : X → Z be a surjective continuous map. Let X ∗ be given by

X ∗ = g −1 ({z}) : z ∈ Z .

Give X ∗ the quotient topology. Then the map g induces a bijective continuous map f : X ∗ → Z which is a
homeomorphism if and only of g is a quotient map.

X
g
p

X∗ Z
f

Proof: First, note that p−1 (g −1 (z)) = g −1 (z) for all z ∈ Z. Hence, for any h ∈ g −1 (z), g(h) = z. Thus g is
constant on each set p−1 (g −1 (z)), z ∈ Z. Therefore, by the preceding theorem, g induces a continuous map
f : X ∗ → Z. Following the way we constructed f in the preceding theorem, we get f (g −1 (z)) = z for all z ∈ Z.
This gives that f is bijective. Also f is a quotient map if and only of g is a quotient map. Note that a bijective
quotient map is a homeomorphism. This establishes the conclusion.
Lecture-18: Connected space

Connected space: Let X be a topological space. A pair of non-empty open sets U, V is said to be a discon-
nection or separation of X if U ∩ V = ∅ and X = U ∪ V. The space X is said to be connected if there does not
exist any disconnection of X.

Remark: If U, V is a disconnection of X, then both U and V are open as well as closed.

Proposition: A topological space X is connected if and only if the only subsets of X that are both open and
closed are the empty set and X itself.

Proof: Suppose that X is connected. Let A be a non-empty proper subset of X which is both open and closed.
There A, X \ A forms a disconnection of X, which is a contradiction.
Conversely, suppose that the only subsets of X that are both open and closed are empty set and X itself.
Suppose that U, V is a disconnection of X. Then U is non-empty proper subset of X that is both open A closed.
This is a contradiction.

Example 1: Consider X with indiscrete topology. Then X is connected.

Example 2: The space X with the discrete topology is disconnected.

Example 3: Real line with the lower limit topology is disconnected.

Example 4: Real line with the standard topology is connected. To see this, suppose that A is a non-empty
proper subset of X which is both open and closed. Then Ā = A and Int(A) = A. Also, Ā = Int(A) ∪ ∂A. Thus,
we get Int(A) ∪ ∂A = Int(A) which implies that either ∂A is empty or ∂A ⊆ Int(A). Since the boundary of a
non-empty proper open subset of R is non-empty, we get that ∂A ⊆ Int(A), which is a contradiction.

Exercises:
1. Find a disconnection for R with the lower limit topology.

2. Is R with cofinite topology connected? Justify.

3. Is R with co-countable topology connected? Justify.


Lecture-19: Connected space continued

Lemma: Let X be a topological space and U, V is a disconnection of X. If Y is a connected subspace of X,


then either Y ⊆ U or Y ⊆ V.
Proof: Note that U ∩ Y and V ∩ Y are both open and disjoint subsets of Y whose union is Y. If both are
now-empty, then they will form a disconnection of Y. Hence, if Y is connected, then one of them must be empty.
Then, either Y ⊆ U of Y ⊂ V.

Theorem: Let A be a connected subspace of the topological space X. If A ⊆ B ⊆ A, then B is also connected.
Proof: Suppose that B = U ∪ V is a disconnection of B. Then by the preceding lemma, either A ⊆ U or
A ⊆ V . Suppose that A ⊆ U . Then A ⊆ U = U . Since U, V are disjoint, we get B ⊆ U , a contradiction.

Corollary: Let X be a topological space and A be a subset of X. If A is connected, then A is also connected.
Proof: Take B = A in the preceding theorem.

Theorem:
T S be a topological space and {Aα : α ∈ I} be a collection of connected subspaces of X. If
Let X
Aα 6= ∅, then Aα is connected.
α∈I α∈I T S
Proof: Suppose that x ∈ Aα . Let U, V be a disconnection of Aα . Then either x ∈ U or x ∈ V. Suppose
α∈I α∈I S
that x ∈ U. Since each Aα is connected, by the preceding lemma, Aα ⊆ U for all α ∈ I. Thus Aα ⊆ U, and
α∈I
hence, V must be empty. This is a contradiction.

Theorem: Let X, Y be topological spaces. If X is connected and f : X → Y is continuous, then f (X) is


connected.
Proof: Let U, V be a disconnection of f (X). Then f −1 (U ) and f −1 (V ) are both open, disjoint and their union
is X. Since X is connected, we arrive at a contradiction. Thus f (X) is connected.
(
x, x ≤ 0
Example: Let f : R → R be defined as f (x) = . Then f (R) = (−∞, 0] ∪ {2}, which is not con-
2, x > 0
nected. Hence f is not continuous.

Totally disconnected space: A topological space X is said to be totally disconnected if its only connected
subspaces are singletons.

Example: A discrete topological space is totally disconnected. There are totally disconnected topological spaces
which are not discrete. For example consider R with the standard topology. Then the subspace Q is totally
disconnected but not a discrete space.

Exercises:
1. Does there exist a non-constant continuous function f : R → Q? Justify.

2. Consider R with the standard topology and A = { n1 : n ≥ 1} ∪ {0} be the subspace of R. Show that A is
totally disconnected but not a discrete space.

3. Show that Q, considered as a subspace of R with the standard topology, is totally disconnected but not a
discrete space.
Lecture-20: Connected space continued

n
Q
Theorem: Let Xj , 1 ≤ j ≤ n, be connected topological spaces. Then X = Xj is connected in the product
j=1
topology.
Proof: It is enough to prove the theorem for n = 2. The general case will follow from mathematical induction
on n. To see this, fix a ∈ X1 and b ∈ X2 . Since X1 × {b} is homeomorphic to X1 and X1 is connected, it follows
that X1 × {b} is connected. Similarly, {x} × X2 is connected for all x ∈ X1 . Consider

Tx = (X1 × {b}) ∪ ({x} × X2 ) , x ∈ X1 .


S
Since (x, b) ∈ (X1 × {b}) ∩ ({x} × X2 ), it follows that Tx is connected for all x ∈ X1 . Note that Tx is
S x∈X 1
connected as (a, b) ∈ Tx for all x ∈ X1 . Since Tx = X1 × X2 , it follows that X1 × X2 is connected.
x∈X1
Q
Theorem: Let {Xα : α ∈ I} be a family of connected topological spaces. Then Xα is connected in the
α∈I
product topology.
Q
Proof: Fix a = (aα )α∈I ∈ Xα . Let F be any finite subset of I. Define
α∈I

XF = x = (xα )α∈I : xα = aα for all α ∈ /F .
Q
Then XF is homeomorphic to Xj . Since each Xj is connected, by preceding theorem XF is connected. Let
S j∈F
Y = XF , F is finite. Since a ∈ XF for all finite subsets F of I, we get that Y is connected. Now we show that
F ⊆I
Q Q Q Q
Y = Xα . Note that Y ⊆ Xα , and hence, Y ⊆ Xα . Therefore, it is enough to show that Xα ⊆ Y .
α∈I α∈I Q Q α∈I α∈I
To this end, let x = (xα )α∈I ∈ Xα . Let Uα be a basis element containing x. Then there exists a finite
α∈I α∈I Q Q
subset F ⊆ I such that Uα = Xα for all α ∈ / F . Then Uα ∩ XF 6= ∅. Consequently, Uα ∩ Y 6= ∅. Hence,
α∈I α∈I
Q
x ∈ Y . Thus Xα is connected.
α∈I

Theorem: Consider R with the standard topology. A subspace of R is connected if and only of it is an interval.
Proof: Let X be a subspace of R which is connected. Suppose that X is not an interval. Then there exist real
numbers x, y, z with x < y < z such that x, z ∈ X but y ∈ / X. Then X = ((−∞, y) ∩ X) ∪ ((y, ∞) ∩ X) is a
disconnection of X, which is a contradiction.
Conversely, suppose that X is an interval. Let X = A ∪ B be a disconnection of X. Since A and B are
nonempty, let x ∈ A and z ∈ B. Since A and B are disjoint, x 6= z. Let x < z. Since X is an interval, [x, z] ⊆ X
and each point in [x, z] is either in A or in B. Let y = sup([x, z] ∩ A). Clearly, x ≤ y ≤ z. Since A is closed, we
must have y ∈ A. Hence y < z. Again, by the definition of supremum, for every ε > 0 with y + ε ≤ z, y + ε ∈ B.
Since B is closed, y must be in B. This contradicts the fact that A and B are disjoint. Hence X is connected.
This completes the proof.

Corollary (Intermediate value theorem): Let f : [a, b] → R be continuous. If c lies between f (a) and f (b),
then there exists x ∈ [a, b] such that f (x) = c.
Proof: Since [a, b] is connected and continuous image of a connected set is connected, f ([a, b]) must be an
interval, say I. If c lies between f (a) and f (b), then c ∈ I, and hence, there exists x ∈ [a, b] such that f (x) = c.
Lecture-21: Path connected space
Definition: Let X be a topological space and x, y ∈ X. A path in X from x to y is a continuous map
γ : [0, 1] → X such that γ(0) = x and γ(1) = y. A topological space X is said to be path connected if every pair
of points in X can be joined by a path in X.
1
Example: Consider Rn with the standard topology. For x = (x1 , . . . , xn ) ∈ Rn , define kxk = (x21 + · · · + x2n ) 2 .
The open ball B(x, r) centred at x and of radius r is defined as B(x, r) = {y ∈ Rn : kx − yk < r}. Then B(x, r)
is path connected. In fact, for any y, z ∈ B(x, r) define γ : [0, 1] → B(x, r) by γ(t) = yt + (1 − t)z. Then
γ(t) − x = t(y − x) + (1 − t)(z − x).
Thus, kγ(t) − xk ≤ tky − xk + (1 − t)kz − xk < r.

Proposition: Every path connected space is connected.


Proof: Suppose that X is path connected. Let X = U ∪ V be a disconnection of X. Let x ∈ U and y ∈ V .
Then there exists a path γ : [0, 1] → X such that γ(0) = x and γ(1) = y. Since γ([0, 1]) is connected, therefore
γ([0, 1]) ⊆ U or γ([0, 1]) ⊆ V . In both the cases, we get a contradiction that x ∈ U and y ∈ V . Thus, X is
connected.

Proposition: Let X be path connected space and Y be a topological space. If f : X → Y is continuous, then
f (X) is path connected.
Proof: Let f (x), f (y) be any two points in f (X). Since X is path connected, there exists a path γ : [0, 1] → X
such that γ(0) = x and γ(1) = y. Define, η : [0, 1] → f (X) by η = f ◦ γ. Then η is a path in f (X) joining f (x)
and f (y). Thus f (X) is path connected.

Example: The unit sphere S n−1 in Rn is path connected where


S n−1 = {x ∈ Rn : kxk = 1} .
x
In fact, define f : Rn \ {0} → S n−1 by f (x) = kxk
. Then f is continuous and onto. Therefore, by preceding
proposition, S is path connected.

There are connected topological spaces which are not path connected. For example, consider the following
subset of R2    
1
S= x, sin :0<x≤1 .
x
Then S is connected as it is a continuous image of (0, 1]. Hence S is also connected. The set S is known as the
topologist’s sine curve.

Proposition: S is not path connected.


Proof: We prove that there is no path joining (0, 0) and any point in S. On contrary, suppose that there is a path
γ : [0, 1] → S such that γ(0) = (0, 0) and γ(1) = (x0 , y0 ) ∈ S. Note that A = {t ∈ [0, 1] : γ(t) ∈ {0} × [−1, 1]}
is closed because A = γ −1 ({0} × [−1, 1]) which is an inverse image of a closed set under the continuous map f .
Hence, A has largest element, say b. Then γ : [b, 1] → S is a path such that γ(b) ∈ {0}  × [−1, 1] and γ(t) ∈ S
1
for all b < t ≤ 1. Let γ(t) = (x(t), y(t)). Then x(b) = 0 and x(t) > 0, y(t) = sin x(t) , for all t > b. Now for
 
given n, choose un with 0 < un < x(b + n1 ) such that sin u1n = (−1)n . By intermediate value theorem, there
   
exists tn with b < tn < b + n1 such that x(tn ) = un . Then y(tn ) = sin x(t1n ) = sin u1n = (−1)n . Since tn → b
but y(tn ) does not converge, this contradicts the continuity of y, and hence, the continuity of γ.
Lecture-22: Components of connected space

Definition Let X be a topological space. We define a relation ∼ on X as x ∼ y if there exists a connected


subspace of X containing both x and y. Then ∼ is an equivalence relation, and the equivalence classes are called
components (or connected components) of X.

Example 1 If X is a discrete space, then its components are precisely all the singletons.

Example 2 If R has the standard topology, then R itself is the only component.

Example 3 If R has the lower limit topology, then its components are only singletons.

Theorem Let X be a topological space. The components of X are connected disjoint subspaces of X whose
union is X, such that each non-empty connected subspace of X intersects with only one of them.
Proof: That every component is connected follows from the definition. Since components are equivalence classes,
it follows that they are disjoint, and their union is X. Now suppose that Y is a connected subspace of X that in-
tersects two components, say C1 and C2 . Let x ∈ Y ∩C1 and y ∈ Y ∩C2 , but then x ∼ y, which is a contradiction.

Definition Let X be a topological space. We define another equivalence relation ∼ on X by x ∼ y if there is


a path in X from x to y. Then ∼ is an equivalence relation, and the equivalence classes are called the path
components of X.

Example The topologist’s sine curve S has one component, which is S itself but has two path components, one
is S and other is {0} × [−1, 1].

Theorem The path components of X are path-connected disjoint subspaces of X whose union is X, such that
each path-connected (non-empty) subspace of X intersects only one of them.
Proof Similar to the previous theorem.

Definition A topological space X is said to be locally connected at x ∈ X if for every neighborhood U of x,


there is a connected neighborhood V of x such that x ∈ V ⊂ U . If X is locally connected at each point x, then
it is said to be locally connected.

Example Each interval as well as the whole real line is both connected and locally connected. The subspace
(0, 1) ∪ (1, 0) is not connected but it is locally connected. The set of all rationals is neither connected nor locally
connected.

Theorem A topological space X is locally connected if and only if for every open set U of X, each component
of U is open in X.
Proof: Suppose that X is a locally connected space. Let U be an open subset of X and C be a component of
U . If x ∈ C, then there exists a connected neighbourhood V of x such that x ∈ V ⊆ U. Since C is a component
we must have V ⊆ C. Thus C is open in X.
Conversely, suppose that components of open subsets are open in X. Let x ∈ X and U be a neighborhood of
X. Let C be a component of U containing x. Since C is connected and it is open by hypothesis, it follows that
X is locally connected.
Lecture-23: Compact space

Compact Space: S Let X be a topological space. A collection C = {Ui : i ∈ I} of subsets of X is said to


be a cover of X if Ui = X. A subcover of X is a subcollection of C which is a cover of X. A collection
i∈I
C = {Ui : i ∈ I} of subsets of X is said to be an open cover of X if each Ui is open and
S
Ui = X. The
i∈I
topological space X is said to be compact if every open cover of X contains a finite subcover of X.

Example 1: Any topological space X which contains only finitely many points is compact because every open
cover of X has a finite number of open sets in this case.

Example 2: R with the standard topology is not compact. In fact, C = {(−n, n) | n ≥ 1} is an open cover of
R that does not contain any finite subcover of R.

Example 3: Consider R with the standard topology and let Y = {0} ∪ {1/n | n > 1}. Then Y is compact.
To see this, let C be any open cover of Y . Let U ∈ C be such that 0 ∈ U . Note that U = (a, b) ∩ Y . Since
1/n → 0, there exist at most finitely many n1 outside U , say 1, 21 , . . . , N1 . Choose Uj ∈ C such that 1j ∈ Uj ,
1 ≤ j ≤ N . Then {Uj : 1 ≤ j ≤ N } ∪ {U } is a finite subcover of Y .

Proposition: Let Y be a subspace of a topological space X. Then Y is compact if and only if every cover of
Y by open sets in X contains a finite subcollection covering Y .
Proof: Suppose that Y is compact, and let C = {Ui : i ∈ I} be a cover of Y by open sets in X. Then
{Ui ∩ Y : i ∈ I} is an open cover of Y by open sets in Y . Since Y is compact, so there exists a finite subcover
{Ui1 ∩ Y, . . . , Uin ∩ Y } of Y. Then {Ui1 , . . . , Uin } is a finite subcover of Y by open sets in X.
Conversely, suppose that the given condition holds. Let C = {V1 : i ∈ I} be an open cover of Y by open
sets in Y . Then Vi = Y ∩ Ui for some open set Ui in X. Thus, {Ui : i ∈ I} is a cover of Y by open sets in
X. By hypothesis, there exists a finite collection {Ui1 , . . . , Uin } which covers Y. Hence, {Vi1 , . . . , Vin } is a finite
subcover of Y. Thus Y is compact.

Theorem: Every closed subspace of a compact space is compact.


Proof: Let Y be a closed subspace of the compact space X. Let C be a cover of Y by open sets in X. Then
C˜ = C ∪ {X \ Y } is an open cover of X. Since X is compact, there exists a finite subcover of X. If this finite
subcover contains X \ Y , remove it from the subcover. The resultant subcollection will be a subcover of Y with
open sets in X. Therefore, by the preceding proposition, Y is compact.
Lecture-24: Compact space continued

Theorem: The image of a compact space under a continuous map is compact.


Proof: Let X be a compact topological space, Y be any topological space and f : X → Y be a continuous
map. Let C be an open cover of f (X) by open sets in Y . Then {f −1 (U ) : U ∈ C } is an open cover of X. Since
X is compact, there exists a finite subcover, say {f −1 (U1 ) , . . . , f −1 (Un )} of X. Then {U1 , . . . , Un } is a finite
subcover of f (X). Thus f (X) is compact.
Q
Tychonoff ’s Theorem:(without proof) Let {Xi : i ∈ I} be a family of compact topological spaces. Then Xi
i∈I
is compact in the product topology.

Finite intersection property: A collection A of subsets of a topological space X is said to have the finite
n
intersection property if for every finite subcollection {Ai , . . . , Ain } of A , the intersection
T
Aij 6= ∅.
j=1

Theorem: A topological space X is compactTif and only if for every collection A of closed sets in X with the
finite intersection property, the intersection F 6= ∅.
F ∈A
Proof: Suppose that X is compact. Let A = {Fi : i ∈ I} be a collection of closed sets in X with the finite
intersection property. Then C = {X \ Fi : i ∈ I} is a collection of open subsets of X. We claim that C is
not an open cover of X. In fact, if C is an open cover of X, then it contains a finite subcover of X, say
{X \ Fi1 , . . . , X \ Fin }. Hence
n n
! n
[  \ \
X \ F ij = X ⇒ X \ F ij = X ⇒ Fij = ∅,
j=1 j=1 j=1

which contradicts the finite intersection property of A . Thus


S T
(X \ Fi ) 6= X ⇒ i∈I Fi 6= ∅.
i∈I
Conversely, suppose that the given condition holds. Let C = {Ui S : i ∈ I} be any open cover
T of X. Then
A = {X \ Ui : i ∈ I} is a collection of closed subsets of X. Further, Ui = X implies that (X \ Ui ) = ∅.
i∈I i∈I
Thus, A does not have the finite intersection property. Hence, there exists a finite subcollection of A , say
n
X \ Uij = ∅ ⇒ nj=1 Uij = X. Hence X is compact.
T  S
{X \ Ui1 , . . . , X \ Uin } such that
j=1

Extreme value theorem: Let X be a compact space and Y be an ordered set in the order topology. If
f : X → Y is a continuous map, then there exist points c, d ∈ X such that f (c) ≤ f (x) ≤ f (d) for every x ∈ X.
Proof: Let m = inf f (x) and M = sup f (x). We claim that m, M ∈ f (X). On contrary, suppose that
x∈X x∈X
M ∈ / f (x). Then C = {(−∞, a) : a ∈ f (X)} is an open cover of f (X). Since f (X) is compact, C contains a
finite subcover of f (X), say {(−∞, a1 ) , . . . , (−∞, an )}. Let aj = max {a1 , . . . , an }. Then aj = sup f (x) = M,
x∈X
which is not in f (X). This is a contradiction. Hence there exits a point d ∈ X such that f (d) = M . Similarly,
we can show that f (c) = m for some c ∈ X.
Lecture-25: Compactness in metric space

Definition: Let (X, d) be a metric space and A be a nonempty subset of X. For x ∈ X, the distance from x to
A is defined as
d(x, A) = inf{d(x, a) : a ∈ A}.
The diameter of the set A is defined as

dia(A) = sup {d (a1 , a2 ) : a1 , a2 ∈ A} .

The Lebesgue number lemma: Let (X, d) be a compact metric space and C be an open cover of X. Then
there exists a δ > 0 such that for each subset A of X with dia(A) < δ, there exists an open set U ∈ C containing
A. The number δ is called as the Lebesgue number for the open cover C .
Proof: Let C be an open cover of X. If X ∈ C , then any positive number is a Lebesgue number for C . So,
suppose that X ∈/ C . Since X is compact, C has a finite subcover of X, say {U1 , . . . , Un }. Let Fj = X \ Uj , 1 ≤
j ≤ n, and define f : X → R by
n
1X
f (x) = d (x, Fj ) . (1)
n j=1

We claim that f (x) > 0 for all x ∈ X. On contrary, suppose that f (x) = 0 for some x ∈ X. Then we get that
d (x, Fj ) = 0 for all j = 1, . . . , n. Thus x ∈ Fj for all j = 1, . . . , n. This gives that
n
\ n
[
x∈ (X \ Uj ) = X \ Uj = X \ X = ∅.
j=1 j=1

This is a contradiction. Since f is continuous (verify!), let δ be the infimum of f . Note that δ > 0. We
show that δ is our required Lebesgue number. Let A be a subset of X with dia(A) < δ. Choose a point
x0 ∈ A. Then A ⊆ B (x0 , δ), the open ball centred at x0 with radius δ. Let d (x0 , Fi ) be the maximum of
d (x0 , F1 ) , . . . , d (x0 , Fn ). Then
δ ≤ f (x0 ) ≤ d (x0 , Fi ) .
Thus B (x0 , δ) ⊆ X \ Fi = Ui . Hence A ⊆ Ui . This completes the proof.

Uniform continuity: Let (X, dX ) and (Y, dY ) be two metric spaces. A function f : X → Y is said to be
uniformly continuous if for given ε > 0, there is a δ > 0 such that for every pair of points x, y ∈ X,

dX (x, y) < δ =⇒ dY (f (x), f (y)) < ε.

Example: The map f (x) = x on R is uniformly continuous but f (x) = x2 is not uniformly continuous.

Uniform continuity theorem: Let f : X → Y be a continuous map of the compact metric space (X, dX ) to
the metric space (Y, dY ). Then f is uniformly continuous.
Proof: Let ε > 0. Consider the open cover CY = B y, 2ε : y ∈ Y of Y . Then CX = f −1 B y, 2ε : y ∈ Y
   

is an open cover of X. Let δ be the Lebesgue number of CX . Then if x, y ∈ X are such that dX (x, y) < δ, the
−1 ε
set A = {x, y} has diameter lesser than δ, so A ⊆ f B y, 2 for some y ∈ Y . Hence, dY (f (x), f (y)) < ε.

Exercises:
1. Let (X, d) be a metric space and A be a non-empty subset of X. Then prove that for x ∈ X, d(x, A) = 0 if
and only if x ∈ A.

2. Show that the function f defined by (1) is continuous.


Lecture-26: Limit point compactness

Limit point compactness: A topological space X is said to be limit point compact if every infinite subset of
X has a limit point.

Example 1: R with the standard topology is not limit point compact as N has no limit points.

Example 2: Consider R with the standard topology. Then X = [0, 1], with subspace topology, is limit point
compact by virtue of Bolzano-Weierstrass property.

Example 3: Consider R with the lower limit topology. Then X = [0, 1], with subspace topology, is not limit
point compact as {1 − n1 : n ≥ 1} has no limit point in X.

Theorem: Compactness implies limit point compactness. The converse is not true.
Proof: Suppose that X is a compact space. Let A be an infinite subset of X. Assume that A has no limit point.
Then A is closed. Let Ua be a neighbourhood of a ∈ A such that Ua ∩ A = {a}. Then {Ua : a ∈ A} ∪ (X \ A) is
an open cover of X. Since X is compact, it has a finite subcover of X, say {Ua1 , . . . , Uan } ∪ (X \ A). Since X \ A
does not intersect A and Uaj ∩ A = {aj } , 1 ≤ j ≤ n, it follows that A is a finite set. This is a contradiction.
Thus A must have a limit point.
To see that converse is not true, let Y = {a, b} be with the indiscrete topology and N be with the discrete
topology. Consider X = Y × N with the product topology. Then X is limit point compact. In fact, if A
is any non-empty subset of X and (a, n) ∈ A, then (b, n) is a limit point of A. But X is not compact as
{Y × {n} : n ∈ N} is an open cover of X which does not have any finite subcover of X.

Sequentially compact space: A topological space X is said to be sequentially compact if every sequence in
X has a convergent subsequence.

Theorem:(without proof) Let (X, d) be a metric space. Then the following statements are equivalent:

(i) X is compact.

(ii) X is limit point compact.

(iii) X is sequentially compact.

We have already seen that (i) implies (ii). To see that (ii) implies (iii), note that if (xn )n≥1 is a sequence
of finitely many distinct points, then it contains a constant subsequence with constant value being one of these
points. If the sequence (xn )n≥1 contains infinitely many distinct points, then by (ii), it has a limit point, and
hence, it has a convergent subsequence. That (iii) implies (i) is the hardest part of the proof and the interested
readers are referred to the text book.
Lecture-27: Separation axioms

T0 -space: A topological space X is said to be a T0 -space if for any two distinct points x, y ∈ X, either there
exists an open set U containing x but not y, or there exists an open set V containing y but not x.

T1 -space: A topological space X is said to be a T1 -space if for any two distinct points x, y ∈ X, there exist
open sets U, V such that x ∈ U but y 6∈ U and y ∈ V but x 6∈ V.

T2 -space (Hausdorff space): A topological space X is said to be a T2 -space if for any two distinct points
x, y ∈ X, there exist open sets U, V such that x ∈ U, y ∈ V and U ∩ V = ∅.

Regular space: A topological space X is said to be a regular space if for any closed set F and a point x 6∈ F,
there exist open sets U, V such that x ∈ U, F ⊆ V and U ∩ V = ∅. A topological space which is T1 and regular
is called as a T3 -space.

Normal space: A topological space X is said to be a normal space if for any disjoint closed sets F1 and F2 ,
there exists open sets U, V such that F1 ⊆ U, F2 ⊆ V and U ∩ V = ∅. A topological space which is T1 and
normal is called as a T4 -space.

Proposition: (i)T4 =⇒ T3 =⇒ T2 =⇒ T1 =⇒ T0 . These implications can not be reversed in general.


Proof: Exercise.

Proposition: A topological space is a T1 - space if and only if each point (or each singleton) is a closed set.
Proof: Suppose that X is T1 . Let x ∈ X. Then for each y ∈ X \ {x}, there exists an open set V such that y ∈ V
and x 6∈ V . Thus X\{x} is open and hence {x} is closed.
Conversely, suppose that {x} is closed for all x ∈ X. Hence for each x, y ∈ X, consider U = X\{y} and
V = X\{x}. Then x ∈ U but y 6∈ U and y ∈ V but x 6∈ V. Thus X is T1 .

Proposition: If X is a Hausdorff space, then every finite subset of X is closed.


Proof: Since X is T1 , each point is closed. Hence every finite subset of X is closed.

Remark: Let X be a T1 -space. If X is a finite set, then the topology on X is the discrete topology.

Proposition: If X is a Hausdorff space, then a sequence of points of X converges to at most one point of X.
Proof: Suppose that X is a Hausdorff space and (xn )n≥1 is a sequence of points of X. Assume that (xn )n≥1
converges to two distinct points x and y. Then there exist two disjoint open sets U, V such that x ∈ U and
y ∈ V . By definition of convergence, both U and V contain all but finitely many points of (xn )n≥1 . This is a
contradiction. Thus, we must have x = y.

Exercises:
1. Find the examples of the topological spaces to justify that the implications in the first proposition can not
be reversed in general.

You might also like