Given $f_n:[0,\infty)\rightarrow \mathbb R$ with $$f_n(x)=e^{\frac{-x}{n}}, $$ it's easy to see that this sequence converges pointwise to $f(x)=1$.
However I am sure that if convergence is uniform also. How can I approach that?
Given $f_n:[0,\infty)\rightarrow \mathbb R$ with $$f_n(x)=e^{\frac{-x}{n}}, $$ it's easy to see that this sequence converges pointwise to $f(x)=1$.
However I am sure that if convergence is uniform also. How can I approach that?
The sequence $(f_n)_n$ is not uniformly convergent in $[0,+\infty)$ because $$\sup_{x\geq 0}|f_n(x)-f(x)|=\sup_{x\geq 0}|e^{-x/n}-1|=\sup_{t\geq 0}(1-e^{-t})=1\not \to 0$$ where we set $t=x/n$. However, $(f_n)_n$ is uniformly convergent in $[0,a]$ in $a\geq 0$: $$\sup_{x\in [0,a]}|f_n(x)-f(x)|=\sup_{x\in [0,a]}|e^{-x/n}-1|=\sup_{t\in [0,a/n]}(1-e^{-t})=1-e^{-a/n}\to 0$$ as $n$ goes to infinity.