My question is regarding $|x|<2$ vs $|x|>2$. When solving the first, we have that $$x<2 \quad \mathbf{and}\quad-x<2$$ while when we solve the second we have $$x>2 \quad\mathbf{or}\quad -x>2$$
My question is
Why is the first one a conjunction whereas the second is a disjunction? What is the logic behind that?
I am assuming it has something to do with the definition of the absolute value.
Each of those cases is really two cases:
$|x|>2$ is the same as the union of $x<0\land-x>2$ and $x\geq 0\land x>2$. This simplifies to $x<-2\cup 2<x$.
$|x|<2$ is the same as the union of $x<0\land-x<2$ and $x>0\land x<2$. This simplifies to $-2<x<0\cup0\leq x< 2$. However, as the two domains are consecutive, their union can be simplified into a single domain $-2<x<2$