Chain rule for gradient on a Riemannian manifold

724 Views Asked by At

I have that $f$ and $h$ are two smooth functions on a Riemannian manifold $(M,g)$ and am told that \begin{equation} \int_M\langle\nabla f,\nabla|\nabla h|^4\rangle_g\,dv_g = \int_M 4|\nabla h|^2\,\nabla^2h\big(\nabla f,\nabla h\big)\,dv_g. \end{equation} It seems that this follows from some sort of chain rule on $\nabla|\nabla h|^4$, but I don't understand how the inner product $\langle\cdot,\cdot\rangle_g$ in the integral on the left becomes the action of the Hessian $\nabla^2h$ on the vectors $\nabla f$ and $\nabla h$ in the integral on the right. Could someone please explain what is going on here, perhaps in more generality than just this particular example - I can't seem to find anything online corresponding to 'chain rule for gradient on Riemannian manifolds'. Thanks in advance.

1

There are 1 best solutions below

0
On BEST ANSWER

I think the main confusion here is in the various ways the symbol $\nabla$ is being used: it's simultaneously the differential, gradient and covariant derivative. Inner products can appear/disappear when we swap differentials for gradients. This usage is very standard in Riemannian geometry (and the different interpretations of any expression turn out to be equal thanks to metric-compatibility), but for the purposes of learning it's helpful to start with different notations. Thus I would instead write this equation as $$\def\g{\operatorname{grad}}\def\n{\nabla}\def\ip#1#2{\left\langle #1, #2 \right\rangle} \ip{\g f}{\g |d h|^4} = 4 |d h|^2 \,\operatorname{Hess} h(\g f, \g h).\tag 1$$

Here the one-form $dh$ is the usual differential of a function, the vector $\g h$ is the gradient defined by $\ip{\g h}X = dh(X)=D_X h$ and $\operatorname{Hess}h(X,Y)=(\n \n h)(X,Y) = \ip{\n_X \g h}{Y}$ is the Hessian.

To show this identity, first note that by definition of the gradient we have $$\ip{\g f}{ \g |dh|^4}=d(|dh|^4)(\g f) = D_{\g f}(|dh|^4).\tag 2$$ Applying the chain rule to $|dh|^4 = (|dh|^2)^2$ yields $$d(|dh|^4)=2|dh|^2 d\ip{\g h}{\g h}$$ since $\left|\g h\right|=|dh|$; so $$D_X(|dh|^4)=2|dh|^2D_X\ip{\g h}{\g h}=4|dh|^2\ip{\nabla_X \g h}{\g h}$$ by metric compatibility. Recognizing the Hessian here, we can write this as $$D_X(|dh|^4)=4|dh|^2\operatorname{Hess} h(X,\g h).$$Now just substitute $X = \g f$ and combine with $(2)$ to arrive at $(1).$