So I need to show that $f_n(x) = \frac{nx}{1+nx}$ is not uniformly convergence on $[0,\infty)$. I found a way of showing this, but I'm not sure whether this is correct. I'd much appreciate it if someone could either confirm whether I can use this or show the error I made!
$\exists \epsilon > 0: \forall N\in\mathbb{N}: \exists n\geq N : \exists x \in [0,\infty): |\,f_n(x) - f(x)| \geq \epsilon$
Choose for $\epsilon = \frac{1}{2}$, choose for $x = 0$ and choose for $n = N$.
$ | \frac{nx}{1+nx} - 1| = | \frac{nx-1-nx}{1+nx}| = |\frac{1}{1+nx}| = \frac{1}{1} = 1 \geq \frac{1}{2} = \epsilon $