I want to prove the following:
Let be the sequence of functions in $C([0,1])$ given by $$\displaystyle f_n(x) = \begin{cases}\sqrt n & 0\le x<\dfrac{1}{n}\\\dfrac{1}{\sqrt x} & \dfrac{1}{n}\le x\le 1.\end{cases}$$ Then $f_n$ is a Cauchy sequence in $(C([0,1]),||\cdot||_1)$ that does not converge. Thus, $(C([0,1]),||\cdot||_1)$ is not complete.
So to prove that it is Cauchy I did the following:
$$\int_{0}^{1}|f_{n}(x)-f_{m}(x)|dx \leq \int_{0}^{1}|f_n(x)|+\int_{0}^{1}|f_m(x)|=\int_{0}^{1/n}|\sqrt(n)|+\int_{1/n}^{1}|1/ \sqrt(x)|+\int_{0}^{1/m}|\sqrt(m)|+\int_{1/m}^{1}|1/ \sqrt(x)|=1/\sqrt(n)+1/\sqrt(m)+(2-2/\sqrt(n))+(2-1/\sqrt(m))=4-(1/\sqrt(n)+1/\sqrt(m))$$
So the thing is, I think there is something wrong here since I can't bound $1/\sqrt(n)+1/\sqrt(m)$ as both $n,m$ goes to zero, and the norm could be negative since $1/\sqrt(n)+1/\sqrt(m)$ could be larger that 4.
Now another thing, How can I prove that is not convergent?.
And finally, I was trying to figure out if $(C([0,1]),||\cdot||_2)$ is complete? but the thing is that proving it should be worse that rearrange the above function to give a counter example, but Am I right?.
Can someone help with this questions please?