Im having the following problem:
If variable $x$ is bound in formula $\phi$, then $\phi\models\forall x \phi$.
It confuses me becouse if $x$ is already bound in $\phi$, then how is formula $\forall x \phi$ interpreted?
I concluded that if $A$ is a model of $\phi$, where variable is bound, then certainly $\phi$ has a same model as $\forall x \phi$, and $\phi \models \forall x \phi$. But i know this is not formal enough.
Thanks in advance.
In any model $M,$ $M\models\forall x\phi$ is iff for each $c\in M$ if we replace the unbound instances of $x$ in $\phi$ with $c$ then this new formula is also true in $M$.
Thus $M\models\forall x\phi$ since if we replace all free x in $\phi$ (i.e. none) then the new formula is also true. In other words there is nothing which $\forall x$ actually does (no free variables which it quantifies over) thus $M\models \phi$ iff $M\models \forall x \phi$.
This is a bit in the same flavor as saying if $a \in A$ then $a \in A\cup \emptyset$.