3

In the proof of the statement that weak convergence is equivalent to strong convergence in finite dimensional normed vector space, we need to use the fact that in finite dimensional space convergence in coordinates is equivalent to convergence in norm.

Since in infinite dimensional normed vector space weak convergence is generally different from strong convergence, I guess in infinite dimensional case convergence in coordinates is NOT equivalent to convergence in norm. But I have no example. Could someone give me an example of “convergence in coordinates is not equivalent to convergence in norm”?

Thanks so much.

Update: I think the infinite dimensional space must be separable, for otherwise it does not make sense to talk about “convergence in coordinates”

Sam Wong
  • 2,481

1 Answers1

2

Consider $\ell^2:=\{(x_1,x_2,\dots):\sum_{n\geq 0}x_n^2<\infty\}$ with norm $\Vert(x_1,x_2,\dots)\Vert=\sqrt{\sum_{n\geq 0}x_n^2}$. Now consider two sequences $(x_n)$ and $(y_n^{(k)})$ where $x_n=0$ for all $n$ and $y_n^{(k)}=\mathbb{1}[n=k]$. Notice that we have $(x_n),(y_n^{(k)})\in\ell^2$ for all $k$. Furthermore, $y_n^{(k)}\to x_n$ as $k\to\infty$ since $y_n^{(k)}=0$ whenever $k>n$. However, for every $k$, $\Vert (x_n)-(y_n^{(k)})\Vert=1$, so $(y_n^{(k)})$ does not converge to $(x_n)$ in the norm.

munchhausen
  • 1,258