Proving absolute values theorems

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 2K views
tmt1
Messages
230
Reaction score
0
For all real numbers $x$ and $y$ , if $x + y >= 0$ then $|x + y| = x + y$. How would I prove this?

My textbook just assumes this to be true.
 
Physics news on Phys.org
Deveno said:
Let $a = x+y$. What is $|a|$?

$|x + y|$
 
tmt said:
For all real numbers $x$ and $y$ , if $x + y >= 0$ then $|x + y| = x + y$. How would I prove this?

My textbook just assumes this to be true.

The absolute value of a real number is defined as:
$$|a| = \begin{cases}a&\text{if } a\ge 0 \\ -a & \text{if } a<0\end{cases}$$

Since it is already given that $a = x+y \ge 0$, it follows from the definition that $|x+y|=x+y$.