Consider $\forall x(Px\implies Qx)$. Which of the following are syntactic consequence of the former?: (i)$\forall xPx $, (ii) $\exists x Px$, (iii) $\exists x (Px\wedge Qx)$, (iv) $\neg\exists x (Px\wedge \neg Qx)$.
I managed to solve the four parts, it would be great if someone could check them up.
First, $\forall x(Px\implies Qx)$ would be trivially true if there is no $x$ such that $Px.$ This could prove (i)-(iii) false giving a model of the premise that is not of the conclusion.
(i) Consider the model M= $\{\{a,b,P,Q\};a,b;\{a\},\{a\}\}$. Then $M(Pa)=M(Qa)=T$ which means $M(Pa\implies Qa)=T$, and since $M(Pb)=F$ we have $M(Pb\implies Qb)=T$; here I conclude $M(\forall x (Px\implies Qx))=T$ but $M(Pb)=F$ so $M(\forall xPx)=F$.
(ii) Define the relation $P$ as the empty set, then for an interpretation $M$ is $M(Px)=F$ for each $x$ -this is, $M(\exists x Px)=F$-, but $M(Px\implies Qx)=T$ for each $x$ because $Px$ is never true.
(iii) False because of (ii).
(iv) This seems to be true. Checking the syntactical consequence:
$1.\forall x (Px\implies Qx) \;(Pre.) \\ 2. \exists x(Px\wedge \neg Qx)\; (Assumption)\\ 3. Pa \\ 4. \neg Qa \\5. \neg (Pa\implies Qa)\\ 6. \neg \forall x (Px\implies Qx)\;(Contradiction)\\7.\neg\exists x(Px\implies \neg Qx)$