Let $f$ a concave function such as $f(0)=0$.
$$f :\mathbb{R^+}\rightarrow \mathbb{R}$$
I want to prove that, for all $x,y\in \mathbb{R^+}$: $f(a+b)\leq f(a)+f(b)$
My idea: Since $f$ is concave then for all $t\in [0,1]$, $f(t.a+(1-t)b \geq tf(a)+(1-t)f(b).$
And by taking $t=1/2$ then we'll have : $f((a+b)/2)\leq 1/2(f(a)+f(b)).$
and if we take $b=0$, then we'll have $f(ta)\geq tf(a)$
But I could not get to resault.