Suppose we are given a vector space $V$ equipped with a bilinear form $[,]:V\times V\to V$ such that
$$[x,y]=h, \quad \text{and} \quad [x,h]=0=[y,h]$$ for any $x,y$ and $h$ in $V$.
How can we show that this bilinear form defines a Lie bracket on $V$?
A Lie bracket has to be antisymmetric meaning that $[x,y]=-[y,x]$ and satisfies in the Jacobi identity $ [x, [y, z]] + [y, [z, x]] + [z, [x, y]] = 0$.
Many thanks!