How to show that if $(S^1,g)$ and $(S^1,h)$ are of the same volume, then they are isometric? Here $g,h$ are Riemannian metrics on the sphere. How to explicitly construct an isometry?
So by the hint of Mariano Suárez-Álvarez, first define $l_g(t) = \int_0^t\langle r'(t), r'(t) \rangle_g^{\frac{1}{2}}dt$ with respect to the Riemannian metric $g$, where $r(t) = (cost,sint)$, in this case $l_g(t) = \int_0^t\langle \frac{\partial}{\partial x}|_{r(t)}, \frac{\partial}{\partial x}|_{r(t)}\rangle_g^{\frac{1}{2}}dt$. Now since $l(t)$ is bijective from $(0, 2\pi)$ to $(0,b)$ for some number $b$, then define $t_g(s) = l_g^{-1}$, so having the same volume, both $g,h$ will attain the same number $b$.
Now suppose that $t_g(b)=m \in S^1$ and $t_h(b)=n \in S^1$, then define $F:S^1 \to S^1$ in the following way: $\forall x \in S^1$, $\exists p \in (0,2\pi) $such that $r(p) = x$, then $F(x) = r(t_h(l(r^{-1}(x))))$. Now claim that $F$ is an isometry.
Is this right?
The idea as I see is to send points with the same arc length to the points with the same arc length. This is intuitive since to preserve the inner product, the length of the tangent vector at a point is sort of the limit length of the arc length at that point, so if arc length is preserved then I am done. Am I right?