Below is a theorem I was asked to prove from Velleman's book How to Prove It, along with my proof. My question is regarding the last step of the uniqueness portion of the proof where I am required to divide by $(y + 1)$. Since $y$ can be any number, how do I handle the case where $y = -1$? Is this proof still valid in its current form? If not, how would I fix it?
Theorem. For every real number $y$, there is a unique real number $x$ such that $xy + x - 4 = 4y$.
Proof. Let $y$ be an arbitrary real number, and let $x = 4$. Then
$$xy + x - 4 = 4y + 4 - 4 = 4y.$$
To see that $x$ is unique, let $z$ be an arbitrary real number and suppose $zy + z - 4 = 4y$. Then $\ zy + z = 4y + 4$, so $z(y + 1) = 4y + 4$. If $y + 1 = 0$, then $z$ is undefined, but otherwise $z = \ \frac{4y + 4}{y + 1} = 4 = x$.