$\exists x \forall y P(x,y) \equiv \forall y \exists x P(x,y)$
I was told they were not, but I don't see how it can be true.
$\exists x \forall y P(x,y) \equiv \forall y \exists x P(x,y)$
I was told they were not, but I don't see how it can be true.
Let $ P(x,y) $ be the statement '$ x $ loves $ y $', where $ x $ and $ y $ are variables ranging over all individuals from a selected group of people. The LHS reads 'there is someone who loves everyone'. The RHS reads 'everyone is loved by someone'. The LHS can be made false while the RHS made true, if the group of people is carefully chosen.
It is a theorem of the predicate calculus, though, that $ (\exists x)(\forall y)P(x,y) \rightarrow (\forall y)(\exists x)P(x,y) $. The formal proof of this, using the Hilbert Deduction System, is as follows:
Notice that the theorem does not contradict what I said earlier about $ (\exists x)(\forall y)P(x,y) $ being false and $ (\forall y)(\exists x)P(x,y) $ being true. As $ \text{False} \rightarrow \text{True} $ is true, there is no contradiction.
If you try to prove the converse of the theorem, namely $ (\forall y)(\exists x)P(x,y) \rightarrow (\exists x)(\forall y)P(x,y) $, you will realize that no amount of fiddling with the rules of the Hilbert Deduction System will get you anywhere. Therefore, $ (\forall y)(\exists x)P(x,y) $ is generally weaker than $ (\exists x)(\forall y)P(x,y) $.
Finally, the difference between the concepts of 'continuity' and 'uniform continuity' is due precisely to the fact that $ (\forall y)(\exists x)P(x,y) $ can be weaker than $ (\exists x)(\forall y)P(x,y) $. Let $ f $ be a real-valued function on $ \mathbb{R} $. Expressing the continuity of $ f $ in symbols, we get $$ (\forall \epsilon)(\forall x)(\exists \delta)(\forall y)(|x - y| < \delta \rightarrow |f(x) - f(y)| < \epsilon). $$ Expressing the uniform continuity of $ f $ in symbols, we get $$ (\forall \epsilon)(\exists \delta)(\forall x)(\forall y)(|x - y| < \delta \rightarrow |f(x) - f(y)| < \epsilon). $$ Notice the swap in the middle-two quantifiers from $ (\forall x)(\exists \delta) $ to $ (\exists \delta)(\forall x) $. Hence, by the theorem, we expect uniform continuity to imply continuity. However, continuity does not imply uniform continuity. For example, the exponential function is continuous but not uniformly continuous.
Take the more concrete statements: $\forall {n \in \mathbb{N}}\ \exists {m \in \mathbb{N}}: m > n$ versus $\exists {m \in \mathbb{N}}\ \forall {n \in \mathbb{N}}: m > n$. Now the first statement reads: For every natural number there's a bigger one. The second statement reads: There's a biggest natural number.
Quantifiers of different type don't commute. However, quantifiers of the same type do: $\exists x \ \exists y \equiv \exists y \ \exists x$ and $\forall x \ \forall y \equiv \forall y \ \forall x$.
Not the same. Compare
(RHS) "Every person has some father or other"
with
(LHS) "There's some guy who fathered every person in the human race"