$X$ is complete if and only if $S(X)=\{x: \|x\|=1\}$ is complete.

593 Views Asked by At

Question is to prove that

$X$ is complete if and only if $S(X)=\{x: \|x\|=1\}$ is complete.

The condition $S(X)=\{x :\|x\|=1\}$ being complete seems to be very weak to conclude that X is complete.

I was trying to solve this but could not succeed.

Let $(x_n)$ be a Cauchy sequence in $X$, we want to find a Cauchy sequence in $S(X)$.

Obvious corresponding sequence in $S(X)$ is $y_n=\dfrac{x_n}{\|x_n\|}$.

We then see if this $(y_n)$ is Cauchy and then quote the condition that $S(X)$ is complete to conclude that $(y_n)$ converges and thus $(x_n)$ converges.

But then, it seems to be not natural why should $(y_n)$ is Cauchy if $(x_n)$ is Cauchy. $$\|y_n-y_m\|=\left|\left|\dfrac{x_n}{\|x_n\|}-\dfrac{x_m}{\|x_m\|}\right|\right|=\frac{1}{\|x_n\| \|x_m\|}\left|\left|x_m||x_n||-x_n||x_m||\right|\right|$$

As $(x_n)$ is Cauchy, we see that it is bounded and so we have $M>0$ such that $\|x_n\|\leq M$ for all $n$.

This says $\|y_n-y_m\|\leq \frac{M}{\|x_n\| \|x_m\|}\|x_n-x_m\|$ which does not say anything about $(y_n)$ being Cauchy.

Assuming something more, as $S'(X)=\{x: \|x\|\leq 1\}$ is complete we can then consider the sequence $(y_n)$ with $y_n=x_n/M$ we then have $||y_n||\leq 1$ and $\|y_n-y_m\|\leq 1/M \|x_n-x_m\|$ which says that $(y_n)$ is Cauchy and for the same reason as above we can say $x_n$ is Cauchy.

Consider the case when $X= \mathbb{Q}$ the collection of rational numbers, then $S(X)=\{-1,1\}$ which is complete but $\mathbb{Q}$ is not complete.

So, I guess we need to have the condition the unit disk is complete.

Clearly $\Bbb Q$ is not a $\Bbb R$-normed space, it is a $\Bbb Q$-normed space. So, $\Bbb Q$ is not a complete as $\Bbb Q$-normed space.

After all it turns out that question is correct.

Please give only hints.

3

There are 3 best solutions below

7
On BEST ANSWER
  1. Show that the sequence $\lVert x_n \rVert$ is Cauchy (reverse triangle inequality).
  2. Assume $x_n$ does not converge to $0$. Then $\lVert x_n \rVert$ has a strictly positive lower bound for $n$ big enough. Use this to conclude that $y_n$ is cauchy.
4
On

Suppose $X$ is not complete. Then, you can isometrically embed it in a dense subspace of its completion, say $X\stackrel\iota\hookrightarrow \overline X$.

Now, the subspace spanned by a vector $\overline v\in \overline X\setminus\iota(X)$ kinda makes "a hole" in $S(\overline X)$, which can be brought back to $S(X)$ using the fact that $\iota$ is an isometry and $\iota(X)$ is dense.

1
On

Perhaps a simpler method: Suppose $\| x_n \| \not \to 0$. If $(x_n)$ is Cauchy, then $( \| x_n \| )$ is a Cauchy sequence in $\mathbb{R}$, and thus convergent. Let $h = \lim_n \| x_n \| > 0$. Set $z_n = \frac{1}{h} x_n$. Then \begin{align*}\|y_n - y_m\| & \leq \| y_n - z_n \| + \|z_n - z_m\| + \|z_m - y_m\| \\ & = \| (1 - \|x _n \| / h) y_n \| + \| (1/h) (x_n - x_m) \| + \| (1 - \| x_m \| / h) y_m \| \\ & = | 1 - \|x _n \| / h | + \frac{1}{h} \| x_n - x_m \| + |1 - \| x_m \| / h| \\ & = \frac{1}{h} \left( |h - \|x _n \| | + \| x_n - x_m \| + |h - \| x_m \| | \right) . \end{align*}.

Now we show $(y_n)$ is Cauchy. Fix $\epsilon > 0$. Then since $(x_n)$ is Cauchy, there exists $N_1$ such that if $m, n \geq N_1$, then $\| x_n - x_m \| < \epsilon h / 3$. Moreover, since $h = \lim_n \| x_n \|$, there exists $N_2$ such that for $n \geq N_2$, we have $| h - \| x_n \| | < \epsilon h / 3$. Set $N = \max (N_1, N_2)$. Then for $m, n \geq N$, we get \begin{align*} \| y_n - y_m \| & \leq \frac{1}{h} \left( |h - \|x _n \| | + \| x_n - x_m \| + |h - \| x_m \| | \right) \\ & < \frac1h ( \epsilon h / 3 + \epsilon h / 3 + \epsilon h / 3 ) & = \epsilon . \end{align*}

But also, since $\| z_n - y_n \|$ goes to $0$, this suggests a candidate for the limit of $x_n$ in terms of that of $y_n$.