I'd like to show that $C([0,1])$ (that is, the set of functions $\{f:[0,1]\rightarrow \mathbb{R} \, \textrm{ and } \, f \, \textrm{is continuous} \}$ is not a complete mertric space under the $L_1$ distance function:
$$ d(f,g) = \int_0^1 |f(x)-g(x)|dx $$
I can find counter examples (for example, here) but would rather prove it using definitions and principles so that I do not have to rely on committing specific degenerate sequences to memory.
Since all compact metric spaces are complete, I have to figure that the place to start is to show that $C([0,1])$ is not compact and that somehow an infinite cover allows for a divergent Cauchy sequence. However, I don't how to show this (or if it's even the right approach to take).