Proof of identity $\sqrt {xy} = \sqrt x \sqrt y$ for $x,y \in \mathbb R^+$
I've been looking at the stated identity, which makes sense in $\mathbb R^+$ but fails in $\mathbb R$, since $\sqrt {-1 \cdot -1} \neq \sqrt {-1} \sqrt {-1}$.
How does one prove this identity ?
Suppose we have $x,y \in \mathbb R^+$ then $\sqrt{xy}^2 = xy = (\sqrt x \sqrt y)^2$.
Idea 1: The square-root function is bijective (monotonic increasing) and has inverse $X^2$. This in turn implies $\sqrt {xy} = \sqrt x \sqrt y$
Idea 2: The equation $X^2 = xy$ has at most $2$ solutions in $\mathbb C$, which implies $\sqrt x \sqrt y$ must be equal to $\pm \sqrt {xy}$.
Are these ideas rigorous enough ? Is there some simpler way of proving this ?