Im having a problem that looks as follows:
Show that $x^5 - x^2 + 3 \rightarrow \infty$ as $x \rightarrow \infty$
My question is how do we construct the proof for such statements? I cannot even find the correct definition for such limits. I know the definition when we have $\lim f(x) = \infty $, but here we also have x approaching $\infty$. All help would be appreciated.
We say that $\lim_{x\to\infty}f(x)=\infty$ when$$(\forall M\in\mathbb R)(\exists N\in\mathbb R):x>N\implies f(x)>M.$$So, take $M\in\mathbb R$. Then, take $N\in\mathbb R$ such that $x>N\implies x^2>M$ and $x^3>2$. Then$$x^5-x^2+3=x^2(x^3-1)+3>M\times1+3>M.$$