Notes:Differential (manifolds)

From Maths
Revision as of 02:49, 16 May 2016 by Alec (Talk | contribs) (Updating)

Jump to: navigation, search
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.

Definitions

  • Smoothness of a map (AKA: [ilmath]C^\infty[/ilmath] - a map, [ilmath]f:U\subseteq\mathbb{R}^n\rightarrow V\subseteq\mathbb{R}^m[/ilmath] is smooth if it has continuous partial derivatives of all orders.
  • Smooth map - Given smooth manifolds, [ilmath]M[/ilmath] and [ilmath]N[/ilmath] and a map, [ilmath]F:M\rightarrow N[/ilmath]. [ilmath]F[/ilmath] is a smooth map if:
    • [ilmath]\forall p\in M\ \exists (U,\varphi)\in\mathcal{A}_M\ \exists(V,\psi)\in\mathcal{A}_N[p\in U\wedge F(p)\in V\wedge F(U)\subseteq V\implies \psi\circ F\circ \varphi^{-1}:\varphi(U)\rightarrow\psi(V)\text{ is smooth}][/ilmath][Note 1]
  • Derivation - a map, [ilmath]\omega:C^\infty(M)\rightarrow\mathbb{R} [/ilmath] that is linear and satisfies the Leibniz rule:
    • [ilmath]\forall f,g\in C^\infty(M)[w(fg)=f(a)w(g)+g(a)w(f)][/ilmath] (sometimes called the product rule)
  • Tangent space to [ilmath]M[/ilmath] at [ilmath]p[/ilmath] [ilmath]T_pM[/ilmath] is a vector space called the tangent space to [ilmath]M[/ilmath] at [ilmath]p[/ilmath], it's the set of all derivations of [ilmath]C^\infty(M)[/ilmath]
  • Differential of [ilmath]F[/ilmath] at [ilmath]p[/ilmath]. For smooth manifolds, [ilmath]M[/ilmath] and [ilmath]N[/ilmath] and a smooth map, [ilmath]F:M\rightarrow N[/ilmath] we define the differential of [ilmath]F[/ilmath] as [ilmath]p\in M[/ilmath] as:
    • [ilmath]dF_p:T_pM\rightarrow T_{F(p)}M[/ilmath] given by: [ilmath]dF_p:v\mapsto\left\{\begin{array}{l}:C^\infty(N)\rightarrow \mathbb{R}\\:f\mapsto v(f\circ F)\end{array}\right.[/ilmath]

Moving about

  • Changing coordinates - [math]\frac{\partial}{\partial x_i}\Big\vert_p=\frac{\partial \bar{x}^j}{\partial x^i}(\varphi(p))\frac{\partial}{\partial \bar{x}^j}\Big\vert_p[/math] - using Template:ESC
    • Note that this is actually a vector (as there's an implicit sum over [ilmath]j[/ilmath].

Todo

  • Note that [ilmath](x^1,\ldots,x^n)=(x^1(x),\ldots,x^n(x)):=\varphi(x)[/ilmath] for a chart [ilmath](U,\varphi)[/ilmath]
    • Then expressions like [math]\frac{\partial \bar{x}^j}{\partial x^i}(\varphi(p))[/math] make significantly more sense, as really it is just [math]\frac{\partial \bar{x}^j}{\partial [\varphi(x)]^i}(\varphi(p))[/math] where [ilmath][\cdot]^i[/ilmath] is the [ilmath]i[/ilmath]th component of a vector in [ilmath]\mathbb{R}^n[/ilmath] (recall: [ilmath]\varphi(U)\subseteq\mathbb{R}^n[/ilmath])
      • Expand on this.
  • There's another kind of derivation - although I suspect it is ALSO [ilmath]K[/ilmath]-linear and satisfies that rule, however it slightly different.

Notes

  1. Lee uses [ilmath]\wedge[/ilmath] (and) where I have written [ilmath]\implies[/ilmath]