I have an analysis problem that I am trying to work through.
The problem:
Let $V$ be a convex open set in $R^2$ and let $f: V\to R$ be continuously differentiable in V. Show that if there is a positive number $M$ such that $|\nabla f(x)|\leq M$ for all $x\in V$, then there is a positive number $L$ such that $$|f(x)-f(y)|\leq L|x-y|$$ for all $x,y\in V$.
Is this result still true if $V$ is instead assumed to be open and connected? Prove or disprove with a counterexample.
What I have so far:
Since $V$ is a convex open set in $R^2$, $\lambda x + (1-\lambda)y \in V$ for every $\lambda \in (0,1)$ whenever $x,y\in V$. Then by the given information $$|\nabla f(\lambda x +(1-\lambda)y))|\leq M$$.
Since $f$ is continuously differentiable, $$|f(x)-f(y)|\leq |\nabla f(\lambda x +(1-\lambda)y))||x-y|\leq M|x-y|$$.
Taking $M=L$, we see $$|f(x)-f(y)|\leq L|x-y|$$
I'm not sure if I did this correctly. And I am not sure if this applies when V is assumed to be open and connected.