Let $z_1, z_2,...,z_n$ be arbitrary complex numbers. prove that for any $\epsilon > 0$ there are infinitely many numbers $k$ such that \begin{equation} \sqrt[k]{|z_1^k + z_2^k + \cdots + z_n^k|} > \max(|z_1|, |z_2|,...,|z_n|) - \epsilon \end{equation}
One idea i had to prove this was to do a proof by contradiction. That is, suppose $\exists \epsilon, \exists N$ such that $k > N \implies \sqrt[k]{|z_1^k+z_2^k+\cdots+z_n^k|}<\max(|z_1|,|z_2|,...,|z_n|)-\epsilon$. We can suppose $|z_1| = \max(|z_1|,|z_2|,...,|z_n|)$ so that dividing both sides by $|z_1|^k$ we get \begin{equation} |1+S_k| < (1 - \epsilon)^k \end{equation}
where $S_k = \frac{z_2^k + \cdots+ z_n^k}{z_1^k}$. I was thinking that letting $k \to \infty$ should give a contradiction, but I'm not sure how. Perhaps a helpful hint is that I'm supposed to use formal power series to solve this.




Consider the function $$f(x)=\sum_{i=1}^n \frac1{1-z_ix}=\sum_{m=0}^\infty x^m(z_1^m+\cdots+z_n^m).$$ This function has a pole at $1/z_i$ for every $i$. However, if $$\limsup_{m\to\infty}\left|z_1^m+\cdots+z_n^m\right|^{1/m}=s,$$ then the second series definition for $f(x)$ converges for all $x$ with $|x|<1/s$. If this is strictly less than $\max(|z_1|,\dots,|z_n|)$, then this contradicts the existence of a pole at $1/z_i$ for whichever $i$ maximizes (not necessarily uniquely) $|z_i|$, which is inside the radius of convergence.