Demuéstralo o pon un contraejemplo: $\forall x \exists y(Q(y)\wedge P(x))\vDash \exists y\forall x(Q(y)\wedge P(x))$
Creo que esta afirmación es cierta:
$x$ y $y$ no son libres, por lo que puedo utilizar las siguientes equivalencias lógicas: $$\forall x(\alpha \vee \beta) \equiv \alpha \vee \forall x(\beta)$$ $$\exists x(\alpha \vee \beta) \equiv \alpha \vee \exists x(\beta)$$
$\forall x\exists y(Q(y)\wedge P(x))\Rightarrow\exists y(Q(y)\wedge\forall xP(x)) \Rightarrow \exists y(\forall xP(x)\wedge Q(y))\Rightarrow\forall xP(x)\wedge \exists yQ(y) \Rightarrow\exists y(\forall xP(x)\wedge Q(y))\Rightarrow\exists y( Q(y)\wedge\forall xP(x))\Rightarrow\exists y(\forall x( Q(y)\wedge P(x)))$
$\mathbf{\Rightarrow\exists y\forall x( Q(y)\wedge P(x))}$
$$$$ ¿Lo he entendido bien? Gracias.