if M be a model and $\alpha$ and $ \beta$ be two formula the following is False:
$ M \models \forall x ( \alpha \to \beta)$ if and only if $ M \models \forall x \alpha$ has conclusion $ M \models \forall x \beta $
My question is why this is a false statement !?
It might be helpful to verbalise as follows:
Left hand side: for every $x\in M$, if $\alpha(x)$ is true then so is $\beta(x)$. On the right hand side: if ($\forall x \in M \alpha(x)$) then ($\forall x \in M \beta(x)$)
Then, it should be clear that we can make a following counterexample: $\alpha(0)$ is false, $\alpha(1)$ is true, $\beta(0)$ and $\beta(1)$ are both true. Then $\alpha(0)\rightarrow \beta(0)$ is false, so the left hand side is false, but the right hand side is true. Hope this is helpful!