The book "Matrix Gateway to Geometric Algebra" by Garret Sobczyk gives the following identity:
$a\cdot(b \wedge c)=(a\cdot b)c - (a\cdot c)b$
Using the identities
$a\cdot b= (ab+ba)/2$
$a\wedge b=(ab-ba)/2$
to expand the proposed identity, including the step, e.g., $$a\cdot (b\wedge c)=(a(b\wedge c) + (b\wedge c) a)/2$$ I get $$abc + bca - acb - cba = abc + cba - acb - bca$$ which does not appear to check.
Is there a step I am missing?
On the same page 31 the author writes (equation 2.14)
$$a\cdot(b\wedge c) = (a(b\wedge c) - (b\wedge c)a)/2$$
which is the opposite sign to the basic "identity" I relied upon. Why is there sign minus in this instance? Is not $x=(b\wedge c)$, where x is an element, subject to the identity $a\cdot x = (ax+xa)/2$? There is a similar reversal of sign in equation 2.15.
Thanks,
Gary
Assuming that we are given a multiplication that is associative and bilinear, but not commutative, then define
$$a\cdot b := \frac12(ab+ba),\qquad a\wedge b := \frac12(ab-ba),$$
which apply, at least for $1$-vectors, with perhaps some sign changes for general $k$-vectors. No equation such as $$a\cdot(b \wedge c)=(a\cdot b)c - (a\cdot c)b$$ can be an identity because, as you computed, the left side is equal to $\,\frac14(abc + cba - acb - bca)\,$ while $\, (a\cdot b)c = \frac12(abc+bac)\,$ and $\, a(b\cdot c) = \frac12(abc+acb).\,$ There is no way to get $\,\frac12(abc+cba)\,$ no matter what scalar factors are introduced. The proof is by linear algebra using as the basis $$(abc,acb,bac,bca,cab,cba).$$