This problem is from John Lee's Introduction to Riemannian Manifold Problem 6-7(a)
Let $(M, g)$ be a connected Riemannian Manifold. Show that for every $p \in M$ and $v, w \in T_p M$, we have $$ \lim _{t \rightarrow 0} \frac{d_g\left(\exp _p t v, \exp _p t w\right)}{t}=|v-w|_g . $$ [Hint: Use the Taylor series for $g$ in Riemannian normal coordinates on a convex geodesic ball centered at $p$.]
Follow the hint. Consider normal coordinates at $p$. Then we can write $g_{ij} = \delta_{ij} + O(|x|^2)$. The key step is to show that $d_g\left(\exp _p t v, \exp _p t w\right) \approx t|v-w|_g$ as $t$ is sufficiently small. This makes sense as around $p$ with normal coordinate $g$ looks like Euclidean space. However, I would like to make it rigorous.
More background:
- $d_g(p, q)$ denotes the infimum length among all curves connecting $p$ and $q$.
- With normal coordinates, all directional derivative of $g_{ij}$ is zero at the center point. In this case, it is $p$.
What I have tried so far:
Let $\epsilon > 0$ such that $B_\epsilon(p)$ is a geodesic ball and a uniformly $\delta$-normal. Suppose $\gamma_t(s)$, ($s \in [0, t]$) be the minimum curve between $\exp_ptv$ and $\exp_ptw$. Therefore, $$ \begin{align} d_g\left(\exp _p t v, \exp _p t w\right) &= \int_0^t <\gamma_t'(s), \gamma_t'(s)>^{1/2}_gds \\ & = \int_0^t <\gamma_t'(s), \gamma_t'(s)>^{1/2} ds + O(t^2) \end{align} $$ where $<\cdot,\cdot>$ denote the standard Euclidean inner product. Using the intermediate value theorem, we have $$ d_g\left(\exp _p t v, \exp _p t w\right) = t <\gamma_t'(s_0), \gamma_t'(s_0)>^{1/2} + O(t^2). $$ Thus $$ \lim _{t \rightarrow 0} \frac{d_g\left(\exp _p t v, \exp _p t w\right)}{t}= <\gamma_0'(0), \gamma_0'(0)>^{1/2} = |\gamma_0'(0)|_g $$ Don't know how to justify $|\gamma_0'(0)|_g = |v-w|_g$