I was reading a text on differential geometry and I noticed this: "Given $\omega=xdy\wedge dz+ydz\wedge dx+zdx\wedge dy\in\Omega^2(S^2)$ with $S^2=\{p\in\mathbb{R}^3:\lvert p\rvert=1\}$, show that $A^{*}\omega=(\det A)\omega$ for $A\in O(3)$".
I know some basic computation rules of differential forms but this really stacks me. Any help?
The function $A:S^2\to S^2$ is a rotation or reflection. In any case, $A$ is given by multiplication by some orthogonal matrix
$$ M = \begin{bmatrix} m_{11} & m_{12} & m_{13} \\ m_{21} & m_{22} & m_{23} \\ m_{31} & m_{32} & m_{33} \end{bmatrix} $$ That is, $$A(a,b,c)=(m_{11}a+m_{12}b+m_{13}c,m_{21}a+m_{22}b+m_{23}c,m_{31}a+m_{32}b+m_{33}c)$$
Now the funcion $x:S^2\to\mathbb R$ is the "extract the first coordinate" function, i.e. $x(a,b,c)=a$. Hence $(x\circ A)(a,b,c)=x(A(a,b,c))$ is the first coordinate of $A(a,b,c)$: $$(x\circ A)(a,b,c)=m_{11}a+m_{12}b+m_{13}c$$.
Does that help?