Skip to main content

Tutorial 1 Workings

  1. Show that the limits of Cauchy sequences in a complete metric space are unique.

Let (X,d)(X,d) be a complete metric space and (xn)n=1(x_n)_{n=1}^{\infty} be a Cauchy sequence in XX. Suppose that the sequence converges to L1L_1 and L2L_2 in XX. We claim that L1=L2L_1=L_2.

Let ε>0\varepsilon>0 be arbitrary. There then exists some positive integers N1,N2N_1, N_2 such that

d(xn,L1)<ε/2 whenever nN1,d(x_n,L_1)<\varepsilon/2 \text{ whenever } n \geqslant N_1,d(xn,L2)<ε/2 whenever nN2.d(x_n,L_2)<\varepsilon/2 \text{ whenever } n \geqslant N_2.

Let N=max{N1,N2}N=\max\{N_1,N_2\}. It follows that whenever nNn \geqslant N, we have that

d(L1,L2)d(L1,xn)+d(xn,L2)<ε.d(L_1,L_2) \leqslant d(L_1,x_n)+d(x_n,L_2)<\varepsilon.

Since the choice of ε\varepsilon is arbitrary, this implies that d(L1,L2)=0d(L_1,L_2)=0, which means that L1=L2L_1=L_2.

  1. Prove the reverse triangle inequality:
d(x,z)d(z,y)d(x,y)|d(x,z)-d(z,y)| \leqslant d(x,y)

for all x,y,zx,y,z in a metric space (X,d)(X,d).

We first prove that d(x,z)d(z,y)d(x,y)d(x,z)-d(z,y) \leqslant d(x,y). Indeed, it follows from the triangle inequality that d(x,z)d(x,y)+d(y,z)d(x,z) \leqslant d(x,y)+d(y,z).

Next, we prove that d(x,y)d(x,z)d(z,y)-d(x,y) \leqslant d(x,z)-d(z,y), which is equivalent to d(z,y)d(x,z)d(x,y)d(z,y)-d(x,z) \leqslant d(x,y). This is again just the triangle inequality: d(z,y)d(z,x)+d(x,y)d(z,y) \leqslant d(z,x)+d(x,y).

  1. Give an example of a sequence {xn}R\{x_n\} \in \mathbb{R}^\infty such that xn0x_n \to 0, but {xn}lp\{x_n\} \notin l^p for any 1p<1 \leqslant p < \infty.

One such sequence x=(xn)n=1x=(x_n)_{n=1}^{\infty} is given by

xn=1ln(n+1).x_n=\frac{1}{\ln(n+1)}.

The divergence of xp\Vert x \Vert_p when p[1,)p \in [1,\infty) can be seen through limit comparison test with n=11n\sum_{n=1}^{\infty} \frac{1}{n}.

  1. Let (X,d)(X,d) and (Y,ρ)(Y,\rho) be metric spaces and suppose that f:XYf : X \to Y is uniformly continuous. Prove that under ff, the image of every Cauchy sequence is a Cauchy sequence.

Let (xn)n=1(x_n)_{n=1}^{\infty} be a Cauchy sequence in (X,d)(X,d). Let δ>0\delta>0 be arbitrary, then there exists some positive integer NN such that

d(xn,xm)<δ whenever n,mN.d(x_n,x_m)<\delta \text{ whenever } n,m \geqslant N.

We map the sequence via ff and obtain a sequence (f(xn))n=1(f(x_n))_{n=1}^{\infty} in (Y,ρ)(Y,\rho). Since ff is uniformly continuous (at an arbitrary point bXb \in X), for every ε>0\varepsilon > 0, there exists some δ>0\delta>0 such that (for points aXa \in X satisfying...)

d(a,b)<δ    ρ(f(a),f(b))<ε.d(a,b)<\delta \implies \rho(f(a),f(b))<\varepsilon.

Since (xn)n=1(x_n)_{n=1}^{\infty} is Cauchy, for every ε>0\varepsilon>0, we can find a positive integer NN such that d(xn,xm)<δd(x_n,x_m)<\delta whenever n,mNn,m \geqslant N that gives ρ(f(xn),f(xm))<ε\rho(f(x_n),f(x_m))<\varepsilon whenever n,mNn,m \geqslant N.

Therefore, (f(xn))n=1(f(x_n))_{n=1}^{\infty} is also Cauchy.

  1. Suppose WW is a dense subset of a metric space XX and ff is a uniformly continuous function from WW into some complete metric space YY. Prove that ff has a unique continuous extension to XX. That is, there exists a unique continuous function F:XYF : X \to Y such that F(w)=f(w)F(w)=f(w) for all wWw \in W.

This immediately follows from Exercise 43.2 of Munkres' Topology. Note that the denseness of WW implies that the closure of WW is precisely XX itself.

  1. Given two non-empty subsets A,BA,B of a metric space (X,d)(X,d), their distance is defined as
D(A,B)=infaA,bBd(a,b).D(A,B)=\inf_{a \in A,b \in B}d(a,b).

Consider the power set of XX and the function DD. Which of the axioms of a metric space does this pair satisfy?

It satisfies positivity, since DD is induced by dd, which is a metric that thus satisfies positivity. If d(a,b)0d(a,b) \geqslant 0 for all a,bXa,b \in X (i.e. 0 is a lower bound of dd), then infaA,bBd(a,b)0\inf_{a \in A,b \in B}d(a,b) \geqslant 0 for all A,BP(X)A,B \in \mathcal{P}(X) (the greatest lower bound of dd is indeed greater than one of its lower bounds, 0).

It also satisfies symmetry. This immediately follows from the symmetry of the metric dd that induces DD.

It does not satisfy definiteness. If A=BA=B, then infaA,bBd(a,b)=0\inf_{a \in A,b \in B}d(a,b)=0 since we can just take common points that have zero distance between them. However, the converse is not true: if infaA,bBd(a,b)=0\inf_{a \in A,b \in B}d(a,b)=0, it means that there are common points in AA and BB, i.e. the intersection ABA \cap B is not empty, but this does not necessarily mean that A=BA=B.

It does not satisfy triangle inequality either. Take X=RX=\mathbb{R}, DD be induced by the standard metric on the real line, AA be the open interval (2,3)(2,3), BB be the open interval (3,4)(3,4) and CC be the open interval (5,6)(5,6). It follows that D(A,C)=2D(A,C)=2, but D(A,B)+D(B,C)=0+1<2D(A,B)+D(B,C)=0+1 < 2.