[guided]We now inspect the quantifier-free formula $\psi(x,a)$. Since it has no quantifiers, it is a finite Boolean combination of atomic formulas. In the ordered-ring language, atomic formulas compare two terms: they have the form
\begin{align*}
s(x,a)=t(x,a)
\end{align*}
or
\begin{align*}
s(x,a)<t(x,a),
\end{align*}
where $s(x,a)$ and $t(x,a)$ are $\mathcal{L}_{\mathrm{or}}$-terms.
What are such terms? The language has only the ring operations $+$, $-$, and $\cdot$, together with the constants $0$ and $1$. Since the extra symbols $a$ are parameters from $F$, every term $s(x,a)$ denotes a polynomial function in the variables $x_1,\dots,x_n$ with coefficients in $F$, and the same is true for $t(x,a)$. Therefore the difference $q=s-t$ is a polynomial in $F[X_1,\dots,X_n]$.
The equality atom is exactly the polynomial equation
\begin{align*}
q(x)=0.
\end{align*}
The strict inequality atom is
\begin{align*}
q(x)<0,
\end{align*}
which is the same as
\begin{align*}
(-q)(x)>0.
\end{align*}
Since $-q \in F[X_1,\dots,X_n]$, this is one of the allowed basic polynomial positivity conditions. Finally, the Boolean connectives in $\psi$ translate into finite unions, intersections, and complements of the corresponding basic sets. Thus the set defined by $\psi$, and hence the original set $A$, is a finite Boolean combination of polynomial equalities and strict polynomial inequalities over $F$. This proves that $A$ is semialgebraic over $F$.[/guided]