Just looking for some help, since I'm always confused in this case:
So, for cases like $|x| \leq 2 $, it is easy to separate the two possible cases as:
- For the positive part: $ x \leq 2$, and, 2. for the negative part: $ - x \leq 2$, which implies $x \geq -2$
Therefore, we can obtain the interval: $ -2 \leq x \leq 2 $.
Then, since I'm just confused about considering all the possible cases when we have $sqrt{2}$ instead, that is, considering we have $ |x| \leq \pm \sqrt{2}$.
Appreciate your help, Thanks!
Notice that in your original argument, we did not use any explicit properties of the number $2$, we just use the property that it is nonnegative.
For any nonnegative number $a$, $$|x| \le a$$
can be written as $$-a \le x \le a$$
and $a$ can be chosen to be $\sqrt{2}$.
Perhaps some geometric meaning might help, view $|x| \le a$ as $|x-0|\le a$, that is the distance from the origin is less than equal to $a$ and the corresponding to the interval $[-a,a]$.
Remark: $\{x:|x|\le -\sqrt2\}= \emptyset$ since $|x| \ge 0$, we can't have a distance from the origin which is less than negative.