2

I am stuck with a well-known differential geometry property I cannot show.

Let $X$ be a manifold and $p \in X$. Given a basis $\{e_1,\ldots , e_n \}$ of $T_pX$; there exists a chart $(U;u_1,\ldots , u_n)$ centered at $p$ such that $\frac{\partial}{\partial u_i} |_p =e_i$.

Minkowski
  • 1,518

3 Answers3

2

Let $\epsilon > 0$ be such that $\exp_p: B_\epsilon(0) \to X$ is a diffeomorphism onto its image. Define $\varphi\colon U \to X$ by $$\varphi(u_1,\ldots,u_n) = \exp_p(u_1e_1+\cdots+u_ne_n),$$where $U = \{ (u_1,\ldots,u_n) \in \Bbb R^n \mid u_1e_1+\cdots+u_ne_n \in B_\epsilon(0)\}$. Then $(\varphi^{-1}, \varphi[U])$ is the chart we want, since $$\frac{\partial}{\partial u_i}\bigg|_p = \frac{\partial \varphi}{\partial u_i}(0,\ldots,0) = {\rm d}(\exp_p)_0(e_i) = e_i,$$as wanted.


Let's explain a couple of things:

  • We have a map $\exp_p$ defined in some open set in $T_pX$ as $\exp_p(v) = \gamma(1)$, where $\gamma$ is the unique geodesic in $X$ such that $\gamma(0) = p$ and $\gamma'(0) = v$.

  • $B_\epsilon(0)$ denotes the open ball of radius $\epsilon$ in the vector space $T_pX$. It follows that there is $\epsilon > 0$ such that $\exp_p\big|_{B_\epsilon(0)}$ is a diffeomorphism onto its image in $X$, by the inverse function theorem (since ${\rm d}(\exp_p)_0 = {\rm Id}_{T_pX})$.

Ivo Terek
  • 77,665
  • You use a lot of notation without any explanation. If the OP understands the notation, then I doubt they would need to ask the question! – Fly by Night Oct 20 '17 at 19:22
  • Well, I guess you're right. I'll expand the answer a bit. – Ivo Terek Oct 20 '17 at 19:28
  • [Luckily I know Riem. geometry so I understand the notation, but thanks for the clarification!] But the thing is.... do I really need to have a affine connection to do this? I mean... since this is a local issue it doesn't matter, but do I need to put first a connection? Isn't there any other way that doesn't use Riemannian Geometry? – Minkowski Oct 20 '17 at 19:31
  • 1
    Every manifold admits an affine connection (pull-back from $\Bbb R^n$ and glue it all using partitions of unity). Then we still have existance and uniqueness of geodesics, and as far as I recall, the computation of ${\rm d}(\exp_p)_0$ does not use the metric in any way. So we can pick any affine connection and use it. – Ivo Terek Oct 20 '17 at 19:34
  • 1
    @Minkowski You certainly don't need extra structure. Go with your intuition in this matter. – Amitai Yuval Oct 20 '17 at 19:36
  • Thanks a lot for your answer! I really like it, but please understand that I'd better go for the other one since it doesn't use extra-extructure. – Minkowski Oct 20 '17 at 21:18
  • Don't worry about it. If my answer helped anything at all I'm happy already! – Ivo Terek Oct 20 '17 at 21:30
1

Let $\varphi:\mathbb{R}^n\to X$ be a local parametrization with $\varphi(0)=p.$ Write $$v_i:=d\varphi^{-1}(e_i)\in T_0\mathbb{R}^n=\mathbb{R}^n,\quad i=1,\ldots, n.$$ Let $\frac{\partial}{\partial x^k},\;k=1,\ldots,n,$ denote the standard basis of $T_0\mathbb{R}^n=\mathbb{R}^n,$ and let $A=(a_i^k)$ be the matrix given by $$v_i=a_i^k\frac{\partial}{\partial x^k}.$$ As can be confirmed by a simple computation, the parametrization $\psi=\varphi\circ A$ has the desired property. (Here $A$ is thought of as a linear map $\mathbb{R}^n\to\mathbb{R}^n$).

Amitai Yuval
  • 19,308
1

Take any coordinate system around $p$. We can write $$(e_1, \ldots, e_n) = (\frac{\partial}{\partial y_1},\ldots , \frac{\partial}{\partial y_n})\cdot (a_{ij})$$ at $p$.

Let $(x_1, \ldots, x_n)$ another coordinate system around the point. Then $$(\frac{\partial}{\partial x_1},\ldots , \frac{\partial}{\partial x_n})=(\frac{\partial}{\partial y_1},\ldots , \frac{\partial}{\partial y_n})\cdot (\frac{ \partial y_i}{\partial x_j})$$

If we want the equality $(e_1, \ldots, e_n) = (\frac{\partial}{\partial x_1},\ldots , \frac{\partial}{\partial x_n})$ at $p$, we must have $$(a_{ij}) = (\frac{ \partial y_i}{\partial x_j})_p$$ In fact we can have this equality around $p$ by taking $y_i = \sum a_{ij} x_j$ for all $i$, or, equivalently, $x_i = \sum b_{ij} y_j$ for all $i$, where $(b_{ij})$ is the inverse of $(a_{ij})$.

Example: say in some coordinate system of $\mathbb{R}$, we have $e= 2\frac{\partial }{\partial y}$. Then we can write $e = \frac{\partial}{\partial{\frac{y}{2}}}$

orangeskid
  • 53,909