Prove or disprove: $\exists x \forall y \,\,\varphi \models \forall y \exists x \,\ \varphi$
where $\varphi$ is a first-order-logic formula
About notation: I call LHS as $A$ and RHS as $B$. Then $A \models B$ means that $B$ is true in every structure in wich $A$ is true. Now question is if this is the case here, with proof.
Let's say we have $\varphi : = R(x,y)$ where $R$ stands for relation.
Then LHS says that
For some $x$, all $y$ are such that $R(x,y)$
RHS says that
For any $y$, there is a $x$ such that $R(x,y)$
Now if we expand those two sentences, we have for LHS:
There exists a $x \in \mathbb{N}$, such that for any number $y$, we have that $x >y$. This is wrong because there can't be number that is greater than all numbers.
For RHS we have:
For any $y \in \mathbb{N}$, there exists a number $x$ such that $x > y$. This is correct because for any number there is always a bigger number.
For this reason we have no model here and this means the statement is false.
I like to know if this is correct pls because I need it for exam and I would do it like that in exam if they ask similar question?

You are given $\exists x\forall y\;\varphi(x,y)$. So let $x_0$ be such that $\forall y\;\varphi(x_0,y)$. In particular, for arbitrary $y$, we have $\varphi(x_0,y)$.
Now let $y$ be arbitrary. As just seen, we have $\varphi(x_0,y)$, hence $\exists x\;\varphi(x,y)$. As $y$ was arbitrary, $\forall y\exists x\;\varphi(x,y)$, as was to be shown.