Skip to main content

Homework 4

Exercise: Consider the set E={2n:nN}{0}RE=\{2^{-n}:n\in\mathbb{N}\}\cup\{0\}\subset\mathbb{R}. Prove that every open cover of EE has a finite subcover.

Proof. Choose UEU\in E such that 0U0\in U. As UU is open, it contains an interval centered at $$ with a positive radius. So there exists mNm\in\mathbb{N} such that 2nU2^{-n}\in U for every n>mn>m. Continue to pick U1,U2,,UmU_1, U_2, \ldots, U_m cover 21,22,,2m2^{-1}, 2^{-2}, \ldots, 2^{-m} respectively. Hence we’ve got the finite subcover.

Exercise: Give an example of an open cover of [0,1)[0,1) which has no finite subcover.

Proof. (Sketch) Take E={(1,11/n):nN}E=\{(-1,1-1/n):n\in\mathbb{N}\} which is an open cover of [0,1)[0,1). Then prove it doesn’t have a finite subcover.

Exercise: Let XX be a metric space.

  • Prove that if K1K_1 and K2K_2 are compact subsets of XX, then K1K2K_1\cup K_2 is compact.
  • Let {Kα}\{K_\alpha\} be any collection of compact sets in XX. Show that αKα\bigcap_\alpha K_\alpha is compact.

Proof.

  • Suppose EE is an open cover for K1K2K_1\cup K_2. Observe that EE is also an open cover for both K1K_1 and K2K_2, we can choose two finite subcovers for K1K_1 and K2K_2 respectively. Collect those two finite subcovers together, we get the finite subcover for K1K2K_1\cup K_2.
  • Pick a compact set KK from the collection and let CC be the interdiv of all compact sets in the collection. As compact sets are closed and CC is the interdiv of compact sets, CC is closed. Now CC is a closed subset of a compact set KK, so CC is compact.

Remark: Using the first result, one can prove by induction that the union of finitely many compact sets is compact.

Exercise: Let kNk\in\mathbb{N}, and suppose KGRkK\subset G\subset\mathbb{R}^k, where the set KK is compact and the set GG is open. Show that there exists a compact set K0K_0 such that KK0GK\subset K_0\subset G and KK is contained in the interior of K0K_0.

Proof. Consider the following collection of open sets:

E={Nr(x):xK,r>0,N2r(x)G}.E=\{N_r(x):x\in K, r>0, N_{2r}(x)\subset G\}.

As GG is open and KGK\subset G, for each point xx in KK, there is a positive rr such that N2r(x)GN_{2r}(x)\subset G. So EE is really an open cover of KK. Since KK is compact, there exist finitely many points in KK, say x1,x2,,xnx_1, x_2, \ldots, x_n and positive reals r1,r2,,rnr_1, r_2, \ldots, r_n such that Nr1(x1),Nr2(x2),,Nrn(xn)N_{r_1}(x_1), N_{r_2}(x_2), \ldots, N_{r_n}(x_n) cover KK and N2r1(x1),N2r2(x2),,N2rn(xn)GN_{2r_1}(x_1), N_{2r_2}(x_2), \ldots, N_{2r_n}(x_n)\subset G. Let K0=i=1nNri(xi)K_0=\bigcup_{i=1}^n{\overline{N_{r_i}(x_i)}}. From above, we know that Ki=1nNri(xi)int(K0)K\subset\bigcup_{i=1}^n{N_{r_i}(x_i)}\subset int(K_0) and K0i=1nN2ri(xi)GK_0\subset\bigcup_{i=1}^n{N_{2r_i}(x_i)}\subset G. Left to show K0K_0 is compact. But this is obvious, since K0K_0 is the finite union of compact sets.

Exercise: Let VRV\subset\mathbb{R} be an open set. For all xVx\in V we define Ix:=(ax,bx)I_x := (a_x, b_x), where ax:=inf{qR:(q,x]V)}a_x:=\inf\{q\in\mathbb{R}:(q,x]\subset V)\} and bx:=sup{pR:[x,p)V]}b_x:=\sup\{p\in\mathbb{R}:[x,p)\subset V]\}.

  • Prove: For all xVx\in V, we have ax,bxVa_x,b_x\notin V, and V=xVIxV=\bigcup_{x\in V}I_x.
  • Prove: For all x,yVx,y\in V we have Ix=IyI_x=I_y or IxIy=I_x\cap I_y=\emptyset.
  • Prove: If SS is a collection of disjoint open intervals in R\mathbb{R}, then SS is at most countable. Hint: Use that the Q\mathbb{Q} is countable.

Proof. (Sketch)

  • We are only going to prove axVa_x\notin V. bxVb_x\notin V would be similar. Assume, for sake of contradiction, axVa_x\in V. For VV is open, there is a positive rr such that Nr(ax)VN_r(a_x)\subset V. By the definition of axa_x, there is a[ax,ax+r)a'\in[a_x,a_x+r) such that (a,x]V(a',x]\subset V. This gives us (axr,x]=(axr,ax+r)(a,x]V(a_x-r,x]=(a_x-r,a_x+r)\cup(a',x]\subset V. Hence axraxa_x-r\geq a_x. A contradiction. Notice that xIxx\in I_x for all xVx\in V as VV is open. Clearly VxVIxV\subset\bigcup_{x\in V}I_x. Enough to show for every xVx\in V, IxVI_x\subset V. This part is left to the readers.
  • Suppose IxIyI_x\cap I_y\neq\emptyset. Let zIxIyz\in I_x\cap I_y. Enough to see Ix=IzI_x=I_z and Iy=IzI_y=I_z. Details are left to the readers.
  • First observe that there is always a rational number in an open intervals. So for every open interval in SS, pick one rational in it. Since the open intervals in SS are disjoint, the rationals we’ve chosen should be different. As there are only countably many rationals, we conclude SS is at most countable.

Remark: This problem shows that every open subset of R\mathbb{R} can be written uniquely as a union of at most countably many disjoint open intervals. (Require a little work to show the uniqueness.)