I'm trying to solve this exercise.
Angular momentum $\mathbf{L}$ satisfies the relation $\mathbf{L\times L}=i\mathbf{L}$. Given two vectors $\mathbf{a}$ and $\mathbf{b}$ which satisfy $[\mathbf{a,b}]=[\mathbf{a,L}]=[\mathbf{b,L}]=0$, show that $$[\mathbf{a\cdot L,b\cdot L}]=i(\mathbf{a\times b})\cdot\mathbf{L}$$ How is it that a vector doesn't commute with itself?, and how does the vector product $(\mathbf{a\times b})$ appears? Here's my try: \begin{align*} [\mathbf{a\cdot L,b\cdot L}]&=\mathbf{a}\cdot[\mathbf{L},\mathbf{L}]\cdot\mathbf{b}\\ &=(\mathbf{a\times b})\cdot[\mathbf{L},\mathbf{L}]\\ &=(\mathbf{a\times b})\cdot i\mathbf{L} \end{align*} But I think there something wrong with my try.