Is
$\forall x \forall y: P(x) \to Q(y)$
the same thing as
$(\forall x P(x)) \to (\forall y:Q(y))$
?
If not can someone give an example as to why it isn't?
I'm not getting the whole meaning of $\forall x \forall y:P(x) \to Q(y)$ at all. Does that mean for if $P(x)$ is satisfied, then $Q(y)$ is satisfied for all $y$? Or does it mean that if $P(x)$ is satisfied, then there is some $y$ out there that satisfied $Q(y)$?
Let $P(x)$ be a statement which is sometimes true and sometimes false; likewise for $Q(y)$. Then
So the two formulae do not mean the same thing.