Proving that $$[a,b,c]=[b,c,a]=[c,a,b]$$
Where $$[a,b,c] = a \cdot (b \times c)$$
and $ a ,b, c$ are non-co-planar vectors, and is fairly easy when splitting them into component parts and doing it by brute force, however is there a more elegant way of doing this which doesn't involve this? I'm sure I've seen one in the past but I haven't been able to find it again.
There is the geometric proof with the relation to parallelepipeds, although I feel this isn't a formal mathematical proof.
Any assistance would be appreciated!
Expand the identity $$(a+b)\cdot((a+b)\times c) = 0$$ to obtain $$a\cdot(b\times c) = b \cdot(c\times a).$$