Let $f(x)$ be a concave function of many variables that we want to maximize $x=(x_1,x_2,\cdots,x_n)$ a point in its domain. Prove that if for some vector $y=(y_1,y_2,\cdots,y_n)$ we have that $f(x)\ge f(x+y)$ then for every number $t>1$, it holds that $f(x+y)\ge f(x+ty)$.
I know that $$f(\lambda x + (1 - \lambda)y)\ge \lambda f(x) + (1 - \lambda)f(y)\qquad \lambda\in[0,1]$$
I am having a really hard time, please help me. Thanks in advance.
= λx+(1−λ)(x+ty) = λx+x+ty−λx-λty = x + ty - λty = x + ty - (t-1)ty/t = x + ty - (t-1)y = x + ty - ty + y = x + y – Bill123 Apr 26 '20 at 23:00