I am learning geometric algebra, and meet an identy of (edited according to Andrey's comments below)
$$ (a\wedge b)\cdot(c\wedge d) = (a \cdot d)(b\cdot c) - (a \cdot c)(b \cdot d)$$
as in wiki item of Binet–Cauchy identity.
How can one prove this without using indices? Like start from geometric algebra context of $$a\cdot b=\dfrac {ab+ba}{2}=b\cdot a$$
and $$a\wedge b=\dfrac {ab-ba}{2}$$
Use the associativity of the geometric product and grade projection.
$$\begin{align*}\langle (ab)(cd) \rangle_0 = (a \cdot b) (c \cdot d) + (a \wedge b) \cdot (c \wedge d)\end{align*}$$
Using an $(ab)(cd)$ grouping, but grouping $(bc)$ instead gives
$$\langle a (bc) d \rangle_0 = (a \cdot d)(b \cdot c) + a \cdot [(b \wedge c) \cdot d]$$
Use the BAC-CAB rule on the last term to rewrite it as $(c \cdot d) (b \cdot a) - (b \cdot d)( c \cdot a)$. The desired identity shortly follows--edit: and Andrey Sokolev is correct.