Let $a_n$ be a decreasing, positive sequence, in the real space. Prove that the power series $\large p(z)=\sum\limits_{k=0}^{n} a_k z^k$ has no roots in $A=\{z\in C:|z|<1\}$. What I did so far
- $zp(z) =\sum\limits_{k=1}^{n+1} a_{k} z^k \Rightarrow |zp(z)| \leq \sum\limits_{k=1}^{n+1} a_{k} |z|^k \leq\sum\limits_{k=0}^{n} a_k |z|^k = |p(z)|=|-p(z)|$ (since $a_n$ non decreasing and $|z|<1$)
- using Rouche's principle $(z-1)p(z)$ has the same amount of roots with $-p(z)$ or $p(z)$.
Am I going to the right direction ?