[guided]A closed $L_{\mathrm{or}}$-term is built from the symbols $0$, $1$, unary minus, addition, and multiplication, with no variables. We prove by structural induction that such a term always denotes an integer multiple of the multiplicative identity.
For the base cases, the closed term $0$ denotes
\begin{align*}
0_F = 0 \cdot 1_F,
\end{align*}
and the closed term $1$ denotes
\begin{align*}
1_F = 1 \cdot 1_F.
\end{align*}
Thus the associated integers are $0$ and $1$.
For the inductive steps, suppose closed terms $s$, $s_1$, and $s_2$ have associated integers $n_s$, $n_{s_1}$, and $n_{s_2}$, meaning that in every ordered field $F$,
\begin{align*}
s^F &= n_s \cdot 1_F, \\
s_1^F &= n_{s_1} \cdot 1_F, \\
s_2^F &= n_{s_2} \cdot 1_F.
\end{align*}
If $t = -s$, then
\begin{align*}
t^F = -s^F = (-n_s)\cdot 1_F,
\end{align*}
so $n_t = -n_s$. If $t = s_1 + s_2$, then
\begin{align*}
t^F = s_1^F + s_2^F = (n_{s_1}+n_{s_2})\cdot 1_F,
\end{align*}
so $n_t = n_{s_1}+n_{s_2}$. If $t = s_1 \cdot s_2$, then
\begin{align*}
t^F = s_1^F s_2^F = (n_{s_1}n_{s_2})\cdot 1_F,
\end{align*}
so $n_t = n_{s_1}n_{s_2}$. These are exactly the term-forming operations of $L_{\mathrm{or}}$, so the induction proves the claim.[/guided]