Login
first order language
Let $\Sigma$ be a signature. The first order language $\operatorname{FO}(\Sigma)$ on $\Sigma$ contains the following:
- the set $S(\Sigma)$ of symbols of $\operatorname{FO}(\Sigma)$ , which is the disjoint union of the following sets:
- $\Sigma$ (the non-logical symbols),
- a countably infinite set $V$ of variables,
- the set of logical symbols $\lbrace \And, \Or, \neg, \Implies, \Iff, \forall, \exists \rbrace$ ,
- the singleton consisting of the equality symbol $\lbrace =\rbrace$ , and
- the set of parentheses (left and right) $\lbrace (, )\rbrace$ ;
- the set $T(\Sigma)$ of terms of $\operatorname{FO}(\Sigma)$ , which is built inductively from $S(\Sigma)$ , as follows:
- Any variable $v\in V$ is a term;
- Any constant symbol in $\Sigma$ is a term;
- If $f$ is an $n$ -ary function symbol in $\Sigma$ , and $t_1,...,t_n$ are terms, then $f(t_1,...,t_n)$ is a term.
- the set $F(\Sigma)$ of formulas of $\operatorname{FO}(\Sigma)$ , which is built inductively from $T(\Sigma)$ , as follows:
- If $t_1$ and $t_2$ are terms, then $(t_1=t_2)$ is a formula;
- If $R$ is an $n$ -ary relation symbol and $t_1,...,t_n$ are terms, then $(R(t_1,...,t_n))$ is a formula;
- If $\varphi$ is a formula, then so is $(\neg\varphi)$ ;
- If $\varphi$ and $\psi$ are formulas, then so is $(\varphi\Or\psi)$ ;
- If $\varphi$ is a formula, and $x$ is a variable, then $(\exists x(\varphi))$ is a formula.
Formulas in 3(a) and 3(b), which do not contain any logical connectives, are called the atomic formulas.
For example, in the first order language of partially ordered rings, expressions such as $$0,\quad x^2,\quad\mbox{ and } \quad y+zx$$ are terms, while $$(x=xy),\quad (x+y \le yz),\quad \mbox{ and }\quad (\exists x ((x\le 0) \Or (0\le x)))$$ are formulas, and the first two of which are atomic.
Remarks.
- Generally, one omits parentheses in formulas, when there is no ambiguity. For example, a formula $(\varphi)$ can be simply written $\varphi$ . As such, the parentheses are also called the auxiliary symbols.
- The other logical symbols are obtained in the following way :








where $\varphi$ and $\psi$ are formulas. All logical symbols are used when building formulas. - In the literature, it is a common practice to write $\Sigma_{\omega \omega}$ for $\operatorname{FO}(\Sigma)$ . The first subscript means that every formula in $\operatorname{FO}(\Sigma)$ contains a finite number of $\vee$ 's (less than $\omega$ ), while the second subscript signifies that every formula has a finite number of $\exists$ 's. In general, $\Sigma_{\alpha\beta}$ denotes a language built from $\Sigma$ such that, in any given formula, the number of occurrences of $\vee$ is less than $\alpha$ and the number of occurrences of $\exists$ is less than $\beta$ . When the number of occurrences of $\vee$ (or $\exists$ ) in a formula is not limited, we use the symbol $\infty$ in place of $\alpha$ (or $\beta$ ). Clearly, if $\alpha$ and $\beta$ are not $\omega$ , we get a language that is not first-order.
First Order Languages as Formal Languages
If the signature $\Sigma$ and the set $V$ of variables are countable, then $S(\Sigma), T(\Sigma)$ , and $F(\Sigma)$ can be viewed as formal languages over a certain (finite) alphabet $\Gamma$ . The set $\Gamma$ should include all of the logical connectives, the equality symbol, and the parentheses, as well as the following symbols $$R,F,V,I,\#,$$ where they are used to form words for relation, formula, and variable symbols. More precisely,
- $VI^n\#$ stands for the variable $v_n$ ,
- $RI^n\#I^m\#$ stands for the $m$ -th relation symbol of arity $n$ , and
- $FI^n\#I^m\#$ stands for the $m$ -th function symbol of arity $n$ ,
Bibliography
- 1
- W. Hodges, A Shorter Model Theory, Cambridge University Press, (1997).
- 2
- D. Marker, Model Theory, An Introduction, Springer, (2002).
