I have troubles understanding a proof in "Visual Complex Analysis". What we want to show is that for two powerseries $c_0 + c_1z + c_2z^2 + ...$ and $d_0 + d_1z + d_2z^2 + ...$, equality in a neighborhood of 0 implies their coefficients must be equal. The proof in the book is the following(translated from german to english):
"Seting $z=0$ we get $ c_0 = d_0$ so we can cut them out of both equations. Dividing by z and setting $z=0$ it follows that $c_1 = d_1$. Repeating this argument we get that all the coefficients are equal".
Why can we divide by $z$? Where does this proof use that the two powerseries are equal in a neighborhood of 0?
Since $c-0=d_0=1$, we have$$c_1z+c_2z^2+\cdots=d_1z+d_2z^2+\cdots$$in the neighborhood of $0$. So, for each $z\neq0$ in that neighborhhod, we have, after dividing both sides by $z$:$$c_1+c_2z+\cdots=d_1+d_2z+\cdots$$Bu then\begin{align}c_1&=\lim_{z\to0}c_1+c_2z+\cdots\\&=\lim_{z\to0}d_1+d_2z+\cdots\\&=d_1.\end{align}So, $c_1=d_1$. And now, start all over again.