Prove that $ \ \forall x \exists y \ P(x,y) \ $ and $ \ \exists y \forall x \ P(x,y) \ $ are not logically not equivalent in the domain $ \ \{-1,0,1 \} \ $.
Answer:
Let,
$ x=\{-1,0,1 \} \\ y=\{-1,0,1 \} $
Let $ P(x,y) \ $ be the property such that $ x +y \ $ is even number.
Then $ \forall x \exists y \ P(x,y) \ $ is true.
Because,
If $ x=-1 \ $ , then take $ y=1 \ $ such that $ x + y=0 \ $ is even
If $ x=0 \ $ , then take $ y=0 \ $ , such that $ x + y=0 \ $ is even
If $ x=1 \ $ , then take $ y=1 \ $ such that $ x + y =2 \ $ is even
But $ \ \exists y \forall x \ P(x,y) \ $ is $ False $
Am I right ?
I need help.