If $g(w)$ and $f(z)$ are holomorphic functions, show that $g(f(z))$ is also holomorphic.
From the assumptions we have that for some $A,B$,
$$\lim_{h\rightarrow 0}\frac{g(f(z)+h)-g(f(z))}{h}=A,$$
$$\lim_{h\rightarrow 0}\frac{f(z+h)-f(z)}{h}=B.$$
We want to prove that there exists $C$ with
$$\lim_{h\rightarrow 0}\frac{g(f(z+h))-g(f(z))}{h}=C.$$
The second equation means, by definition of the limit, that for any $\varepsilon > 0$, there exists $\delta$ such that $0<|h|<\delta$ implies $$\left|\frac{f(z+h)-f(z)}{h}-B\right|<\varepsilon.$$
I don't know how to get to $\dfrac{g(f(z+h))-g(f(z))}{h}$ from here.