I have this propositional function:
$p(x,y):y-x=y+x^2$
and I have to find truth value for:
- $\forall{x}\exists{y}$ $p(x,y)$
- $\exists{y}\forall{x}$ $p(x,y)$
Set of all numbers is integer numbers $Z$. I am not sure if this is the same or not. My solution for both is $0$. Is this two propositions the same?