I need to solve this and explain every step: $$\left\lfloor\;|x+1|-|x|\;\right\rfloor \geq x^2$$
My try:
$$\lfloor 1\rfloor =\left\lfloor\;|x+1-x|\right\rfloor \geq \left\lfloor\;|x+1|-|x|\;\right\rfloor\geq x^2$$ $$ \lfloor 1\rfloor \geq x^2 $$ I understand it has something to do with $\lfloor\cdot\rfloor$, but I can't find out.
Let's spend some time understanding the function on the left.
By triangle inequality:
$$|x+1| \le |x| + 1$$
$$|x+1|-|x| \le 1$$
The equality holds if and only if $x \ge 0$.
Hence for $x < 0$, $\lfloor |x+1|-|x|\rfloor \le 0$, however, when $x<0$, $x^2 >0$.
For $x \ge 0$, $\lfloor |x+1|-|x| \rfloor =1$, $x^2 \le 1$ when $0 \le x \le 1$.
Hence the solution is $0 \le x \le 1$.