I need to prove that absolute value of any real number is greater than or equal to that real number, where $|a| = a ; a\ge0 , |a| = -a ; a<0 $
I came across this on real analysis. I need this proven Filed and Order Axioms and basic definitions.
I need to prove that absolute value of any real number is greater than or equal to that real number, where $|a| = a ; a\ge0 , |a| = -a ; a<0 $
I came across this on real analysis. I need this proven Filed and Order Axioms and basic definitions.
On
What is $|a|$? It is either $a$ itself, when $a\geq0$, or $-a$, when $a\leq0$. Just separate in cases, $a\leq0$ and $a\geq0$, and substitute the absolute value by these.
Alternatively, you can establish that the defintion of the absolute value is equivalent to
$$|a|=\max(a,-a),$$ from which the claim follows.
Alternatively,
$$a^2-a^2=|a|^2-a^2\ge0$$
then
$$(|a|-a)(|a|+a)\ge0$$ which is equivalent to
$$(|a|\ge a\land |a|\ge-a)\lor(|a|\le a\land |a|\le-a).$$
but the second clause of the or is false as the absolute value cannot be negative.