Show that evaluation is continuous on $C[0,1]$

354 Views Asked by At

Choose and fix a point $c \in [0,1]$, and consider the function $E: C[0,1] \rightarrow R $ given by $E(f) = f(c)$. Show that $E$ is continuous.

My question is what does fix a point mean and what is $E(f)$.

2

There are 2 best solutions below

0
On BEST ANSWER

Note that if $\|f-g\| < \epsilon$ then $|f(c)-g(c)| < \epsilon$.

To elaborate slightly: $|E(f)-E(g)| \le \| f-g \|$, hence $E$ is Lipschitz continuous.

1
On

It is not clear which topology you have on $C[0,1]$.

  1. if we have the maximum-norm $\|*\|_{\infty}$ on $C[0,1]$,then $E$ is continuous.

  2. if we have the $L^1$-norm $\|*\|_{1}$ on $C[0,1]$,then $E$ is not continuous.