Let $U \in \mathbb{R}^{n}$ be open, and let $f: U \mapsto \mathbb{R}$ be a $C^{1}$ function. We obviously have $\nabla f$ = $(Df)^{T}$ where $T$ denotes the transpose of the matrix.
When are the norms of the gradient of $f$ and the derivative of $f$ equivalent? In other words, is the norm of the gradient is $||\nabla f||$ $\textbf{always}$ equal to the norm of the derivative $||Df$|| ?
My question is motivated by the Mean Value Inequality, i.e.
$$||f(b) - f(a)|| \leq M ||b - a||$$
where $a, b \in U$ with the segment $\{a+t(b-a): 0 \leq t \leq 1\} \subset U$ and $M = \mbox{max}_{0 \leq t \leq 1} ||Df(a+t(b-a)||$.
Can we replace $Df$ with $\nabla f$ in $M$ and write $M = \mbox{max}_{0 \leq t \leq 1} ||\nabla f(a+t(b-a)||$ ?
Another question. In the $||\nabla f||$ formulation, the norm is just the standard Euclidean one. For the Mean Value Inequality, what would be the standard norm used for the computation of $||Df||$ ?
Thanks.