I know the theorem which says If the differential function is (strictly) convex, then its derivative (strictly) monotonically increasing. and I know how to prove it for univariate function. But is it true for multi variable functions too? So for example if I have a function y=f(x,y) can I say if f is convex then each component of the gradient which is $\frac{\partial f(x,y)}{\partial y}$ and $\frac{\partial f(x,y)}{\partial x}$ are monotonically increasing and if yes how is the proof?
Thank you!