I have been reading a lecture notes on model theory of valued fields written by Lou van den Dries. This is the question I have:
It is known in this lecture that:
Let $R$ be a local ring, with $t\in R$ and $n\in \mathbb{N}$ such that: $\text{char}~k=0$ ($k$ is the residue field of $R$), $M=tR$ ($M$ is the maximal ideal of $R$), $t^n\ne0$, $t^{n+1}=0$. Then we have a ring isomorphism $R\cong k[T]/(T^{n+1})$.
By the fact above how can I prove the following:
For each sentence $\sigma$ in the language $L_t:=L\cup\{t\}$, where $L$ is the language of ring and $t$ is a new constant symbol, there is a sentence $\sigma_n$ in $L$ such that for any $R,n,t$ as mentioned above, we have $(R,t)\models\sigma \Leftrightarrow k\models \sigma_n $?
The author said that this is an easy consequence of the above fact; however I cannot see it :(
This is an instance of interpretability. See Wikipedia for a general discussion of the concept.
In our case, we have an interpretation of the structure $(R,t,0,1,+,-,\cdot)$ in the structure $(k,0,1,+,-,\cdot)$, as follows:
Now to show that any sentence in $L_t$ can be translated to a sentence in $L$, do induction on the complexity of the sentence. Replace each term with an $(n+1)$-tuple of terms according to the translation above. Replace $t = t'$ by $\bigwedge_{i=0}^n (t_i = t'_i)$, where the $t_i$ are the $n+1$ components of $t$, and similarly for $t'$. Replace a quantifier with a block of $n$ quantifiers, one for each coefficient. Do you see how to fill in the details?