Tangent vectors in affine spaces

  • Context: Graduate 
  • Thread starter Thread starter mma
  • Start date Start date
  • Tags Tags
    Tangent Vectors
Click For Summary

Discussion Overview

The discussion centers on the relationship between tangent vectors in affine spaces and their definitions, particularly in the context of directional derivatives and the necessity of metrics or norms. Participants explore how these concepts can be defined without relying on norms or specific coordinate systems, examining the implications of topology and the nature of derivatives in affine spaces.

Discussion Character

  • Exploratory
  • Technical explanation
  • Debate/contested
  • Mathematical reasoning

Main Points Raised

  • Some participants propose that tangent vectors can be defined as derivations in smooth manifolds, with specific formulations involving curves and limits.
  • Others suggest an alternative definition of the derivative on affine spaces that does not require a norm, using affine charts and linear maps instead.
  • A later reply questions the necessity of using a metric in the definition of directional derivatives, arguing that any choice of metric leads to the same result.
  • Some participants assert that directional derivatives can be defined without reference to a metric, emphasizing the role of topology instead.
  • There is a discussion about how to define the total derivative of a function from an affine space to the reals without using a norm, with references to pointwise definitions of functionals.
  • One participant highlights that the directional derivative does not depend on the topology of the manifold, as it is defined through real-valued functions.
  • Another participant emphasizes that the differential of a function does not require a norm, noting that metrics are not fundamental to calculus but rather aid in interpreting differentials as vectors.

Areas of Agreement / Disagreement

Participants express differing views on the necessity of metrics in defining tangent vectors and directional derivatives, with some arguing for their irrelevance while others maintain that certain definitions still require them. The discussion remains unresolved regarding the best approach to these definitions without norms.

Contextual Notes

Limitations include the dependence on specific definitions of derivatives and the potential ambiguity in the role of metrics versus topology in these contexts. The discussion also touches on the implications of using different coordinate systems and the nature of linear functionals.

mma
Messages
270
Reaction score
5
Affine spaces can be regarded as smooth manifolds if we take the natural topology and affine coordinate charts as atlas. So, if M is an n-dimensional affine space, then the tangent vector of a curve C: [0,1] \rightarrow Min a point p = C(t_0) can be defined as a derivation (as in any smooth manifold):
\dot C(t_0): C^\infty(M) \rightarrow \mathbb{R}, f \mapsto \frac{d f(C(t))}{d t}\bigg|_{t=t_0}

On the other hand, for M is an affine space, the tangent vector of the curve C in the point p = C(t_0) can be defined as an element of the underlying vectorspace V:
C'(t_0) = \lim_{t \to t_0} \frac {C(t) - C(t_0)}{t - t_0}

C'(t_0) and \dot C(t_0) is related simply as
\dot C(t_0)(f) = \frac{d f(C(t))}{d t}\bigg|_{t=t_0} =f'(C(t_0))C'(t_0)
where f'(C(t_0)) is the derivative of f at C(t_0), that is a linear functional on V which satisfy:

f(C(t))-f(C(t_0))= f'(C(t_0)) (C(t) - C(t_0)) + \mathcal{O}(\|{C(t) - C(t_0)\|^2})

But this works only if a norm is also defined on V. Evidently, the relation between C'(t_0) and \dot C(t_0) can also described using coordinates and then showing that the relation is independent from the coordinates chosen.

My question is: How can be related C'(t_0) to\dot C(t_0) without using norm or coordinates?
 
Last edited:
Physics news on Phys.org
Perhaps f'(a) can be defined alternatively on affine spaces as follows.

Let \Phi: M \rightarrow\mathbb{R}^n be an affine chart on M with origin a \in M, i.e.,
p - a = \sum_{i=1}^{n} \mathrm{proj}_i(\Phi(p))e_i
(p \in M)
with some basis \{e_i\} of V.
Clearly, this is equivalent with a linear map \tilde \Phi between V and \mathbb{R}^n: \Phi(p) = \tilde{\Phi}(p-a).
Let g := f \circ \Phi^{-1} : \mathbb{R}^n \rightarrow \mathbb{R},
and let g'(0) = A, the derivative of g at \Phi^{-1}(a) = 0 in the usual sense.

