Characterization of concave functions

220 Views Asked by At

I'm reading a paper that claims that if $\forall a,b\in \mathbb{R}^2$ s.t. $a_i>b_i$ for $i=1,2$, one has $$ f(a_1+b_2)+f(a_2+b_1)>f(a_1+a_2)+f(b_1+b_2) $$ then $f$ is strictly concave. It's not difficult to see the function is mid-point concave. But what about full concavity?

1

There are 1 best solutions below

1
On

Try to prove that $f$ strictly concave over I is equivalent to

$\forall (A,B,C,D)\in I^4$, such that $A<C\leq D<B$, $$\frac{f(B)-f(D)}{B-D}<\frac{f(C)-f(A)}{C-A}.$$

and put $B=b_1+b_2$, $A=a_1+a_2$, $C=min(a_2+b_1,a_1+b_2)$, $D=max(a_2+b_1,a_1+b_2)$