I saw the solution of an exercise and there it is used the following inequality: $$e^{-(n-1)x} \leq e^{-{(n-1)}} ,\forall x \in [0,+\infty)$$
Why is it like that? I haven't understood it.. $$$$ The exercise is: Let $f_n:[0,+\infty) \to \mathbb{R}, f_n(x)=xe^{-nx}, \forall x\geq 0$.Prove that $(f_n)$ converges to a $f$ uniformly at $[0,+\infty)$.Which is the $f$?
This is the solution I found:
$f_n$ converges pointwise to $f(x)=0$.So,if it would converge uniformly,it would converge to $0$.We have $|f_n(x)-f(x)|=|f_n(x)|=|xe^{-nx}|=xe^{-x}e^{-(n-1)x} (1)$
For $\epsilon=1$ $\exists \delta>0$ such that : $\forall x> \delta$ we have $xe^{-x}<1$ In $[0, \delta], xe^{-x}$ is bounded as it is continuous in a closed and bounded interval. In $(\delta,+\infty)$,we have $xe^{-x}<1$.So, $xe^{-x}$ is bounded in $[0,+\infty)$, $xe^{-x} \leq M$
From the relation $(1)$ we have
$|f_n(x)-f(x)| \leq Me^{-(n-1)x} \leq Me^{-(n-1)}$
Taking the supremum,we have: $sup_{x \geq 0} {|f_n(x)-f(x)|} \geq Me^{-(n-1)} \to 0$.
So,it converges uniformly to $f=0$ in $[0,+\infty)$