Using the order axioms of $\mathbb{R}$ to prove the semi-definite positivity property for the absolute value?

75 Views Asked by At

How can I use the order axioms of $\mathbb{R}$ to prove the semi-definite positivity property for the absolute value:

For all $x \in \mathbb{R}, |x|\geq0$ and $|x|=0$ if and only if $x=0$?

1

There are 1 best solutions below

0
On BEST ANSWER

If 0 <= x, then -x <= 0. Thus |x| = max(x,-x) = x >= 0.
If x <= 0, then 0 <= -x. Thus |x| = max(x,-x) = -x >= 0.

If |x| = 0, then x = 0 or -x = 0. Thus x = 0.
If x = 0, then |x| = 0.