Let $$\sum_{n=0}^{\infty} a_nx^n$$ be a power series with convergence radius $R$ and $$\sum_{n=1}^{\infty} na_nx^{n-1}$$ the power series one gets by 'term-by-term differentiation' with the convergence radius $R'$.
I need to prove that $R = R'$.
My approach was to first prove $R \leq R'$ by assuming $R'< R$ and stating that there is an $r$ in between the two so that the power series is convergent and the derivative is not, which then means that $\lim_{n \to \infty} a_nr^n = 0$ while $\lim_{n \to \infty} na_nr^{n-1} \neq 0$ which is a contradiction(as I can split the limit up).
To prove that $R' \leq R$, I wanted to prove that $$|a_0|+ r\sum_{n=1}^{\infty} na_nx^{n-1}$$ is a majorant of $$\sum_{n=0}^{\infty} a_nx^n$$ and therefore the convergence radius is the same.
Is that prove valid or did I overlook something?