I'm having trouble understanding part of a proof of the following statement
Let $L,L'$ be Lie algebras and $L \oplus L'$ their direct sum. Then $$ U(L \oplus L') \cong U(L) \otimes U(L')$$
Let $i_L : L \to U(L)$ denote the natural inclusion into the enveloping algebra, and similarly for $i_{L'}$ and $i_{L \oplus L'}$. The proof begins by defining a morphism $\varphi:U(L \oplus L') \to U(L) \otimes U(L')$ by first defining a Lie algebra morphism $f:L \oplus L' \to U(L) \otimes U(L')$ by $$f(x,x') = i_L(x) \otimes 1 + 1 \otimes i_{L'}(x')$$ Then, $\varphi$ is defined so that $\varphi \circ i_{L \oplus L'} = f$ using the universality of the enveloping algebra.
The inverse map is defined $\psi:U(L) \otimes U(L') \to U(L \oplus L')$ by $$\psi(a \otimes a') = \psi_1(a)\psi_2(a')$$ where $\psi_1(x) = i_{L \oplus L'}(x,0)$ and $\psi_2(x) = i_{L \oplus L'}(0,x)$
The part I have the problem with is when they show that $\psi \circ \varphi$ is the identity on the image of $L \oplus L'$ in $U(L \oplus L')$. The calculation given is, for $x \in L, x' \in L'$,
$$\psi(\varphi(x,x')) = \psi(x \otimes 1) + \psi(1 \otimes x') = i_{L \oplus L'}((x,0) + (0,x')) = i_{L \oplus L'}(x,x')$$
I don't really get how the calculation of $\psi(x \otimes 1)$ is done. If I attempt myself, it comes out $$\psi(x \otimes 1) = \psi_1(x)\psi_2(1) = i_{L \oplus L'}((x,0) \otimes (0,1)) = ~?$$ so I guess I don't understand how the tensor product $(x,0) \otimes (0,1)$ is simplified in $U(L \oplus L')$. I'm sure it's something completely basic, but I'd appreciate if someone could explain it.