I wondered, if $\forall x\, \exists y\, R(x,y)$ is equivalent to $\exists y\, \forall x\, R(x,y)$.
If $R(x, y) = (x < y)$ then the answer would appear to be no.
In the first case, for all $x$, does there exist a $y$ such that $x < y$? Sure, just pick $y = x + 1$.
In the second case, it says there exists a $y$ such that $x < y$ holds for all $x$. But any $x$ that is greater than or equal to $y$ would make this false.
So it seems that the order of the quantifiers matter, but then we have this proof:
∃x ∀y R(x, y) [Hypothesis]
Let c be a constant such that ∀y R(c, y)
∀y R(c, y)
Given constant d:
R(c, d) [∀ elim]
∃x R(x, d) [∃ intro]
∀y ∃x R(x, y) [∀ intro]
∀y ∃x R(x, y) [∃ elim]
Here it seems to imply we can swap the order if we start out with an exists quantifier coming first?
In other words is it true that:
$\forall x\, \exists y\, R(x,y) \not\rightarrow \exists y\, \forall x\, R(x,y)$ (how would we actually prove this?)
But:
$\exists y\, \forall x\, R(x,y) \rightarrow \forall x\, \exists y\, R(x,y)$
$\def\fitch#1#2{\quad\begin{array}{|l}#1\\\hline #2\end{array}}$
Okay, now, that was a valid derivation for that implication, but to introduce equivalence you also need to derive the converse; which you cannot do.
$$\fitch{}{\fitch{\exists x\forall y~xRy}{\fitch{[c]~\forall y~cRy}{\fitch{[u]}{cRu\\\exists x~xRu}\\\forall y~\exists x~xRy}\\\forall y~\exists x~xRy}\\\exists x~\forall y~xRy\to\forall y~\exists x~xRy\\\fitch{\forall y~\exists x~xRy}{\fitch{[u]}{\exists x~xRu\\\fitch{[c]~cRu}{...\text{cannot introduce the universal at this point}}}\\\ldots\text{cannot conclude the }\exists\forall\text{ statement}}\\\ldots\text{unable to derive the converse statememt}}$$
Now, there are interpretations of the relation $R$ for which the converse will be true, but it is not so in general.
Rather than fallaciously declaring it proven to be a not-implication ($\vdash a\nrightarrow b$), we should correctly state that it is not proven to be an implication ($\nvdash a\to b$).