- $(f_n)$ converges uniformly on $(a , b)$
- $(f_n)$ converges pointwise at $x = a$ and $x = b$
Prove that $(f_n)$ converges uniformly on $[a , b]$.
I am confused on how to show this, specifically at the endpoints. Using Cauchy's criterion and looking at $x = a$, we can write \begin{align*} |f_n(a) - f_m(a)| &= |f_n(a) - f_n(x) + f_n(x) - f_m(x) + f_m(x) - f_m(a)| \\ &\leq |f_n(a) - f_n(x)| + |f_n(x) - f_m(x)| + |f_m(x) - f_m(a)| \end{align*}
but I am lost after that. Maybe that is not the way to go about it.