Skip to content

Tangent Spaces and Tangent Bundles

2.1 Tangent Vectors

There are several equivalent definitions of the tangent space TpMT_p M at pMp \in M:

Definition (Directional Derivatives). A tangent vector at pp is a derivation at pp: a linear map v:C(M)Rv : C^\infty(M) \to \mathbb{R} satisfying the Leibniz rule:

v(fg)=f(p)v(g)+v(f)g(p)v(fg) = f(p) \cdot v(g) + v(f) \cdot g(p)

Definition (Equivalence Classes of Curves). A tangent vector is an equivalence class of smooth curves γ:(ε,ε)M\gamma : (-\varepsilon, \varepsilon) \to M with γ(0)=p\gamma(0) = p, where γ1γ2\gamma_1 \sim \gamma_2 if (φγ1)"(0)=(φγ2)(0)(\varphi \circ \gamma_1)"(0) = (\varphi \circ \gamma_2)'(0) in some (hence every) chart.

Proposition 2.1. TpMT_p M is a vector space of dimension n=dimMn = \dim M.

2.2 The Tangent Bundle

The tangent bundle of MM is

TM=pMTpM={(p,v):pM, vTpM}TM = \bigsqcup_{p \in M} T_p M = \{(p, v) : p \in M,\ v \in T_p M\}

It is a smooth manifold of dimension 2n2n with projection π:TMM\pi : TM \to M given by π(p,v)=p\pi(p, v) = p.

A vector field on MM is a smooth section of TMTM: a smooth map X:MTMX : M \to TM with πX=idM\pi \circ X = \mathrm{id}_M, written X(p)=XpTpMX(p) = X_p \in T_p M.

2.3 The Differential

Let f:MNf : M \to N be a smooth map. The differential (or pushforward) of ff at pp is the linear map:

dfp:TpMTf(p)N,dfp(v)(g)=v(gf)df_p : T_p M \to T_{f(p)} N, \quad df_p(v)(g) = v(g \circ f)

for vTpMv \in T_p M and gC(N)g \in C^\infty(N). In local coordinates, dfpdf_p is represented by the Jacobian matrix [D(fφ1)](φ(p))[D(f \circ \varphi^{-1})](\varphi(p)).

Proposition 2.2 (Chain Rule). d(gf)p=dgf(p)dfpd(g \circ f)_p = dg_{f(p)} \circ df_p.