In this solution, first it states that
If we write $f(z) = \frac{c}{z_0-z}+\sum_{n=0}^\infty b_nz^n$ then $\lim_{n\to\infty}b_n =0$.
I think I'm missing something very fundamental but why $\lim_{n\to\infty}b_n =0$? I mean if we think a geometric series $\sum_{n=0}^\infty z^n$, then this series converges on $|z|<1$. But its coefficient is $1$.
Also the limit
$$\lim_{n\to\infty}\frac{b_n+\frac{c}{z_0^{n+1}}}{b_{n+1}+\frac{c}{z_0^{n+2}}} = \lim_{n\to\infty}\frac{\frac{c}{z_0^{n+1}}}{\frac{c}{z_0^{n+2}}}$$
Could you explain this to me?