Suppose I have an infinite series, $$0= a_0 x^p + a_1 x^{p+1} + a_2 x^{p+2} + \mathcal{O}(x^{p+3})$$ where $x<1$ and $\mathbb{N}\ni p\geq 1$.
Under what conditions does it hold that $a_0=0$? In a proof, it was stated that $a_0=0$ because terms of order $\mathcal{O}(x^{p+1})$ cannot correct for this, otherwise i.e. $a_0 \neq 0$ would imply the series does not converge to $0$.
I don't immediately see why. Maybe it is not true in general, but under certain conditions?!