I have to prove that:
$$\frac{|a+b|}{1+|a+b|} \leq \frac{|a|}{1+|a|} + \frac{|b|}{1+|b|}$$
This is where I am, trying to move from the right hand side to the other: $$\frac{|a|}{1+|a|} + \frac{|b|}{1+|b|} \geq \frac{|a|}{1+|a|+|a+b|+|b| } + \frac{|b|}{1+|b| + |a+b| + |a|} = \frac{|a|+|b|}{1+|b|+|a+b|+|a|}$$
So basically I want to keep adding to the denomerator so I can make the argument smaller, but I'm stuck.
Any hints?
Thanks!
If $ab>0$ we need to prove that $\frac{a+b}{1+a+b}\leq\frac{a}{1+a}+\frac{b}{1+b}$ for posittives $a$ and $b$, which gives
$2ab+ab(a+b)\geq0$, which is obvious.
If $a\geq0\geq b$ or $b\geq0\geq a$ it's enough to prove that
$\frac{a-b}{1+a-b}\leq\frac{a}{1+a}+\frac{b}{1+b}$ for non-negatives $a$ and $b$ such that $a\geq b$, which gives $ab(a-b)+2b+2ab\geq0$.
Done!