Using Taylor's theorem applied to a branch of log $(1 + z/n),$ prove that lim$_{n \rightarrow \infty} (1 + \frac{z}{n})^{n} = e^z$ uniformly on all compact sets.
Taylor's theorem gives us that $$f(z) = f(a) + \frac{f'(a)}{1!}(z-a) + \frac{f''(a)}{2!}(z-a)^2 + \cdots+\frac{f^{(m-1)}}{(m-1)!}(z-a)^{m-1} + f_m(z)(z-a)^m.$$
If $f(z) =$ log$(1 + z/n)$, then $$f'(z) = \frac{1}{1+z/n}\cdot\frac{1}{n},$$ $$f''(z) = -\frac{1}{(1 + z/n)^2}\cdot\frac{1}{n^2}, $$ $$f^m(z) = \frac{(m-1)!(-1)^{m-1}}{(1 + z/n)^m}\cdot\frac{1}{n^m}.$$
My issue is that I don't see how this is all going to come together to prove what I need to.