I am doing this problem:
Let $g$ be a Riemannian metric on manifold $M$ and $\tilde{g}=e^{2f}g$ another metric conformal to $g$, where $f$ is a smooth function on $M$. Give the relation between the Levi-Civita connection $\nabla$ of $g$ and the Levi-Civita connection $\tilde{\nabla}$ of $\tilde{g}$.
I am currently at this step, but don't know how to continue next:
$2\tilde{g}(\tilde{\nabla}_{X}Y,Z)-2e^{2f}g(\nabla_{X}Y,Z)=X(e^{2f}g(Y,Z))+Y(e^{2f}g(Z,X))-Z(e^{2f}g(X,Y))-e^{2f}Xg(Y,Z)-e^{2f}Yg(Z,X)+e^{2f}Zg(X,Y)$
Any help is appreciated!
A connection of the conformal metric is determined, as is any connection, by its Christoffel symbols. We have the following formula for Levi-Civita connections:
$$\Gamma_{ij}^k = \frac{1}{2}g^{kl}(\partial_i g_{jl} + \partial_j g_{il} - \partial_l g_{ij})$$
Another pretty obvious fact is that $\hat g^{ij} = e^{-2f}g^{ij}$. So for the conformal metric $\hat g$ we can compute the Christoffel symbols: $$ \hat \Gamma_{ij}^k = \frac{1}{2}e^{-2f}g^{kl}(\partial_i (e^{2f}g_{jl}) + \partial_j (e^{2f}g_{il}) - \partial_l (e^{2f}g_{ij})) $$ Now it's just a matter of applying the product rule and using $e^{-2f}e^{2f} = 1$, $g_{ab}g^{bc} = \delta_a^c$, and $g^{ab}\partial_b f = \nabla^a f$ to get:
$$ \hat \Gamma_{ij}^k = \Gamma_{ij}^k + (\partial_i f) \delta_j^k + (\partial_j f)\delta_i^k - (\nabla^k f)g_{ij} $$
If we apply $\hat \nabla$ to any tensor $H^{b_1 ...b_k}_{c_1 ... c_l}$ we have:
$$ \hat \nabla_a H^{b_1 ...b_k}_{c_1 ... c_l} = \partial_a H^{b_1 ...b_k}_{c_1 ... c_l} + \sum_{i=1}^{k} \hat \Gamma_{a p}^{b_i} H^{b_1 ... p ...b_k}_{c_1 ... c_l} - \sum_{j=1}^{l} \hat \Gamma_{a c_j}^{q} H^{b_1 ...b_k}_{c_1 ... q ... c_l} $$
Where $p$ and $q$ are in the i-th and j-th positions, respectively. Hopefully that helps.