The statement is as follows: For any ${\bf x}\in R^3$, there exist some ${\bf y}\in R^3$ such that $\begin{bmatrix}x_1 \\ x_2 \\ x_3\end{bmatrix} =\begin{bmatrix}y_1 \\ y_2 \\ y_3\end{bmatrix}\times \begin{bmatrix}y_3 \\ y_1 \\ y_2\end{bmatrix}$ where $\times$ is cross product.
I tried to use a system of 3 variables and 3 equations, where I fix ${\bf x}$, and where $\sin\theta$ depends on the values of ${\bf y}$:
$\begin{bmatrix}x_1 \\ x_2 \\ x_3\end{bmatrix}\cdot \begin{bmatrix}y_1 \\ y_2 \\ y_3\end{bmatrix} =0, \begin{bmatrix}x_1 \\ x_2 \\ x_3\end{bmatrix}\cdot \begin{bmatrix}y_3 \\ y_1 \\ y_2\end{bmatrix}=0$, and finally ${|\bf x}|=|{\bf y}|^2|\sin\theta|$
However, this is not getting me anywhere as there could be some cases where I believe the system is inconsistent. How should I approach this problem?
Extra note: The original problem was to prove this on the neighborhood of ${\bf x} = \begin{bmatrix}0 \\ 0 \\ 1\end{bmatrix}$, but apparently my professor believed that it can be proven for all ${\bf x} \in R^3$
No, the statement is false.
Counter example: ${\bf x}=<-1,0,0>$. The only solutions for ${\bf y}$ are ${\bf y}=<0,\pm i,0>$, which are not real.