Let $f,g:\mathbb{R} \to \mathbb{R}$ be continuous on $\mathbb{R}$ and $h\left( \left< x,y \right> \right) = \left< f(x),g(y) \right>$, then $h$ is continuous on $\mathbb{R}^2$
Proof:
Let $\epsilon >0$ be given
$\forall x \in \mathbb{R}$
$\exists \ \delta_1>0$ s.t. for $a_1 \in \mathbb{R}$ s.t. $|f(x)-f(a_1)| \lt \frac{\epsilon}{\sqrt{2}}$ if $|x-a_1| \lt \delta_1$
$\exists \ \delta_2>0$ s.t. for $a_2 \in \mathbb{R}$ s.t. $|g(x)-g(a_2)| \lt \frac{\epsilon}{\sqrt{2}}$ if $|x-a_2| \lt \delta_2$
Choose $\delta_3 = \sqrt{\delta_1^2 + \delta_2^2}$
Let $\left<a_1, a_2\right> \in \mathbb{R}^2$ be a fixed point and $\forall \left< x_1,x_2 \right> \in \mathbb{R}^2$
$\sqrt{(x_1-a_1)^2 + (x_2-a_2)^2} \lt \sqrt{\delta_1^2 + \delta_2^2}=\delta_3$
Now, $\sqrt{\left(f(x_1)-f(a_1)\right)^2 + \left(g(x_2)-g(a_2)\right)^2}$ $\lt \sqrt{\frac{\epsilon^2}{2} + \frac{\epsilon^2}{2}} = \epsilon$
Since the point $\left< a_1,a_2 \right>$ was arbitrary, $h$ is continuous on $\mathbb{R}^2 \ \ \ \Box$