Sol 1
Sol 1
SOLUTIONS to HOMEWORK 1
1.
(a) Prove that the union of any (even infinite) number of open sets is open.
(b) Prove that the intersection of two (and hence finitely many) open sets is
open.
(c) Give an example of infinitely many open sets whose intersection is not open.
Solution:
(a) Let U = {Ui | i ∈ I} be any collection of open sets and let U =
i∈I Ui . Take any point x ∈ U . Then x ∈ Ui for some i ∈ I. Since Ui is open,
there is r > 0 such that Br (x) ⊂ Ui . Hence Br (x) ⊂ U which shows that x is an
interior point of U . Consequently, every point of U is an interior point of U so that
U is open. n
(b) Let I1 , . . . Uk be open sets and let x ∈ U := i=1 Ui . Then x ∈ Ui for every
1 ≤ i ≤ k. Since every Ui is open, for every 1 ≤ i ≤ k there is ri > 0 such
Bri (x) ⊂ Ui . Now define r := min{r1 , . . . , rk }. Then r > 0 and Br (x) ⊂
that
1≤i≤k Bri (x) ⊂ U showing that x is an interior point of U . Consequently, every
point of U is an interior point of U so that U is open.
(c) For every i ∈ N, let Ui = B1/i (0)) be the open ball in R2 of radius 1/i and the
center at the origin. Then i∈N Ui = {(0, 0)} which is not an open set in R2 .
2. If A ⊂ Rn and x ∈ Rn , define the distance of x to A by
d(x, A) := inf |x − y| .
y∈A
k
y ∈ B. Then y ∈ Bryi (yi ) for some 1 ≤ i ≤ k since B ⊂ i=1 Bryi (yi ). Then
|x − y| ≥ ri ≥ r as claimed.
(c) In R2 let A = {x, y)| y ≥ e−x } and B = {x, 0)| x ∈ R}. Then A and B are
closed, A ∩ B = ∅. Since for (x, e−x ) ∈ A and (x, 0) ∈ B one has
((x, ex ) − (x, e−x ) = e−x → 0 as x → 0
which shows that there is no r as in (b).