I am trying to show that $$\lim_{n \to \infty} \sup_{x \in [0,1]} (e^{-nx} - (1-x)^n)=0.$$ I have tried expanding $e^{-nx}$ with its Taylor series and $(1-x)^n$ with Newton's binomial theorem. The resulting Taylor series is $\sum_{k=2}^{\infty} (-1)^k \left(\frac{n^k}{k!} - {n \choose k}\right)x^k.$
I also tried taking the first derivative with respect to $x$ to find the point in $(0,1)$ where $e^{-nx} - (1-x)^n$ is maximized (in $x$ as a function of $n$), but I was only able to find the hard-to-solve $\frac{n}{1-n} = \frac{\ln(1-x)}{x}.$
Let $f_n(x) =e^{-nx} - (1-x)^n $.
I will show that for $0 < x < 1$, $f_n(x) \ge 0$ and if $x > \dfrac1{\sqrt{n}}$ then $f_n(x) \lt e^{-\sqrt{n}} $. and if $0 < x < c_0 \approx 0.683803 $ (the root of $\ln(1-x)+x+x^2 =0$) then $f_n(x) < x $.
Therefore $0 < f_n(x) \le\dfrac1{\sqrt{n}} $.
For $0 < x < 1$, $e^x < \dfrac1{1-x} $ (compare the power series) so $e^{-x} > 1-x $ so $e^{-nx} > (1-x)^n $.
Therefore $f_n(x) > 0$.
If $x > \dfrac1{\sqrt{n}}$ then $e^{-nx} \lt e^{-\sqrt{n}} $ so $f_n(x) \lt e^{-\sqrt{n}} $.
$\begin{array}\\ f_n(x) &=e^{-nx}-(1-x)^n\\ &=e^{-nx}-e^{n\ln(1-x)}\\ &=e^{-nx}(1-e^{nx+n\ln(1-x)})\\ &<e^{-nx}(1-e^{nx+n(-x-x^2)}) \qquad 0 < x < c_0\ (*)\\ &=e^{-nx}(1-e^{-nx^2})\\ &<e^{-nx}(1-(1-nx^2))\\ &=nx^2e^{-nx}\\ &\le x \qquad\text{since } z e^{-z} \le 1\\ \end{array} $
$(*) \ \ln(1-x) \gt -x-x^2 $ for $0 < x < c_0 \approx 0.683803 $.