So I am studying for an upcoming midterm, and I am practicing my proofs. I found an old test online, that states the following:
$| x + y | + | x − y |≥| x | + | y |, x, y∈R .$
I want to know if my proof or attempt is fair enough to prove it?
my attempt:
let x be any arbitrary number, and since the absolute value of a number is always positive or zero
then $|x| ≥ x $ then $ |x+y| ≥ x+y ≥ |x| ≥ x $
(given that y is an element of the real number set) --->$|x+y|+|x| ≥ |x|+|y| +x ≥ |x|+|y| ≥ x+y ≥ x $
and lastly $ |x+y| +|x-y| ≥ |x|+|y|+|x| ≥ |x|+|y|≥ x+y ≥ x $
end proof.