I came up with this question when trying to understand how to process the equation $|x| + |y| = 4$, and how its graph should look. It only started to make sense when I broke $|x|$ down into two separate statements for $x \geq 0$ and $x <0$. Then I took those two new statements and broke each one into two more statements involving $y\geq 0$ and $y <0$. I ended up with four statements, one for each quadrant of the $xy$-plane, each with a separate functions.
Is it necessary to look at the absolute value sign like this in higher level math? Focusing on the idea that it breaks a single statement into two separate statements that describe separate subsets of whatever $U$ you're working with? And that the union of those subsets equals the universal set?
Yes, this is the proper way because the absolute value of a real number is defined exactly this way:
$|x|= x $ if $x\ge 0$
$|x|=-x$ if $x<0$