Prove that there is a unique real number $x$ such that for every real number $y$, $xy + x -4 = 4y$
To start this proof I will translate the goal into a logical form.
$\exists !x\forall y(xy + x -4 = 4y)$.
If I let $P(x) = \forall y(xy + x -4 = 4y)$, I would want to solve $\exists x(P(x) \land \forall z(P(z) \rightarrow z = x)$.
If Let $x =4$ I must show $P(4)$ for existence and $\forall z(P(z) \rightarrow z =4)$ for uniqueness.
To prove existence:
If $x =4$ then $4y + 4 - 4 = 4y \iff 4y = 4y$.
To prove uniqueness:
Suppose $z$ is some arbitrary real number such that $P(z)$. Then $zy + z -4 = 4y$. Thus $z =4 = x$. Since $z$ was arbitrary this holds for all $z$.
Is my logic correct or am I missing something? I have seen other sources use cases but I am unsure as to how that approach even crops up.