I'm trying to solve this exercise from Kühnel.
Let $f: [0, A] \times [0, B] \rightarrow \mathbb{R}^3$ be a parametrized surface element. Show that the following conditions (1) and (2) are equivalent:
- For each rectangle $R = [u_1, u_1 + a] \times [u_2, u_2 + b] \subset U$, the opposite sides of $f(R)$ are of equal length.
- One has $\frac{\partial g_{11}}{\partial u_2} = \frac{\partial g_{22}}{\partial u_1} = 0$ in all of $U$. ($g_{ij}$ are the matrix entries of the first fundamental form)
I've solved (2) $\implies$ (1) and after much trying, I don't know how to prove the other implication.
Kühnel further asks to prove that under these conditions, there is a parameter transformation $\varphi: U \rightarrow \tilde{U}$ such that for $\tilde{f} = f \circ \varphi^{-1}$ the first fundamental form can be written as:
\begin{pmatrix} 1 & \cos \vartheta \\ \cos \vartheta & 1 \end{pmatrix}
and I don't see how this follows from setting $\varphi(u_1, u_2) = \left( \int \sqrt{g_{11}} du_1, \int \sqrt{g_{22}} du_2 \right)$.