I have to show that the $C^1[0,1]$ is not complete with any of these norms:
- $\|f\|_{\infty}=\sup_{x\in[0,1]}|f(x)|$
- $\|f\|_{*}=|f(0)|+\int_0^1|f'(x)|dx$
My attempt
The right sequence for the first norm is $f_n=\sqrt{x+\frac{1}{n}}$.
Notice that $\forall n\in\mathbb{N} : f_n\in C^1[0,1]$
Let $f=\sqrt{x}$
We see that $(f_n)$ converges to $f$ in sup norm in $C[0,1]$, thus it is Cauchy.
$C^1[0,1]$ is a subspace of $C[0,1]$ and all terms of $(f_n)$ are in $C^1[0,1]$, so $(f_n)$ is Cauchy in $C^1[0,1]$
But $f$ is not in $C^1[0,1]$. So $C^1[0,1]$ with sup norm is not complete.
When it comes to the second norm, I think the same sequence will be also okay. Am I right?