We're currently analyzing the convergence of function sequences.
I need to prove $$ \lim_{n \to \infty} \left(1 + \frac{z}{n}\right)^n $$
is not uniformly convergent on $\mathbb{C}$. Can I just use the equivalence $\sum_{n=1}^\infty \frac{z^n}{n!}$ and show this is not uniformly convergent to $e^z$? Or is there a way of showing it using the supremum norm?
Thanks in advance.
The point-wise limit is $e^{z}$. If the convergence is uniform then there exists $n_0$ such that $|(1+\frac z n)^{n} -e^{z}| <1$ for all $z$ whenever $n \geq n_0$. Put $z=n$ to get $|2^{n}-e^{n}| <1$ for al $n \geq n_0$. However, $|2^{n}-e^{n}|=e^{n} |1-(\frac 2 e)^{n}| \to \infty$ since $(\frac 2 e)^{n} \to 0$. This contradiction shows that the convergence is not uniform.