I have a sequence of function $f_n$:
$$ f_n(x) = \sqrt{x^2 + \frac1n} \qquad \text{on the interval } [-1,1] $$
and $$f(x) = |x| $$
I need to prove that the sequence of functions $f_n$ is uniformly convergent to $f$ on the interval [−1, 1].
$f_n$ is continuously differentiable whereas the limit $f$ is not differentiable at $x = 0$.
Doesn't it contradict the theorem about the differentiability of the limit?
For the uniform convergence notice that $f_n(x)\geq|x|$, but: $$ f_n(x)-|x|=\frac{1}{n(f_n(x)+|x|)}\leq\frac{1}{\sqrt{n}},$$ with equality just in the origin.