I have to prove that $(C^1[0,1],d_1)$ is complete metric space, where $d_1(f,g)=\max|f(x)-g(x)|+\max|f'(x)-g'(x)|,x\in[0,1]$
Firstly, I take an arbitrary Cauchy sequence of functions from $C^1[0,1]$, $\langle f_n(x):x\in[0,1]\rangle$.
Since it is Cauchy's, it holds$$(\forall\epsilon>0)(\exists n_0\in N)(\forall n,m\geq n_0)(d_1(f_n,f_m)<\epsilon)$$ i.e. $$(\forall\epsilon>0)(\exists n_0\in N)(\forall n,m\geq n_0)(d_1(f,g)=\max|f(x)-g(x)|+\max|f'(x)-g'(x)|,x\in[0,1])$$
From this I have
- $(\forall\epsilon>0)(\exists n_0\in N)(\forall n,m\geq n_0)\max|f_n(x)-f_m(x)|<\epsilon$
- $(\forall\epsilon>0)(\exists n_0\in N)(\forall n,m\geq n_0)\max|f_n'(x)-f_m'(x)|<\epsilon$
I will skip what I was doing now and I will just write that I found that there exists $f(x)$ and $g(x)$ such that $\lim\limits_{n\rightarrow\infty}f_n(x)=f(x)$ and $\lim\limits_{n\rightarrow\infty}f_n'(x)=g(x)$.
I have written in my notebook that I have to show now that $f\in C[0,1]$, $g\in C[0,1]$ and $f'=g$.
It's clear to me why do I have to show that $g\in C[0,1]$ and $f'=g$, but don't I have to show for $f$ that $f\in C^1[0,1]$?