The question is from problem 2 of chapter 3.6 of Velleman's How To Prove It (2nd edition). The question has been asked by another user before, but I couldn't find any thread that addresses the specific problem I have with my proof/problem.
My proof:
Existence Let $x = 4$, then $xy+x-4 = 4y+4-4 = 4y$
Uniqueness
Let a and y be arbitrary and suppose $∀(+−4=4)$ and $∀(b+b−4=4)$.
From $∀(+−4=4)$, Suppose $y = b$, then
$ab + a -4 = 4b$.
Then from $∀(b+b−4=4)$, suppose y = a, thus $ba+b-4 = 4a$.
Subtracting $ba+b-4 = 4a$ from $ab + a -4 = 4b$, we get $4b-4a = 0$, thus, $a = b$.
Since $a$ and $b$ are arbitrary, we can conclude that $a$ = $b$ = $x$ = $4$. Thus, $x$ is unique.
Q.E.D.
My issue with the proof:
I think this is correct, but something about the existence part of the proof is bothering me. Specifically the fact that
we infer $x = 4$ by solving $xy+x-4=4y$ for $x$ like so:
$xy+x-4=4y$ iff
$x(y+1)=4y+4$ iff
$x = 4(y+1)/(y+1)$.
The $(y+1)$ factors cancel out and we are left with $4$. However, isn't $x$ undefined for $y=-1$?
So how is the statement "There exists a real number $x$ for all $y$ such that $xy+x-4=4y$" actually true? (As $x$ is undefined for $y = -1$?)
Plugging in $-1$ for $y$ and $4$ for $x$ still makes the equation work, so I think the existence part of my proof is possibly correct, but how?