Show that the following sequence of $f_n(x)$ converges uniformly on the interval $[0,1]$
My work:
$$f_n(x)=x-\frac{x^n}{n}$$
$$f(x)=\lim_{n\rightarrow \infty}f_n(x)$$
$$\lim_{n\rightarrow \infty}f_n(x)=\lim_{n\rightarrow \infty}x-\frac{x^n}{n}$$
The sequence converges for $|x|<1$
$$\lim_{n\rightarrow \infty} x-\frac{x^n}{n}=x-0$$
$$f(x)=x$$
$$|x-\frac{x^n}{n}-x|< \epsilon$$
$$\frac{x^n}{n}< \epsilon$$
Does this question need Lambert function?
I am not sure how to proceed... Any help will be appreciated.
Given $\epsilon > 0$, choose a positive integer $N > \frac{1}{\epsilon}$. For all $n > N$ and $x\in [0,1]$, $$\left\lvert\left(x - \frac{x^n}{n}\right) - x\right\rvert = \frac{x^n}{n} \le \frac{1}{n} < \frac{1}{N} < \epsilon$$
Thus $f_n(x)$ converges uniformly to $x$ on $[0,1]$.