0

One of the way to define tangent space is to use directional derivative. However, it's not clear at the first glance that the directional derivative operators form a vector space. Let $D$ be the set of all directional derivative operators at $p \in M$ where $M$ is a n dimensional manifold. So I was wondering, rigorously speaking, how to prove that $$a\frac{d}{d\lambda}+b \frac{d}{d\eta} \in D$$

user110373
  • 260
  • 1
  • 8

1 Answers1

0

Hint: Note that directional derivative can be written as $$\nabla_u:=u\cdot\nabla$$ So we take $\frac{\partial}{\partial x_i}$ as bases, $$\sum_iu_i\frac{\partial}{\partial x_i}$$ forms all directional derivatives.


Addition: If you speak of Spacetime and Geometry, as you said, the author wants to show linear combination of directional derivatives is also directional derivative, in which case the set of directional derivatives is closed under scalar multiplication and addition and thus forms vector space. So to prove an operator is derivative operator, two conditions are required. They are linearity and following Leibniz rule. Usually when defining tangent space of smooth manifold where differential operators live, we don't want to adapt the classical definition that $\frac{\partial f(p)}{\partial x}=\lim_{h\to0}\frac{f(p+\hat xh)-f(x)}h$ because the point $p+\hat xh$ may not lie on the manifold. In other word, traditional definition of derivative needs ambient space which may not exists in smooth manifold. Hence abstractly, we call operators with those two properties differentials. Return back to what you ask, the author proves linear combination of two differentials satisfies those properties and concludes new operator is indeed a directional derivative.

Shuchang
  • 9,800
  • It seems that I did not form the question well. Could it be proved without choosing bases, but just by proving the linear combination of two directional derivative operators is still a directional derivative operator? On the book Spacetime and Geometry by Carroll, the author shows the linear combination of partial derivative operators obey Leibniz rule and thus concludes that the directional derivative operators form a vector space. But I didn't quite get it. – user110373 Nov 21 '13 at 04:59
  • @user110373 I made an addition. – Shuchang Nov 21 '13 at 14:03