Is there a difference between $\exists x(\phi(x) \rightarrow \forall y\phi(y))$ and $\exists x \phi(x) \rightarrow \forall y\phi(y)$?
The first one is the Drinker's paradox, which is a true in an non-empty domain (see here). But isn't the second one also true in a non-empty domain? I'm suspicious because I've never seen the Drinker's paradox written the second way.
Let the domain be $\{1,2\}$ and let $\phi(1) = \top$ and $\phi(2) = \bot$. The first statement is true since for $x=2$, we have $\neg\phi(x)$. The second is false since $\exists x \phi(x)$ is true (since $\phi(1) = \top$), but $\forall y \phi(y)$ is false (since $\phi(y) =\bot$).