I want to prove that the metric space $C[0,1]$ with the metric $d(f,g) = sup_{x \in [0,1]} |f(x) - g(x)|$ is path-connected. I think I've done most of the proof, but I am not too sure about the outcome.
I simply tried the straight line path $p(t) = f(x) + t(g(x) - (f(x))$ so that $p(0) = f(x)$ and $p(1) = g(x)$. To show path-connectedness, $p \in C[0,1]$ must be satisfied, hence I need to prove that $p$ is continuous.
Let $t_0 \in [0,1]$ and $\epsilon > 0$ and assume $|t-t_0| < \delta$. Then $sup_{t \in [0,1]} |p(t) - p(t_0)| = sup_{t \in [0,1]}|t-t_0||(g(x)-f(x)| < \delta|g(x) - f(x)|$.
So if I let $\delta = \frac{\epsilon}{|g(x) - f(x)|}$ is the path p then continuous? Did I forget anything here or is this proof valid?