Let us be given a vector field $v: C \subset \mathbb R^n \to \mathbb R^n$ that has the special structure given by $$ v(x) = \alpha(x) \begin{pmatrix} x_1 \\ \vdots \\ x_n \end{pmatrix} $$ with a scalar field $\alpha: C \to \mathbb R$. We assume also that $C$ is a compact subset of $\mathbb R^n$.
I want to determine a good Lipschitz constant for this vector field, i.e. find $L$ such that for all $x,y \in C$ we have $$ \| v(x)-v(y) \| \le L \| x- y\|. $$ Now due to the very specific structure of the vector field $v$ I immediately had the idea that $L$ could be given $$ L = \max_{x \in C} \| \nabla \alpha (x) \|. $$ Could someone confirm this please? If this turns out to be correct, how would one prove this rigorously? Thanks.