substructures, superstructures, and their elementary counterparts

110 Views Asked by At

Suppose we have structures $M \subseteq N \subseteq P$ in some first order language. If $M \prec N$ and $M \prec P$, does it follow that $N \prec P$? If not, what is a counterexample?

1

There are 1 best solutions below

0
On BEST ANSWER

From $M\preceq N$ and $M\preceq P$ it only follows that $N\equiv_M P$. For a counter example consider the following structures of signature $L=\{<\}$.

$P=\{0,1\}\times {\mathbb Z}$ ordered with the lexicographic order.

$M=\{0\}\times{\mathbb Z}$

$N=\{0\}\times{\mathbb Z}\ \cup\ \{1\}\times 2{\mathbb Z}$, where $2{\mathbb Z}$ is the set of even integers.

Then $M\preceq N$ and $M\preceq P$ as required. But clearly $N\not\preceq P$.