Notes:Differential (manifolds)
From Maths
- These notes are taken from Books:Introduction to Smooth Manifolds - John M. Lee unless otherwise noted
The skeleton of what is needed for manifolds is remarkably small. It just looks verbose because of the large amounts of discussion involved. This page is my attempt to "compress" the skeleton of what is needed for understanding the differential into one place. I have applied recursive decent to solve this, which means picking something, finding out about what it depends on, and picking them, until a foundation of known facts is reached.
Contents
[hide]Definitions
- Topological n-manifold - A topological space, (M,J) that is:
- Hausdorff (AKA: T2)
- Second countable topological space
- Locally Euclidean of dimension n - ∀p∈M∃U∈J∃φ:U→ˆU⊆openRn[p∈U⟹U≅φˆU][Note 1]
- Chart - Tuple (U,φ) (Mathematicians are lazy, short for (U,φ:U∈J→ˆU⊆openRn), where φ is a homeomorphism between U and ˆU)
- Smoothness of a map (AKA: C∞ - a map, f:U⊆Rn→V⊆Rm is smooth if it has continuous partial derivatives of all orders.
- Smooth map - Given smooth manifolds, M and N and a map, F:M→N. F is a smooth map if:
- ∀p∈M ∃(U,φ)∈AM ∃(V,ψ)∈AN[p∈U∧F(p)∈V∧F(U)⊆V⟹ψ∘F∘φ−1:φ(U)→ψ(V) is smooth][Note 2]
- Derivation - a map, ω:C∞(M)→R that is linear and satisfies the Leibniz rule:
- ∀f,g∈C∞(M)[w(fg)=f(a)w(g)+g(a)w(f)] (sometimes called the product rule)
- Tangent space to M at p TpM is a vector space called the tangent space to M at p, it's the set of all derivations of C∞(M)
- Differential of F at p. For smooth manifolds, M and N and a smooth map, F:M→N we define the differential of F as p∈M as:
- dFp:TpM→TF(p)M given by: dFp:v↦{:C∞(N)→R:f↦v(f∘F)
Moving about
- Changing coordinates - ∂∂xi|p=∂ˉxj∂xi(φ(p))∂∂ˉxj|p - using Template:ESC
- Note that this is actually a vector (as there's an implicit sum over j.
The idea is to extend the definitions such that when we are dealing with manifolds that are open chunks of Rn, we have the Jacobian as usual, and we extend this to a more general case. Much like the extension of continuity from metric to topological spaces.
Todo
- Note that (x1,…,xn)=(x1(x),…,xn(x)):=φ(x) for a chart (U,φ)
- Then expressions like ∂ˉxj∂xi(φ(p)) make significantly more sense, as really it is just ∂ˉxj∂[φ(x)]i(φ(p)) where [⋅]i is the ith component of a vector in Rn (recall: φ(U)⊆Rn)
- Expand on this.
- Then expressions like ∂ˉxj∂xi(φ(p)) make significantly more sense, as really it is just ∂ˉxj∂[φ(x)]i(φ(p)) where [⋅]i is the ith component of a vector in Rn (recall: φ(U)⊆Rn)
- There's another kind of derivation - although I suspect it is ALSO K-linear and satisfies that rule, however it slightly different.