In a textbook example about nested quantifiers, we had $P(x,y): x+y=0, x,y \in \mathbb{R}$. The examples stated the following
1.$\forall x \forall y P(x,y)$ is False, $(3+2 = 0)$
2.$\forall x \exists yP(x,y)$ is Correct ,$x + (-x) = 0$
3.$\exists x \forall yP(x,y)$ is False, $\forall y (c+y=0)$
I cannot fully understand the third example however. Where did $c$ came from? And why is $\forall y (c+y=0)$ given as example to prove that it is incorrect? Also, why does it differ so much from $\forall x \exists yP(x,y)$? I appreciate the help!
Just translate it into English. What is the third example saying? There exists an $x$ such that for all $y$, $x+y = 0$. It is saying that for all real numbers $y$, there is an element of the real numbers that "cancels" out $y$.
So, for example, there is an $x$ such that $x+1 = 0$ and $x+2 = 0$. This is, of course, nonsense. We know that it's not true (from your studies with the real numbers blah blah blah).
How does it differ from:
$$\forall x \exists y P(x,y)$$?
Again, look at what's being said in English. It's saying that for each real number $x$, there exists a real number $y$ such that $x+y = 0$. This is saying that every real number has a "negative", so to speak. In formal language, every real number has an additive inverse. The two statements are very different in the assertions they are making. The point is that interchanging quantifiers results in different statements entirely.