The image
$d\colon C([a,b])\times C([a,b])\to \mathbb{R}_{\ge 0}\\ (f,g)\mapsto \{\sup |f(t)-g(t)|,t\in [a,b]\}$
defines a metric on the set of all continuous functions. I want to show that
$\Phi_x\colon C([a,b])\to \mathbb{R}\\ f\mapsto f(x)\\ x\in[a,b]$
is continous. I used the absolute value metric on the field of real numbers.
For an arbitrary $\epsilon >0$ I can find a $\delta >0$ that
$|f(x)-g(x)|\le \sup |f(t)-g(t)| <\epsilon$ holds if I choose $\epsilon = \delta$, thus the function is continuous.
Is this correct?