I'm trying to make sense of a theorem I came across recently:
$$\Sigma \vdash \theta \text{ iff }\Sigma \vdash \forall x \theta$$
Say $\theta$ is $(x=1)$, then we have $\Sigma \vdash (x=1)\text{ iff }\Sigma \vdash \forall x (x=1)$.
Well, $\Sigma \vdash \theta \Rightarrow \Sigma \models \theta$, which means for every structure $(\Bbb A)$ with universe $(A)$ and every assignment function $(s)$: $$(\forall \Bbb A)(\forall s)(\Bbb A \models \Sigma[s] \Rightarrow \Bbb A \models \theta[s])$$ and $$(\forall \Bbb A)(\forall s)(\forall a \in A)(\Bbb A \models \theta[s(x|a)])$$ where $s(x|a)(v) = \{s(v) \text{ if v is not x}, a \text{ if v is x}\}$.
But then doesn't this mean that with ANY structure and ANY universe associated with it and EVERY assignment function that every $x$ is $1$?