I'm watching a series of lectures on differential geometry, and I've run into a bit of a problem with the definition of the tangent space. We first defined a tangent space as $\{(p,v) | v \in \mathbb{R}^n\}$, which makes sense to me: it's the set of all vectors attached at point $p$. We then defined the directional derivative as
$$ (Df)(p,v) = \lim_{t \rightarrow 0} \frac{f(p + tv) - f(p)}{t} $$
We expanded that to this:
$$ (Df)(p,v) = \left( \sum_{i = 0}^{n}v_i \left.\frac{\partial}{\partial x_i}\right|_{p} \right) f$$
This makes sense to me; we have defined the directional derivative as an operator that is applied to the function.
Here's the part where I lose the plot. I'm then told that, if I think about it, the portion inside the parentheses is really interchangeable with $(p,v)$. I'm afraid that I've thought about it, and I can't see the equivalence. $\sum_{i = 0}^{n}v_i \left.\frac{\partial}{\partial x_i}\right|_{p}$ is an operator (isn't it?) whereas $(p,v)$ is a ordered pair of elements of $\mathbb{R}^n$. Does that mean that the expression $(p,v)(f)$ makes sense? What would that mean?
I must be thinking about this the wrong way; can someone clarify?