4

Let $f_n \in C[a; b]$, where $\{f_n\}$ converges uniformly to $f$.

Is it true that $f \in C[a; b]$ too ? How do I prove or disprove it?

Pedro
  • 122,002
RiaD
  • 1,272

1 Answers1

13

For $\varepsilon>0$, there is $n$ such that $|f(z)-f_n(z)|<\dfrac{\varepsilon}{3}$ for all $z$, take one such $n$, and as $f_n$ are continuous at $a$, for the same $\varepsilon$ there is $\delta>0$ s.t. $|x-a|<\delta\,\Rightarrow |f_n(x)-f_n(a)|<\dfrac{\varepsilon}{3}$. So, we have

$|f(x)-f(a)|\le |f(x)-f_n(x)|+|f_n(x)-f_n(a)|+|f_n(a)-f(a)|<\varepsilon$.

Berci
  • 90,745
  • Why not $\varepsilon/3$ instead? Ends up looking nicer =) – Pedro Mar 28 '13 at 22:01
  • Hi@PeterTamaroff my question was that if $(f_k)$ (sequence of continuous functions) converges---->f in $C(\Bbb R)$. Can we say $(f_k)$ will converge to f in $\mathcal D'(\Bbb R)$? – Sara Tancredi May 20 '13 at 20:38