I have been reading the book by richard kaye, on peano arithmetic. In section 2.1, he gave the following statement.
"$\mathbb{Z}[X]$ is made into a $L_A$ structure by defining an order $<$ making $X$ 'infinitely large' "
($L_A$ here means language of arithmetic)
So exactly what does the author meant by that statement, I pondered about it for a way and cant figure out. Any help is appreciated.
Cheers
As you pointed out, it's not entirely clear what the author meant but I have a good feeling that I know what they had in mind:
$L_{A}$ - the language of arithmetic - includes two constant symbols $\dot{0},\dot{1}$, one (or two - depending on your convention) relation symbols $\dot{\prec}$ (,\dot{=}) and two function symbols $\dot{\circ}$ and $\dot{+}$. If we want to consider $\mathbb Z[X]$ as an $L_{A}$-structure, we must decide how to interpret all these symbols in this structure. The interpretation of $\dot{0}, \dot{1}$ should be clear (it's the zero polynomial and constant polynomial with value $1 \in \mathbb Z$ respectively). The interpretation of $\dot{\circ}, \dot{+}$ is given by polynomial multiplication and addition respectively. The interpretation of $\dot{=}$ is equality.
What remains now is the interpretation of $\dot{\prec}$. Call this interpretation $<$. We want that $(\mathbb Z[X]; 0,1, +, \circ, \prec)$ is an ordered ring and here is what we can do to achieve this.
Evaluating $\prec$ with only this information given can be quite painful so let me spare you some time and tell you that $$ f \prec g \iff g-f \text{ has non-negative leading coefficient}. $$ It's a good exercise to prove that this equivalence holds.