Question
Assume a vector space $V$ and a binary operation $*$ that satisfies for all $u, v, w \in V$:
- $u * v \in V,$
- $u * v = - v * u\,,$
- $u * (v * w) = (u * v) * w.$
Can this operation satisfy the Jacobi identity
$u * (v * w) + w * (u * v) + v * (w * u) = 0 \quad \forall u, v, w \in V$?
I believe the answer is no, but I cannot prove it.
Attempted solution
Assuming the Jacobi identity holds, I tried to arrive at a contradiction.
\begin{align} 0 &= \phantom{-} u * (v * w) + w * (u * v) + v * (w * u) \\ &= -(v * w) * u + w * (u * v) + v * (w * u) \\ &= -v * (w * u) + w * (u * v) + v * (w * u) \\ &= w * (u * v). \end{align}
I.e., we have $w * (u * v) = 0$ for all $u, v, w \in V$. This doesn't look like a contradiction to me. It is as far as I could get.
Maybe a different approach makes more sense?