My analysis professor provided a proof for this but it's not an epsilon-style proof (it simply considers the limit as $n \to \infty$ under the domain of $[1,\infty)$).
Is this $\epsilon$-style proof valid for these types of questions? I mean, it looks valid to me but it is 04:30 in the morning >.> I wonder since this is what would come to my mind during a midterm, not my professor's style of proof.
$Proof.\; Let$ $\epsilon>0.$ $Let$ $N \in \mathbb N \;s.t.\;N > \frac 1\epsilon.$
$Then \;\; n>N \implies |f_n(x)-f(x)|=|\frac{nx}{1+nx}-1|=|\frac{1}{1+nx}| <|\frac{1}{nx}|=\frac{1}{nx}\le \frac 1n < \epsilon.\;\square$
I got rid of the absolute value signs since n,x are positive and got rid of x in the second to last inequality since $x \ge 1$. Is this acceptable to do?