I am having a little bit of problem with an inequality with nested absolute values:
$$|z^2-1| \ge |z+|1-z^2||$$
I've tried solving it by making three cases, $z\ge1$, $z\le-1$ and $z$ between $1$ and $-1$ and thus getting rid of absolute values for $z^2-1$ and $1-z^1$, and I am only left with 1 absolute value. But solutions at the end are not what they should be based on the graph. Here, $z$ is real, and WolframAlpha gives this solution.
What I am doing wrong?
I am presuming that $z$ is real. The problem is that the outer absolute on the right may change sense at other places. Say $z \lt -1$. Then $|z+|1-z^2||=|z+z^2-1|$, but now you are testing whether $z+z^2-1 \gt 0$ which doesn't change sense at those points. So you need to find some secondary cases based on what you get for the prime cases.