$$∀a,b ∈ R+, |a + b| > |a - b|$$
I'm wondering if this is true? I'm not sure exactly how I could check or prove it to myself with the absolute value there. I thought I might be able to do something by squaring. Not sure if that works with absolute values.
It is true. You can prove it by cases. For instance, if $a > b$, then $a - b > 0$ and so $|a-b| = a- b$ and $|a+b| = a + b$. Similarly, you can check the other cases.