fmam3
- 81
- 0
Homework Statement
Let [tex](f_n)[/tex] be a sequence of continuous functions on [tex][a,b][/tex] that converges uniformly to [tex]f[/tex] on [tex][a,b][/tex]. Show that if [tex](x_n)[/tex] is a sequence in [tex][a,b][/tex] and if [tex]x_n \to x[/tex], then [tex]\lim_{n \to \infty} f_n (x_n) = f(x)[/tex]
Homework Equations
None
The Attempt at a Solution
I just want to double check whether my proof works! Any criticisms welcomed! :)
Since [tex](f_n)[/tex] is continuous on a closed interval [tex][a,b][/tex], [tex](f_n)[/tex] is uniformly continuous on [tex][a,b][/tex]. And since [tex]\lim x_n = x[/tex], [tex](x_n)[/tex] is a Cauchy sequence and since [tex](f_n)[/tex] is uniformly continuous on [tex][a,b][/tex], it follows that [tex](f_n (x_n) )[/tex] is a Cauchy sequence on [tex][a,b][/tex].
Let [tex]\varepsilon > 0[/tex]. Since [tex](f_n(x_n))[/tex] is Cauchy, it converges to [tex]f(x_n)[/tex], thus for some [tex]N[/tex], [tex]n > N[/tex] implies [tex]|f_n (x_n) - f(x_n)| < \varepsilon / 2[/tex]. And since the uniform limit of continuous functions is continuous, that is since [tex]f_n \to f[/tex] uniformly and [tex](f_n)[/tex] is continuous on [tex][a,b][/tex], it implies that [tex]f[/tex] is continuous on [tex][a,b][/tex]. And since [tex]\lim x_n = x[/tex] and by the continuity of [tex]f[/tex], there exists some [tex]\delta > 0[/tex] such that [tex]|x_n - x| < \delta[/tex] implies [tex]|f(x_n) - f(x)| < \varepsilon / 2[/tex].
Thus, by the inequality [tex]|f_n (x_n) - f(x)| = |f_n(x_n) - f(x_n) + f(x_n) - f(x)| \leq |f_n(x_n) - f(x_n)| + |f(x_n) - f(x)|[/tex], it follows that when [tex]n > N[/tex] and [tex]|x_n - x| < \delta[/tex], we have [tex]|f_n (x_n) - f(x)| < \varepsilon /2 + \varepsilon /2 = \varepsilon[/tex]. This completes our proof.