0

See the title.

If I am not mistaken, this is true for $L^2$-spaces but is false for $L^1$-spaces. Say, should the space be reflexive?

limanac
  • 619
  • 5
  • 11

1 Answers1

0

If you only speak about the spaces $L^p(0,1)$, $1 \le p \le \infty$, this is always false.

Just consider the sequence \begin{equation*} u_n(t) = \begin{cases} n^{1/p} & \text{for }t \le 1/n \\ 0 & \text{else}, \end{cases} \end{equation*} with $n^{1/\infty} = 1$. Then you have $\|u\|_p^p = \int_0^1 u_n(t)^p \, \mathrm{d}t = 1$ and $u_n(t) \to 0$ for all $t > 0$.

Hence, $u_n$ does not converge.

gerw
  • 31,359