So for any $x \in \mathbb{R}$ I have to prove that a unique $y \in \mathbb{R}$ exists such that $x^2 y = x - y$.
What I did was this:
I showed that such a $y$ exists by performing algebra to get $y = \frac{x}{x^2+1}$. Then by noting that $x^2 + 1 \ne 0$, $y \in \mathbb{R}$ since real numbers are closed under non-zero division. Afterwards I assumed another value $z$ that has the property $x^2z = x - z$. Performing the same process I get $z = \frac{x}{x^2+1}$ which is the same value as $y$. Therefore $y=z$ and that the value of $y$ is unique.
Is this a sound proof or not? Anything wrong with it?