$ \newcommand{\g}{\mathfrak{g}} \newcommand{\h}{\mathfrak{h}} \newcommand{\k}{\mathfrak{k}} $
Let $\g$ and $\h$ be two semisimple Lie algebras, and let $\k := \g \oplus \h$. Show that a $\k$-module is simple iff it is the tensor product of simple $\g$-module and $\h$-module.
We may assume that all Lie algebras/vector spaces involved are finite-dimensional, and the involved field is both algebraically closed and of characteristic $0$.
We first note that if $V$ is a $\g$-module and $W$ is a $\h$-module, then $\k$ acts on $V \otimes W$ by the following: $$ q = g \oplus h \implies q \cdot (v \otimes w) := (g \cdot v) \otimes w + v \otimes (h \cdot w) $$ It's easy to check that this action indeed makes $V \otimes W$ a $\k$-module. Unfortunately, I do not have much progress on this from here. For $\impliedby$, initial idea is to assume $V \otimes W$ is not simple, and let $U \subseteq V \otimes W$ be a non-trivial proper submodule. Then, perhaps we can impose some kind of projection of $U$ onto $V$ and $W$ respectively, and contradict their simplicity by showing that this induces a non-trivial proper submodule in $V$ or $W$, contradicting their simplicity. However, as far as I know, there isn't such a notion for tensor product.
For $\implies$, my idea is also similar, but it's clear that $V$ and $W$ are not submodules of $V \otimes W$, so I'm not sure how to proceed with the construction of the $V$ and $W$ given an arbitrary $\k$-module either.
Any help is appreciated.
Note: The following questions are related.
- Tensor product of irreducible representations of semisimple Lie algebras: The solution uses Jacobson Density Theorem, which is probably overpowered in the case of finite-dimensional Lie algebras/vector spaces. I am looking for a proof without using this theorem.
- Tensor product of irreducible representations: This also seems related, but the question assumes that the field involved is $\Bbb{C}$. Furthermore, the two (unaccepted) answers utilise Clebsch-Gordon formula, which I'm not familiar with.
EDIT: Following Torsten Schoeneberg's hint, I was able to almost construct a proof of the $\implies$ direction. We consider $U$, a $\k$-submodule, as a $\g$-module via the action: $$ g \cdot u := \underbrace{(g \oplus 0)}_{\in \g \oplus \h} \cdot u $$ Then since $\g$ is semisimple, $U$ is semisimple as a $\g$-module, so we can write $U = \bigoplus_{i=1}^n X_i$ for simple $X_i$. Similarly, we can write $U = \bigoplus_{i=1}^m Y_i$ as with $Y_i$ being simple $\h$-modules. If all of $X_i$ are isomorphic (and similarly all of $Y_i$), then we can construct an explicit isomorphism from $X_1 \otimes Y_1 \to U$, which completes the proof. However, I have not been able to prove the claim thus far.