(doCarmo, Riemannian Geometry, p.56, Q2)
I want to prove that the Levi-Civita connection $\nabla$ is given by $$ (\nabla_X Y)(p) = \frac{d}{dt} \Big(P_{c,t_0,t}^{-1}(Y(c(t)) \Big) \Big|_{t=t_0}, $$ where $p \in M$, $c \colon I \to M$ is an integral curve of $X$ through $p$, and $P_{c,t_0,t} \colon T_{c(t_0)}M \to T_{c(t)}M$ is the parallel transport along $c$, from $t_0$ to $t$.
My approach is to use the uniqueness of the Levi-Civita connection (a theorem proved elsewhere in the textbook) and show that the RHS satisfies all of its properties, i.e.
- It is an affine connection,
- It is symmetric,
- It is compatible with the metric.
However, for the first part, I am stuck on proving that $$ \nabla_{fX + gY}Z = f \nabla_X Z + g \nabla_Y Z. $$ So far, I have the following
$$ f \nabla_X Z = f \Big( \frac{d}{dt} \Big( P_{c_X,t_0,t}^{-1}(Z(c_X(t)) \Big) \Big|_{t=t_0} \Big), $$
$$ g \nabla_Y Z = g \Big( \frac{d}{dt} \Big( P_{c_Y,t_0,t}^{-1}(Z(c_Y(t)) \Big) \Big|_{t=t_0} \Big), $$
$$ \nabla_{fX + gY}Z = \frac{d}{dt} \Big( P_{c,t_0,t}^{-1}(Z(c(t)) \Big) \Big|_{t=t_0}, $$ where $$ c_X (t_0) = c_Y (t_0) = c(t_0) = p, $$ $$ \frac{d c_X}{dt} = X(c_X(t)), $$ $$ \frac{d c_Y}{dt} = Y(c_Y(t)), $$ $$ \frac{d c}{dt} = fX(c(t)) + gY(c(t)). $$
I'm sure the solution is something simple like working in local coordinates but I'm having trouble so any direction would be appreciated.