1

Is the Lie algebra with generators $a$, $b$, $c$ and commutators $$ [a,b]=2c, \quad [c,b]=2a, \quad [c,a]=2b $$ isomorphic to something well-known?

jj_p
  • 2,370
  • 14
  • 31

2 Answers2

4

It's isomorphic to $\mathfrak{sl}_2$ (over any field of characteristic $\neq 2$).

Indeed, write $x=(c-a)/2$, $y=(c+a)/2$, $h=b$. Then $[x,y]=h$, $[h,x]=2x$, $[h,y]=-2y$, which is the standard Lie algebra law for $\mathfrak{sl}_2$.

(Of course in characteristic 2, it's abelian.)

YCor
  • 17,878
2

Denote by $L$ the above Lie algebra over a field $K$. Since $\dim L=3$ and obviously $[L,L]=L$ we already know that, for $K=\mathbb{C}$, $L\cong \mathfrak{sl}_2(K)$. For $K=\mathbb{R}$ one could compute the Killing form to see that it is not negative definite. Thus again $L\cong \mathfrak{sl}_2(K)$. But clearly, Yves answer is the best one, as we see the answer for all fields with $2\neq 0$ directly.

Dietrich Burde
  • 130,978
  • 2
    What I actually did was to also first observe that the Lie algebra is simple, and then to check if we have some nonzero element $h$ such that $\mathrm{ad}(x)$ is diagonalizable over the ground field (since this is enough to be isomorphic to $\mathfrak{sl}_2$), and in the original basis $(a,c,b)$ indeed $\mathrm{ad}(b)=\begin{pmatrix}0 & -2 & 0\ -2 & 0 & 0\ 0 & 0 & 0\end{pmatrix}$, which is diagonalizable, and I just changed the other basis element to make it diagonal. – YCor Jun 16 '17 at 10:19