The image
$d\colon C([a,b])\times C([a,b])\to \mathbb{R}_{\ge 0}\\ (f,g)\mapsto \int_{[a,b]}|f(t)-g(t)|\mathrm{d}t$
defines a metric on the space of 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 NOT (edit: sry, I forgot) continuous.
Thus I have to find one $\epsilon >0$ for which every $\delta > 0$ such that $\int_{[a,b]}|f(t)-g(t)|\mathrm{d}t\ge \epsilon$ for all points for which $|f(x)-g(x)|<\delta$.
Since $f(x)-g(x)\le |f(x)-g(x)|<\delta$ and $\int_{[a,b]}|f(t)-g(t)|\mathrm{d}t\ge \left | \int_{[a,b]}(f(t)-g(t))\mathrm{d}t\right |$ I can choose $\epsilon = \left | \int_{[a,b]}(f(t)-g(t))\mathrm{d}t\right |$ and since $x\in[a,b]$ the inequality
$\int_{[a,b]}|f(t)-g(t)|\mathrm{d}t\ge \epsilon$ holds for every $\delta >0$
Is this correct?