Prove that $V(x,y) \rightarrow (y,-x)$ is continuous
My attempt:
Let $c \in \mathbb{R}^2$ and let $x$ exist in the delta neighborhood of $c$ in $\mathbb{R}^2$ ($x\in V_\delta(c) \cap \mathbb{R}^2$). For any $\epsilon >0$ there exists a $\delta >0$ such that
$|x-c|<\delta$ implies $|f(x)-f(c)|<\epsilon$. In other words:
$|x-c|=|(x_1,x_2)-(c_1,c_2)|= \sqrt{(x_1 - c_1)^2+(x_2-c_2)^2}<\delta$ implies $|f(x)-f(c)|=|(x_2,-x_1)-(c_2,c_1)|=\sqrt{(x_2-c_2)+(x_1-c_1)}<\epsilon$
Not sure where to go from here or if my approach is correct