Solve the following inequality
$$|a-2| > |a+4|$$
Here I separated it into cases as shown
$a<-4$
$$-(a-2) > -(a+4) \implies 2-a>-a-4 \implies 0>-6$$
Always true, so we get $\mathbb{R} \cap (-\infty , -4) = (-\infty ,-4)$
$-4<a<2$
$$-(a-2)>a+4 \implies 2-a>a+4 \implies a<-1$$
Taking interception $(-4,2)$ $\cap $ $(-\infty,-1)$
$a>2$
$$a-2 > a+4 \implies -2>4 $$
Always false, so no solution from there. Finally, I checked end points and noticed that they do not work in this inequality. However, I do not know how to proceed further. Could you assist me?
Regards
You have to distinguish the following cases: $$x\geq 2$$ then we get $$x-2>x+4$$ $$-4\le x<2$$ then we get $$x-2>-x+4$$ $$x<-4$$ then we have $$-x+2>-x-4$$