Suppose $f$ is a differentiable map from the inner product space $V$ to $\mathbb{R}$. How is the gradient of $f$ (at some point $v$) defined?
For a map $f:\mathbb{R}^n \to \mathbb{R}$, the typical treatment of multivariable calculus defines the gradient as the transpose of the Jacobian of $f$, and the interpretation is that $\nabla f$ is the direction of (local) steepest increase.
Is there anything wrong with just using $$\nabla f(v) := \text{argmax}_{||h|| = 1} Df(v)h$$ as a definition of the gradient in the general case?