Given the directional derivative
$$D_{\mathbf{v}}{f}(\mathbf{x}) = \lim_{h \rightarrow 0}{\dfrac{f(\mathbf{x} + h\mathbf{v}) - f(\mathbf{x})}{h}}$$
and that $f$ is differentiable at $\mathbf{x}$, how do I prove that
$$D_{\mathbf{v}}{f}(\mathbf{x}) = \nabla f(\mathbf{x}) \cdot{} \mathbf{v}$$
where $\nabla f(\mathbf{x}) = $ grad $(f(\mathbf{x}))$?
My attempt:
$$(D_{\mathbf{v}}{f}(\mathbf{x}))_{x_1} = \lim_{h \rightarrow 0}{\dfrac{f(x_1 + hv_1, 0, 0, ...) - f(x_1, 0, 0, ...)}{h}} = \lim_{h \rightarrow 0}{\dfrac{f(x_1 + hv_1, 0, 0, ...) - f(x_1, 0, 0, ...)}{hv_1}} v_1$$
Then $(D_{\mathbf{v}}{f}(\mathbf{x}))_{x_1} = \lim_{h \rightarrow 0}{\dfrac{f(x_1 + hv_1) - f(x_1)}{h}} = \lim_{hv_1 \rightarrow 0}{\dfrac{f(x_1 + hv_1) - f(x_1)}{hv_1}} v_1 = \dfrac{\partial f}{\partial x_1} v_1$
So all I have to prove is:
$$D_{\mathbf{v}}{f}(\mathbf{x}) = \sum_i (D_{\mathbf{v}}{f}(\mathbf{x}))_{x_i}$$
Let $g(h):=f(x+hv)$ where $x:=(x_1,...,x_n)$ and $v:=(v_1,...,v_n)$ and $h\in\mathbb{R}$. Then since $f$ is differentiable we have $g(h)$ is differentiable. Therefore $$g'(h)=\frac{d}{dh}f(x+hv)=\frac{d}{dh}f(x_1+hv_1,...,x_n+hv_n)=\frac{d}{dh}f(y_1,...,y_n)$$ where $y_k:=x_k+hv_k$. Applying the rule of total differentiation we have $$g'(h)=\frac{\partial f}{\partial y_1}\frac{dy_1}{dh}+...+\frac{\partial f}{\partial y_n}\frac{dy_n}{dh}=\frac{\partial f}{\partial y_1}v_1+...+\frac{\partial f}{\partial y_n}v_n=\langle \nabla_y f,v\rangle$$ As $h\to 0$ we get $y\to x$ and therefore $$g'(0)=\langle \nabla_xf,v\rangle$$