I'm studying weak convergence in $L^p$ space and I got trouble in understanding the following identity:
If $u_n \rightharpoonup u$ in $L^2(\mathbb{R}^N)$, then $$ \|u \|^2 + \limsup_{n \to \infty} \| u_n - u \|^2 = \limsup_{n \to \infty} \|u_n\|^2 .$$
Can anyone show me how we get that one?
Thanks for your helps.
First we have $$ \| u_n-u \|^2 = \langle u_n-u, u_n-u \rangle = \|u_n\|^2 + \|u\|^2 - 2 \Re \langle u_n, u \rangle, $$ where $\Re$ denotes the real part.
Now, since $u_n \rightharpoonup u,$ for any $\epsilon>0$ there is some $N$ such that $|\langle u_n, u \rangle - \langle u, u \rangle| < \epsilon$ whenever $n>N.$ Therefore $\langle u_n, u \rangle = \|u\|^2 + \delta,$ where $|\delta|<\epsilon.$ Thus, $$ \| u_n-u \|^2 = \|u_n\|^2 + \|u\|^2 - 2 \Re (\|u\|^2 + \delta) = \|u_n\|^2 - \|u\|^2 - 2 \Re\delta $$ i.e. $$ \|u\|^2 + \| u_n-u \|^2 = \|u_n\|^2 - 2 \Re\delta $$
Taking limits as $n \to \infty$ we end up with $$ \|u\|^2 + \lim_{n\to\infty} \| u_n-u \|^2 = \lim_{n\to\infty} \|u_n\|^2 $$ and therefore also $$ \|u\|^2 + \limsup_{n\to\infty} \| u_n-u \|^2 = \limsup_{n\to\infty} \|u_n\|^2 $$
I'm not sure if I'm missing something. As you can see I get a stronger result with ordinary limits, not just limit superior.