There's already a proof for the following result on Showing that a Volterra operator is well-defined. However I want to ask if my alternative proof is valid.
Exercise: Let $T : C[0,1] \rightarrow C[0,1]$ be defined as $Tf(x) = \int_0^xf(t)dt$. Show that $Tf$ is continuous on $[0,1]$.
Attempt: Take $f \in C[0,1]$. Since $f$ is continuous on a compact interval, then it has an upper-bound $M > 0$ such that $|f(x)| \leq M$ on $[0,1]$. Let $\epsilon > 0$. Make $\delta = \frac{\epsilon}{M} > 0$. Then, if $|x-y| < \delta$, it follows that \begin{align*} |Tf(x)-Tf(y)| & = \left|\int_y^xf(t)dt\right|\\ & \leq \left|\int_y^x|f(t)|dt\right|\\ & \leq M\left|\int_y^xdt\right|\\ & \leq M|x-y|\\ & < M\delta = \epsilon. \end{align*}