I need to show that $C[0,1]$ is not complete under the norm $||f|| = \int^{1}_{0}|f|$(usual Riemann Integral). For this I had the idea that I need to somehow make the limit discontinuous at atleast a point to get a contradiction. I considered the following candidate:
\begin{align*} f_n(x) = -nx+1, x\leq 1/n\\ =0, x>1/n \end{align*} Then we have($n>m$): \begin{align*} ||f_n-f_m|| = \int^1_{0} |f_n-f_m| = \int^{1/m}_{0}|f_n-f_m| \leq \frac{1}{m} \end{align*} Hence given $\epsilon>0$, we can find an $N$ so that $||f_n-f_m||<\epsilon, \forall n>m>N$. But if we take the limit: \begin{align*} \lim_{n\rightarrow \infty} f_n(x) &= 0, x>0\\ &= 1, x=0 \end{align*} which is clearly discontinuous.
Q1: Is the following example sufficient to conclude that the space is incomplete?
Q2: How bad can we make the example? Is it possible to get a limit function so discontinuous that the limit is not integrable in any neighbourhood?