How would I go about proving that
$$|a|+|b| \leq |a+b|+|a-b|$$
Using the triangle inequality?
I tried squaring both sides, yielding:
$$|a|^2 +|b|^2 +2|a||b| \leq 2|a|^2+2|b|^2+2||a|^2-|b|^2|$$
Is it correct to move the terms to the other side? I tried $$2|a||b| \leq |a|^2+|b|^2+2||a|^2-|b|^2|$$ Then it is obvious that $$0\leq |a|^2+|b|^2-2|a||b| +2||a|^2-|b|^2|$$ $$0\leq (|a|-|b|)^2 +2||a|^2-|b|^2|$$ $$0\leq ||a|-|b||^2 +2||a|^2-|b|^2|$$
But I have neither used the triangle inequality, nor it looks mathematically rigorous for my real analysis class. Any tips and tricks for solving these problems?
Hint: Note that
$2|a|=|a+b+a-b|\leq|a+b|+|a-b|$
$2|b|=|b+a+b-a|\leq|b+a|+|b-a|=|a+b|+|a-b|$
then
$$2|a|+2|b|\leq 2(|a+b|+|a-b|)$$ then $$|a|+|b|\leq |a+b|+|a-b|$$