Define function $F$ as $F(x,y,x,t)= (xy-zt)^2$ where $x,y,z,t \geq 0$.
Question: Is this function Convex?
Thanks!
|
Define function $F$ as $F(x,y,x,t)= (xy-zt)^2$ where $x,y,z,t \geq 0$. Question: Is this function Convex? Thanks! |
|||||||||
|
|
No, this function is not convex. Consider the points $(x, y, z, t) = (3, 1, 0, 0), (1, 3, 0, 0)$. Their midpoint is $(2, 2, 0, 0)$. If $F$ is convex, then $F(2, 2, 0, 0) \leq \frac{1}{2}F(3, 1, 0, 0) + \frac{1}{2}F(1, 3, 0, 0)$. However, $16 > (\frac{1}{2} \cdot 9 + \frac{1}{2} \cdot 9)$. |
|||
|
|