Let $X=Y=C[0,1]$ with the uniform metric $d(x,y)=$sup$_{t\in [0,1]}\;\{|x(t) - y(t)|\}$
Define $$\phi:X \to Y$$
$$\phi_x(t) = \int_{0}^{t}x(s)ds$$ Show that $\phi$ is continuous on $X$
$d(\phi_x,\phi_y)=$sup$_{t\in [0,1]}\;\{|\int_{0}^{t}x(s)ds - \int_{0}^{t}y(s)ds|\}$=sup$_{t\in [0,1]}\;\{|\int_{0}^{t}(x(s)-y(s))ds|\}$
$|\int_{0}^{t}(x(s)-y(s))ds|\leq \int_{0}^{t}|x(s)-y(s)|ds$
How can I use this to prove it?
$\int_0^{t}|x(s)-y(s)|ds \leq d(x,y)$ so $d(\phi_x,\phi_y) \leq d(x,y)$.