Let $\|(x,y)\| _{X\times Y} := \sqrt{\|x\|_X^2+\|y\|_Y^2}$ be the $l^2$ product norm of the banach spaces $X,Y$.
I somehow struggle with proving that this norm satisfies the triangle inequality.
EDIT: Using the TI of the norms in $X$ and $Y$ I get
$\|v+u\|_{X\times Y} =(\|v_x +u_x\|_X^2 +\|v_y +u_y\|_Y^2)^{1/2} \le \left ( (\|v_x\|_X+\|u_x\|_X)^2 + (\|v_y\|_Y+\|u_y\|_Y)^2\right )^{1/2}$
I then tried to use variations of $\sqrt{a_1 +a_2}\le \sqrt{a_1}+\sqrt{a_2}$, but did not succeed.