Let $f: \mathbb R \rightarrow \mathbb R$ be a convex function and $$ g(x,y)=\frac{f(x)-f(y)}{x-y} \textrm{ for } x\neq y. $$ I wish to prove that $g$ is increasing function in both variables.
Thanks
Let $f: \mathbb R \rightarrow \mathbb R$ be a convex function and $$ g(x,y)=\frac{f(x)-f(y)}{x-y} \textrm{ for } x\neq y. $$ I wish to prove that $g$ is increasing function in both variables.
Thanks
Fix $y_2 > y_1 > x$ and define $$ \phi(y) = \frac{f(y) - f(x)}{y - x} $$ Then noticing that there is some $0 < t < 1$ such that $ y_1 = (1-t)x + ty_2$ by convexity we have that $$ \phi(y_1) = \frac{f(y_1) - f(x)}{y_1 - x} = \frac{f((1-t)x + ty_2) - f(x)}{(1-t)x + ty_2- x} \leq \frac{(1-t)f(x) + tf(y_2) - f(x)}{(1-t)x + ty_2 - x} = \frac{t(f(y_2)-f(x))}{t(y_2 - x)} = \phi(y_2)$$ You can get all the other cases in a similar fashion.