There are way too many objects in diffgeo, all of them subtly connected. Here I catalogue all of the ones I have run across:
§ Manifold
A manifold of dimension is a topological space. So, there is a topological structure on . There is also an Atlas , which is a family of Chart s that satisfy some properties.
§ Chart
A chart is a pair . The is an open set of the manifold, and ("chart for "m") is a continuous mapping from to under the subspace topology for and the standard topology for .
§ Atlas
An Atlas is a collection of Chart s such that the charts cover the manifold, and the charts are pairwise compatible. That is, , such that , and is smooth.
§ Differentiable map
be a mapping from an dimensional manifold to an dimensional manifold. Let where is a chart for , is a chart for . is represented in local coordinates. If is smooth for all choices of , then is a differentiable map from to .
§ Curve:
Let be an open interval of which includes the point 0. A Curve is a
differentiable map where .
§ Function: (I hate this term, I prefer something like Valuation):
A differentiable mapping from to .
§ Directional derivative of a function f(m): M -> R with respect to a curve c(t): I -> M, denoted as c[f].
Let g(t) = (f . c)(t) :: I -c-> M -f-> R = I -> R.
This this is the value dg/dt(t0) = (d (f . c) / dt) (0).
§ Tangent vector at a point p:
On a m dimensional manifold M, a tangent vector at a point p is an
equivalence class of curves that have c(0) = p, such that c1(t) ~ c2(t) iff
:
- For a (all) charts
(O, ch)such thatc1(0) ∈ O,d/dt (ch . c1: R -> R^m) = d/dt (ch . c2: R -> R^m).
That is, they have equal derivatives.
§ Tangent space( TpM):
The set of all tangent vectors at a point p forms a vector space TpM.
We prove this by creating a bijection from every curve to a vector R^n.
Let (U, ch: U -> R) be a chart around the point p, where p ∈ U ⊆ M. Now,
the bijection is defined as:
forward: (I -> M) -> R^nforward(c) = d/dt (c . ch)reverse: R^n -> (I -> M)reverse(v)(t) = ch^-1 (tv) § Cotangent space( TpM*): dual space of the tangent space / Space of all linear functions from TpM to R.
- Associated to every function
f, there is a cotangent vector, colorfully calleddf. The definition isdf: TpM -> R,df(c: I -> M) = c[f]. That is, given a curvec, we take the directional derivative of the functionfalong the curvec. We need to prove that this is constant for all vectors in the equivalence class and blah.
§ Pushforward push(f): TpM -> TpN
Given a curve c: I -> M, the pushforward
is the curve f . c : I -> N. This extends to the equivalence classes
and provides us a way to move curves in M to curves in N, and thus
gives us a mapping from the tangent spaces.
This satisfies the identity:
push(f)(v)[g] === v[g . f] § Pullback pull(f): TpN* -> TpM*
Given a linear functional wn : TpN -> R, the pullback is defined as
wn . push(f) : TpM -> R.
This satisfies the identity:
(pull wn)(v) === wn (push v)(pull (wn : TpN->R): TpM->R) (v : TpM) : R = (wn: TpN->R) (push (v: TpM): TpN) : R