Let $P(x,y)$ be the predicate $2x+y = xy$, where the domain of discourse for $x$ and $y$ is integers. Determine the truth value of each statement.
$P(-1,1)$ : true
$\exists xP(x,y)$ : true
$\exists yP(4,y)$ : false
$\forall yP(2,y)$ : false
$\forall x \exists y(x,y)$ : false
$\exists y \forall x(x,y)$ : false
Have I answered correctly or have not?
Please guide me if I'm wrong. thank you.
Interpretation of third statement:
Expression $\exists y P(4,y)$ means: There is at least one $y$ such that $P(4,y)$ is satisfied. Check:
$2\cdot 4 +y=4y\\\\ -3y=-8\\\\ y=\dfrac{8}{3}$
So, third statement is false because only possible value for $y$ is a fraction.
Other statements are answered correct as well.