Let $\sum_{n=1}^{n=\infty}{a_n}$ be an infinite series of real numbers. There is a $\theta$ with $0<\theta<1$ and a $n_0 > 0$, so $$\sqrt[n]{|a_n|}\leq\theta$$ for all $n \ge n_0$. Show that the series converges absolutely.
So I need verification here. Quite funny, because this is the first task out of many and I am certain that the other ones are correct, but this one I am not sure of.
My proof feels wrong, it feels like as if it is way too short.
My proof here:
Since $\lvert a_{n} \rvert \leq \theta$ and $\theta \in (0,1)$, the series $\sum_{n=1}^{n=\infty}{a_n}$ converges. And also since $\sqrt[n]{|a_n|}≤a_n$, the series converges absolutely.
We have $$\sqrt[n]{|a_n|}\le \theta\to 0\le |a_n|\le \theta^n$$therefore $$0\le \sum_{n=1}^{\infty}|a_n|\le \sum_{n=1}^{\infty}\theta ^n={\theta\over 1-\theta}$$which completes the proof.