I have read an article in Wikipedia. https://en.wikipedia.org/wiki/Prenex_normal_form
$(\forall x\phi)\lor\psi\Leftrightarrow\forall x(\phi\lor\psi)$
$(\exists x\phi)\land\psi\Leftrightarrow\exists x(\phi\land\psi)$
$(\exists x\phi)\rightarrow\psi\Leftrightarrow\forall x(\phi\rightarrow\psi)$
$\psi\rightarrow(\forall x\phi)\Leftrightarrow\forall x(\psi\rightarrow\phi)$
$(\forall x\phi)\land\psi\Leftrightarrow\forall x(\phi\land\psi)$
$(\exists x\phi)\lor\psi\Leftrightarrow\exists x(\phi\lor\psi)$
$(\forall x\phi)\rightarrow\psi\Leftrightarrow\exists x(\phi\rightarrow\psi)$
$\psi\rightarrow(\exists x\phi)\Leftrightarrow\exists x(\psi\rightarrow\phi)$
I notice that all the equivalences are under the condition that $x$ does not appear as a free variable of $\psi$ , but the last four equivalences need an additional condition that $\exists x\top$.
So my question is what does $\exists x\top$ mean (I couldn't understand the note "meaning that at least one individual exists" in Wikipedia)? If possible, please tell me why the last four equivalences need the additional condition while the previous four don't need.
Since $\top$ always holds, the condition $\exists x \top$ just states that the ambiant structure is not empty. You can safely replace it with $\exists x \ x = x$.
The fact that the structure is not empty is relevant because in an empty structure, any statement of the form $\forall x \, \varphi (x)$ is (vacuously) true.
eg. for the equivalence $(\forall x\phi)\land\psi\Leftrightarrow\forall x(\phi\land\psi)$ you run into problem if you set $\psi := \bot$ since in the empty structure the right hand side holds while the left hand side does not.