I was perusing an answer to this question here, but I'm confused regarding the last line
$0 = \lim_{x \to x0} \frac{\sum_{k=0}^{n} a_k (x - x_0)^k}{(x - x_0)^n}$
this implies that $a_0 = a_1 = ... = a_n = 0$. I'm not sure why it implies that the coefficients are equal to zero. I do see that the limit of the numerator must be zero, but that would only imply the first coefficient $a_0$ (when $k = 0$ ) must be zero, but for $k > 0 $, why do the coefficients have to be zero? My understanding is that as $x \to x_0$, $(x - x_0) \to 0$, then the coefficients can be any value?