I am beginning to learn some materials about representation of Lie algebra. Here I define $\mathfrak{sl}_2$ triple as: $$ \{H,X,Y\in \text{End}_{\mathbb{C}}(V)|H,X,Y \text{are nonzero},\quad [H, X]=2 X,\quad[H, Y]=-2 Y,\quad[X, Y]=H\} $$ where $V$ is a finite dimensional vector space over $\mathbb{C}$ (or equivalently, finite dimensional representation of $\mathfrak{sl}_2\mathbb{C}$). Here $[A, B]=A B-B A, \quad \forall A, B \in \operatorname{End} V$.
I suspect from the definition of $\mathfrak{sl}_2$ triple it is enough to imply $H$ is semisimple (since we are working with $\mathbb{C}$, this is equivalent to say $H$ is diagonalizable).
I try to prove it using induction on dimension of $V$, when $\text{dim}_{\mathbb{C}}V=2$, after fixing a basis, I wonder is it enough to deduce from commutation relation that $$ H=\left[\begin{array}{cc} 1 & 0 \\ 0 & -1 \end{array}\right], \quad X=\left[\begin{array}{ll} 0 & 1 \\ 0 & 0 \end{array}\right], \quad Y=\left[\begin{array}{ll} 0 & 0 \\ 1 & 0 \end{array}\right] $$ So in particular, $H$ is semisimple. It is a little bit painful to write out the coefficients in terms of basis and solve the linear equations, I want to ask is there any clever way to prove that?
For induction hypothesis, I assume $H$ is semisimple when $\text{dim}_{\mathbb{C}}V\leq n-1$. Let $\lambda_1,\lambda_2,\cdots, \lambda_k$ be eigenvalues of $H$, and let $$ W=V_{\lambda_{1}} \oplus \cdots \oplus V_{\lambda_{k}} $$ where $V_{\lambda_{k}}$ is eigenspace of $H$ with respect to eigenvalue $\lambda_{k}$. I can show $W$ is an invariant space for $H,X,Y$, thus we can consider the quotient representation $$H,X,Y \in \text{End}_{\mathbb{C}}(V/W)$$ After using induction hypothesis, $H$ is semisimple in $V/W$. Does $H$ is semisimple in both $W$ and $V/W$ implies $H$ is semisimple in $V$? I am not sure about this...
I guess there are more ways to prove this proposition. Any insight is welcomed and thank you in advance!