In my introductory class to calculus, we were given this statement and we were supposed to find a proof of it.
Function is convex on a closed interval <a,b>$\iff $ if given three random numbers in the interval, which satisfy this inequality: $x_1<x_2<x_3$; determinant of $$ \left( \begin{matrix} x_1 & f(x_1) & 1 \\ x_2 & f(x_2) & 1 \\ x_3 & f(x_3) & 1 \end{matrix} \right) $$ is positive.
I do not know how to approach this problem; I figured out that the determinant of the matrix is equal to $$x_1(f(x_2)-f(x_3)) + x_2(f(x_3)-f(x_1)) + x_3(f(x_1)-f(x_2))$$ Still, I don't see how this helps me prove that this is always positive for all convex functions. I do not want anyone to solve this for me, I just think I need a nudge in the right direction.