I need to show that the polynomial $$x^3-x-3$$ is continuous at $x=1$ using epsilon delta proof but I'm facing some problem manipulating the inequality.
Given $$\epsilon>0$$
$$0<|x-1|<\delta$$
Continuity implies $$|f(x)-f(x_0)|<\epsilon$$
so$$x^3-x-6<\epsilon$$
How do I manipulate the last line such that I have something that resembles the $$(x-1)$$?
If $|x-1|\lt\delta$ we have $1-\delta\lt x\lt1+\delta$, so we have $0\lt|(x+1)x(x-1)|\lt|(2+\delta)(1+\delta)(\delta)|$, and it is easy to see that the right hand side can be made as small as we like.