I'm going to teach a preparation course for the complex analysis qualifying exam from my university (which basically consists of me doing some problems from past exams) and I'm trying to solve some questions from previous exams. One of the questions is the following:
Prove that $\displaystyle{\sum_{n = 0}^{2013} a_n z^n \neq 0}$ if the coefficients satisfy $a_0 > a_1 > \dots > a_{2013} > 0$ and $|z| \leq 1$.
I tried to approach the problem by using the reverse triangle inequality to try to isolate the leading term, which I thought should be the constant coefficient, as follows:
\begin{array} . \left| \sum_{n = 0}^{2013} a_n z^n \right| &= \left| a_0 + \sum_{n = 1}^{2013} a_n z^n \right| \\ &\geq |a_0| - \left| \sum_{n = 1}^{2013} a_n z^n \right|\\ &\geq |a_0| - \sum_{n = 1}^{2013} |a_n z^n|\\ &\geq a_0 - \sum_{n = 1}^{2013} a_n |z^n|\\ &\geq a_0 - \sum_{n = 1}^{2013} a_0 |z^n|\\ &= a_0\left( 1 - \sum_{n = 1}^{2013} |z^n| \right) \end{array}
Then for $|z| < 1$, we have that this last expression is equal to
$$ a_0\left( 1 - |z| \frac{|z|^{2013} - 1}{|z| - 1} \right) $$
and my hope was to prove that this was always positive, nevertheless, after failing to prove it, I plotted the expression inside the parenthesis as a function of $|z|$, and found out that it changes sign in the interval $(0, 1)$.
Question
Can my approach somehow be made to work? And if not, how can I prove that the sum $\displaystyle{\sum_{n = 0}^{2013} a_n z^n \neq 0}$ under the given conditions?
Thank you very much for any help.