Let $f(z) = \sum_{n=0}^\infty (\phi z)^n$.
How can I show that the conditions $|\phi| < 1$ and $|z| \leq 1$ are necessary to prove $f(z)$ converges to $$\frac{1}{1 - \phi z}$$
where $z$ is a complex number.
My approach: From the ratio-test $f(z)$ to converge we need \begin{align*} lim_{n \rightarrow \infty }\left|\frac{(\phi z) ^{n+1}}{(\phi z) ^{n}}\right| = |\phi||z| < 1 \end{align*}
Then if $|\phi| < 1$ then how does it imply $|z| \leq 1$?
Edited:
Another lecture note which uses the same idea:


The series can converge without the conditions $|\phi | <1$ and $|z| \leq 1$. For example take $\phi =\frac 1 4$ and $z=2$.