Given two $3$D vectors $\mathbf{u}$ and $\mathbf{v}$ their cross-product $\mathbf{u} \times \mathbf{v}$ can be defined by the property that, for any vector $\mathbf{x}$ one has $\langle \mathbf{x} ; \mathbf{u} \times \mathbf{v} \rangle = {\rm det}(\mathbf{x}, \mathbf{u},\mathbf{v})$. From this a number of properties of the cross product can be obtained quite easily. It is less obvious that, for instance $|\mathbf{u} \times \mathbf{v}|^2 = |\mathbf{u}|^2 |\mathbf{v}|^2 - \langle \mathbf{u} ; \mathbf{v} \rangle ^2$, from which the norm of the cross-product can be deduced.
Is it possible to obtain these properties nicely (i.e. without dealing with coordinates), but with elementary linear algebra only (i.e. without the exterior algebra stuff, only properties of determinants and matrix / vector multiplication).
Thanks in advance!
The attempt to prove
$|\mathbf{u} \times \mathbf{v}|^2 - |\mathbf{u}|^2 |\mathbf{v}|^2 + \langle \mathbf{u} ; \mathbf{v} \rangle ^2=0$,
with the use of formula
$\mathbf{u} \times \mathbf{v}= \mathbf {S(u)v}$ where $\mathbf {S(u)}$ is skew-symmetric matrix.
For simplification let normalize $|\mathbf{u}|=1$.
The formula can be written:
$\mathbf {(S(u)v)}^T \mathbf {S(u)v}-(\mathbf{v}^T \mathbf{v})( \mathbf{u}^T \mathbf{u}) +(\mathbf{v}^T \mathbf{u})(\mathbf{u}^T \mathbf{v})$=
$\mathbf {v^TS(u)^T} \mathbf {S(u)v} - \mathbf{v}^T \mathbf{v} \mathbf{u}^T \mathbf{u} +\mathbf{v}^T \mathbf{u}\mathbf{u}^T \mathbf{v}$=
$\mathbf {-v^TS^2(u)} \mathbf {v} -\mathbf{v}^T \mathbf{v} \mathbf{u}^T \mathbf{u} + \mathbf{v}^T \mathbf{u}\mathbf{u}^T \mathbf{v}$=
$\mathbf {-v^T( uu^T-I)} \mathbf {v} - \mathbf{v}^T \mathbf{v} \mathbf{u}^T \mathbf{u} +\mathbf{v}^T \mathbf{u}\mathbf{u}^T \mathbf{v}$=
$ -\mathbf {v^T uu^T v}+ \mathbf {v}^T \mathbf {v} - \mathbf{v}^T \mathbf{v} \mathbf{u}^T \mathbf{u} +\mathbf{v}^T \mathbf{u} \mathbf{u}^T \mathbf{v}$ =
$ \mathbf {v}^T \mathbf {v} - \mathbf{v}^T \mathbf{v} \mathbf{u}^T \mathbf{u}$=
$\mathbf {v}^T \mathbf {v} (1-\mathbf {u}^T \mathbf {u})= 0$.
So in this case it is fulfilled. I hope all steps are understood.