a(n) is a sequence. I can't find an example :/
can someone check my way to solve it?
a(n) is a sequence. I can't find an example :/
can someone check my way to solve it?
Observe that $1\le |a_n^2+a_na+a^2|$ is only sufficient to show $|a_n-a|\le|a_n^3-a^3|$. Your example with $a_n=a$ is not affected by this. I assume the sequence is a sequence of real numbers (not complex numbres). Then the implication is true:
If $a=0$ then for given $\epsilon>0$ there exists $N$ such that $n>N$ implies $|a_n^3|<\epsilon^3$, hence $|a_n|<\epsilon$.
Do you see what you can do in case $a\ne 0$? Assume we can find a number $c>0$ (not depending on $a_n$) and $n_1\in\mathbb N$ such that $|a_n^3-a^3|\ge c\cdot|a_n-a|$ holds for all $n>n_1$. Then we have already won because that allows to proceed as follows: Given $\epsilon>0$ there is an $n_0$ such that $|a_n^3-a_n|
How can we find such $c$? You were close, but one needs to be careful with signs (that's also why I extracted the case $a=0$ separately). From $a_n^3\to a^3\ne0$ we see that there is an $n_1$ such that $n>n_1$ implies $|a_n^3-a^3|, hence for such $n$, the numbers $a_n^3$ and $a^3$ have the same sign and the same holds for the signs of $a_n$ and $a$. As you noted, we have $a_n^3-a^3=(a_n-a)(a_n^2+a_na+a^2)$. As $a_n$ and $a$ have the same sign for $n>n_1$, all summands in $a_n^2+a_na+a^2$ are positive, hence $a_n^2+a_na+a^2\ge a^2>0$ and we can simply take $c=a^2$.
Remark: In general, for $a_m\approx a$ we'd have $a_n^3-a^3\approx 3a^2\cdot (a_n-a)$. Thus taking $c=a^2$ when actually $c\approx 3a^2$ would be possible is a somewhat wasteful estimate, but who cares?