Consider the following two sets of matrices:
- The first set is produced by $vv^T$ with $v = [v_1 \ \ v_2]^T$
$$\left\{\begin{bmatrix} v_1^2 & v_1v_2 \\ v_1v_2 & v_2^2 \end{bmatrix}: v_1^2+v_2^2 = 1\right\}$$
- The second set is
$$\left\{\begin{bmatrix} \cos^2{\theta}& \cos{\theta}\sin{\theta} \\\cos{\theta}\sin{\theta} &\sin^2{\theta} \end{bmatrix}: 0\leq \theta \leq 2\pi\right\}$$
Obviously, both sets are infinite sets. Moreover, both sets consist of only positive semidefinite, rank one and trace one matrices.
Are both sets isomorphic? Or can we directly claim that they are the same sets?
Note: the restriction on the range of $\theta$ is to make both sets one to one.