Equivalent notions of the differential on a manifold. Why are they equivalent?

35 Views Asked by At

I would like to know how one sees the equality between these two notions of the differential:

$\mathbf{v}_p[f]=\frac{d}{dt}(f(\mathbf{p}+t\mathbf{v})|_{t=0}$

and

$df(\mathbf{v})=\sum_j{v^j(p)}\frac{\partial f}{\partial x^j}(p)$.

Here $df:M^n_p \to \mathbb{R}$.

1

There are 1 best solutions below

2
On BEST ANSWER

It follows from the chain rule,

$$ \frac{d}{dt} f(c(t)) = \nabla f(c(t)) \cdot c'(t)$$

In your problem $c(t) = p+tv$.