Does $f_n(x) = \frac{x}{1 + nx^2}$ converge uniformly to $f(x)$ for $x \in \mathbb{R}$?
$\lim_{n \rightarrow \infty} f_n = f(x) = 0$
For $f_n(x) \rightarrow f(x)$ uniformly, I have to show that $sup_{x \in \mathbb{R}} |f_n(x) - f(x)| \rightarrow 0$
$sup_{x \in \mathbb{R}} |\frac{x}{1 + nx^2}| = \frac{1}{1 + n}$???
So I was thinking, $x = 1$ will give me the largest value, so $lim_{n \rightarrow \infty} \frac{1}{1 + n} = 0$, so that would mean $f_n(x) \rightarrow f(x)$ uniformly, right? However, the answer says that $f_n(x)$ does not converge uniformly to $f(x)$. Why is this?