We define now f'(a):= A \circ \tilde \Phi. This definition doesn't require a norm on V and can easily shown that the definition is unambiguous, i.e. independent of the choice of the \Phi chart.
 
Last edited:
Of course the original problem persists here. We have chosen a coordinate chart for defining the derivative and then see that the definition is independent of our choice.

Of course we could have used the original definition of the derivative using an arbitrarily chosen norm on V and then we could have shown that the any norm yields the same result.

But why do we use something in a definition what is really irrelevant? Couldn't we avoid such objects? What would Mr. Occam say about this?
 
Tangent vectors define directional derivatives. Directional derivatives are derivations.
 
Last edited:
Hurkyl said:
Tangent vectors define directional derivatives. Directional derivatives are derivations.

Exactly. My problem about it is the following. The definition of the directional derivative on affine spaces needs a metric. But it doesn't matter what metric we use. The metric can be arbitrary: any choice of it leads to the same directional derivative. So the definition of the directional derivative really doesn't need a metric. Still we use this unnecessary metric in the definition. But if it is unnecessary, why do we use it?

How can we define directional derivatives without any reference of any metric?
 
mma said:
Exactly. My problem about it is the following. The definition of the directional derivative on affine spaces needs a metric.
It doesn't need a metric; it only needs a topology.
 
Last edited:
OK, C' needs only topology. And directional derivative too.
But how do you define the total derivative of an M \rightarrow \mathbb{R} function without metric (norm)? That is, the linear functional what maps the directional derivative of on M \rightarrow \mathbb{R} function to the tangent vectors.
 
I just realized the directional derivative doesn't even use the topology on M! (Because it's defined as the derivative of a particular real-valued function of the reals) But that's getting into irrelevant detail.

mma said:
OK, C' needs only topology. And directional derivative too.
But how do you define the total derivative of an M \rightarrow \mathbb{R} function without metric (norm)?
Defining d_p f is easy; a functional is just a fancy sort of function, and you can define it 'pointwise'. e.g.

(d_p f)(v) := (\nabla_v f)(p)

Which is exactly what the English definition says: it's the functional that maps tangent vectors to the directional derivative of f at p in that direction.

(which I think is what you were trying to say here:)
the linear functional what maps the directional derivative of on M \rightarrow \mathbb{R} function to the tangent vectors.
 
Hurkyl said:
I just realized the directional derivative doesn't even use the topology on M! (Because it's defined as the derivative of a particular real-valued function of the reals) But that's getting into irrelevant detail.

Really. Only C' requires the topology.

Hurkyl said:
Defining d_p f is easy; a functional is just a fancy sort of function, and you can define it 'pointwise'. e.g.

(d_p f)(v) := (\nabla_v f)(p)

Which is exactly what the English definition says: it's the functional that maps tangent vectors to the directional derivative of f at p in that direction.

(which I think is what you were trying to say here:)

Really. We have to take only

(\nabla_v f)(p) : = \frac{df(p+tv)}{dt}\bigg|_{t=0}

Thank you, Hurkyl!
 
  • #10
The differential of a function requires no norm. Its value on a tangent vector is the derivative of the function composed with any curve whose velocitiy equals that vector.

It is important to realize that metrics are not part of the definition of calculus. What they allow you to do is to interpret differentials (1 forms) as vectors (gradients)
 

Similar threads

  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 21 ·
Replies
21
Views
4K
  • · Replies 1 ·
Replies
1
Views
4K
  • · Replies 11 ·
Replies
11
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
Replies
5
Views
2K
  • · Replies 13 ·
Replies
13
Views
4K
  • · Replies 9 ·
Replies
9
Views
4K
  • · Replies 9 ·
Replies
9
Views
4K
  • · Replies 36 ·
2
Replies
36
Views
6K