While studying about inequalities, I came across the following definition ($\forall a > 0)$:
$$ \begin{alignat}{1} & |x| > a \iff \{ x \mid x < -a \text{ or } x > a \} \\ & |x| < a \iff \{ x \mid -a < x < a \} \end{alignat} $$
Naturally, as $\{ -a < x < a \}$ could be rewritten as $\{ -a < x \text{ and } x < a \}$, I wonder if is valid to rewrite $\{ x < -a \text{ or } x > a \}$ as $\{ -a > x > a \}$.
I don't know if that would be valid because, while $\{ -a < x < a \}$ represents only one interval, $\{ -a > x > a \}$ would represent two in a single expression. Is that notation valid?