I am trying to solve this equation $\lvert 2x \rvert = \lvert x - 2 + y \rvert$ (specifically, find set of all points $(x, y)$ satisfying equation).
$\lvert 2x \rvert = \lvert x - 2 + y \rvert$ is equivalent to $2x = x - 2 + y \lor 2x = -(x - 2 + y)$.
If $2x = x - 2 + y$, then I am assuming that $2x \ge 0$ and $x - 2 + y \ge 0$, but do I have to check if solutions meet those conditions?
In general, while solving any equation with absolute values you have to check conditions, but sometimes you don't have to.
For example,
$$\lvert\lvert x-1\rvert +5\rvert = 7$$
I can write it as $\lvert x - 1\rvert + 5 = 7$ or $\lvert x - 1\rvert + 5 = -7$. In this case, I don't have to check conditons.