Exercise Show that the sequence of functions $\langle f_n \rangle$ defined by $f_n(x)=\frac{nx}{nx+1}$ fails to converge uniformly to a function $f$ on the set $[0, \infty)$.
I understand that the tricky part here is the $0$; the $0$ is what makes it fail to be uniformly convergent. I'm having trouble showing it, however. I understand that to show uniform convergence, we must show
$$\exists \varepsilon > 0 \forall N \in \mathbb{N} \, \exists n \geq N \, \exists x \in [0,\infty): |f_n(x)-f(x)| \geq \varepsilon$$
I'm thinking the Squeeze Theorem for Limits may be the way to go here. The idea would be to use the fact that
$$ x \in [0, \infty) \Rightarrow 0 \leq x < M \, , \, M \geq x \Rightarrow f_n(0) \leq f_n(x) \leq f_n(M)$$
and eventually arrive at some contradiction or find some value $\varepsilon > 0$ that the $f_n$'s must be greater than or equal to.
Can anyone help me get started on how I should approach this problem?
Let $f$ be the limit function. Note that $f(0) = 0$ and $f(x) = 1$ for $x>0$.
Note that $f_n({1 \over n}) = {1 \over 2}$ for all $n$.
In particular, $|f_n({1 \over n}) - f({1 \over n})| = { 1\over 2}$ for all $n$.