I am trying to get a better understanding of the Löwenheim-Skolem Theorem, and so I'm working through the Tarski/Vaught paper "Arithmetical Extensions of Relational Systems."
The paper can be found here: https://eudml.org/doc/88848 .
The problem: Let a system $\langle A,R\rangle$ consist of objects $A$ together with relations $R$. For corollary 1.7, they state: If system $\mathfrak{G}=\langle B,S\rangle$ is an elementary extension of system $\mathfrak{R}=\langle A,R\rangle$, then $\mathfrak{G}$ is elementary equivalent to $\mathfrak{R}$.
To me, the above is stated as a general case. However, according to Wikipedia, because $\mathfrak{G}$ is an elementary extension it is only elementary equivalent to $\mathfrak{R}$ if we restrict ourselves to the objects of $\mathfrak{R}$, namely $A$. Therefore the general statement above of Tarski/Vaught would not be true.
Here is the quote from Wikipedia: "If $N$ is a substructure of $M$, then both $N$ and $M$ can be interpreted as structures in the signature $\sigma_N$ consisting of $\sigma$ together with a new constant symbol for every element of $N$. $N$ is an elementary substructure of $M$ if and only if $N$ is a substructure of $M$ and $N$ and $M$ are elementarily equivalent as $\sigma_N$-structures."
There is a similar statement about the non-generality of the above corollary 1.7 on model-theory wiki here: http://modeltheory.wikia.com/wiki/Elementary_extension .
Am I missing something... is this statement of the great Tarski... wrong?!?!?!?!
The condition of being an elementary substructure is a strengthening of the condition of being elementarily equivalent, not a restriction as you claim. We are not "restricted" to elements of $N$; rather, we are expanding the requirement of elementarily equivalence to allow ourselves to refer to elements of $N$.
To be more precise, to say that $M$ and $N$ are elementarily equivalent means that if $\varphi$ is any sentence, then $M\models\varphi$ iff $N\models\varphi$. Note that here $\varphi$ is restricted to be a sentence, so it cannot refer to individual elements of $M$ or $N$: all its variables must be quantified. On the other hand, to say that $N$ is an elementary submodel of $M$ means that if $\varphi(x_1,\dots,x_n)$ is any formula whose free variables are $x_1,\dots,x_n$ and $a_1,\dots,a_n\in N$, then $M\models\varphi(a_1,\dots,a_n)$ iff $N\models\varphi(a_1,\dots,a_n)$. This includes the case that $\varphi$ is a sentence (when $n=0$), but also allows $\varphi$ to have free variables that we interpret as specific elements of $N$. So this condition is stronger than elementary equivalence.
(Instead of allowing free variables for which you substitute elements of $N$, you can instead add constant symbols to your language that refer to each element of $N$, and use those constant symbols in place of the free variables. This is what the quote from Wikipedia is talking about.)