I am attempting to prove that:
$$\lim_{z \rightarrow z_0} (z^2 + c) = z^2_0 + c$$
From the limit definition, we want to show that $0 < |z-z_0| < \delta \implies |(z^2+c)-(z^2_0+c)| < \varepsilon$. We observe that:
\begin{align} |(z^2+c)-(z^2_0+c)| &= |z^2-z^2_0| \\ &= |(z-z_0)(z+z_0)| \\ &= |z-z_0||z+z_0| \\ &< \varepsilon \end{align}
I am unsure as to how to deal with the $|z+z_0|$ term. There are a few thoughts I would like to clarify:
- Is it fair to say that if $0 < |z-z_0| < \delta$ holds by premise, then we also have $0 < |z+z_0| < \delta$, since the only thing that changes is the center of the circle on the complex plane? My strategy to finish the proof would then be to write:
$$|z-z_0||z+z_0| < \delta^2$$
Then set $\delta = \sqrt\epsilon$. More generally, does $|z+z_0|$ have any relevance to the inequality $0 < |z-z_0| < \delta$?
- If not, then is it legal to fix some radius $R = |z+z_0|$, thus $|z-z_0| R < \varepsilon$ and finishing the proof by setting $\delta = \frac{\varepsilon}{R}$?