Term algebra

{{Short description|Freely generated algebraic structure over a given signature}}

In universal algebra and mathematical logic, a term algebra is a freely generated algebraic structure over a given signature.{{cite book|author1=Wilfrid Hodges|title=A Shorter Model Theory|url=https://archive.org/details/shortermodeltheo00hodg|url-access=limited|year=1997|publisher=Cambridge University Press|isbn=0-521-58713-1|pages=[https://archive.org/details/shortermodeltheo00hodg/page/n61 14]}}{{cite book|author1=Franz Baader|author2-link=Tobias Nipkow|author2=Tobias Nipkow|title=Term Rewriting and All That|year=1998|publisher=Cambridge University Press|isbn=0-521-77920-0|pages=49|url=https://books.google.com/books?id=N7BvXVUCQk8C&q=%22Term+algebra%22|author1-link=Franz Baader}} For example, in a signature consisting of a single binary operation, the term algebra over a set X of variables is exactly the free magma generated by X. Other synonyms for the notion include absolutely free algebra and anarchic algebra.{{cite book|author1=Klaus Denecke|author2=Shelly L. Wismath|title=Universal Algebra and Coalgebra|url=https://books.google.com/books?id=NgTAzhC8jVAC&pg=PA21|year=2009|publisher=World Scientific|isbn=978-981-283-745-5|pages=21–23}}

From a category theory perspective, a term algebra is the initial object for the category of all X-generated algebras of the same signature, and this object, unique up to isomorphism, is called an initial algebra; it generates by homomorphic projection all algebras in the category.{{cite book|author=T.H. Tse|title=A Unifying Framework for Structured Analysis and Design Models: An Approach Using Initial Algebra Semantics and Category Theory|year=2010|publisher=Cambridge University Press|isbn=978-0-511-56989-0|pages=46–47|doi=10.1017/CBO9780511569890|author-link=T.H. Tse}}{{cite book|editor1-first=Walter Alexandre|editor1-last=Carnielli|editor2-first=Itala M. L.|editor2-last=D'Ottaviano|editor2-link=Itala D'Ottaviano|title=Advances in Contemporary Logic and Computer Science: Proceedings of the Eleventh Brazilian Conference on Mathematical Logic, May 6-10, 1996, Salvador, Bahia, Brazil|chapter-url=https://books.google.com/books?id=tEU9OcjwhXUC&pg=PA9|access-date=18 April 2011|year=1999|publisher=American Mathematical Society|isbn=978-0-8218-1364-5|page=9|chapter=The mathematical structure of logical syntax|author=Jean-Yves Béziau|author-link=Jean-Yves Béziau}}

A similar notion is that of a Herbrand universe in logic, usually used under this name in logic programming,{{cite book|author=Dirk van Dalen|title=Logic and Structure|url=https://books.google.com/books?id=4u9gQ6pctuIC&pg=PA108|year=2004|publisher=Springer|isbn=978-3-540-20879-2|page=108}} which is (absolutely freely) defined starting from the set of constants and function symbols in a set of clauses. That is, the Herbrand universe consists of all ground terms: terms that have no variables in them.

An atomic formula or atom is commonly defined as a predicate applied to a tuple of terms; a ground atom is then a predicate in which only ground terms appear. The Herbrand base is the set of all ground atoms that can be formed from predicate symbols in the original set of clauses and terms in its Herbrand universe.{{cite book|author=M. Ben-Ari|title=Mathematical Logic for Computer Science|url=https://books.google.com/books?id=hzWlEy1qqR8C&pg=PA148|year=2001|publisher=Springer|isbn=978-1-85233-319-5|pages=148–150}}{{cite book|author=Monroe Newborn|title=Automated Theorem Proving: Theory and Practice|url=https://books.google.com/books?id=Kwv1_UXYE8QC&pg=PA43|year=2001|publisher=Springer|isbn=978-0-387-95075-4|page=43}} These two concepts are named after Jacques Herbrand.

Term algebras also play a role in the semantics of abstract data types, where an abstract data type declaration provides the signature of a multi-sorted algebraic structure and the term algebra is a concrete model of the abstract declaration.

Universal algebra

A type \tau is a set of function symbols, with each having an associated arity (i.e. number of inputs). For any non-negative integer n, let \tau_n denote the function symbols in \tau of arity n. A constant is a function symbol of arity 0.

Let \tau be a type, and let X be a non-empty set of symbols, representing the variable symbols. (For simplicity, assume X and \tau are disjoint.) Then the set of terms T(X) of type \tau over X is the set of all well-formed strings that can be constructed using the variable symbols of X and the constants and operations of \tau. Formally, T(X) is the smallest set such that:

  • X \cup \tau_0 \subseteq T(X)   — each variable symbol from X is a term in T(X), and so is each constant symbol from \tau_0.
  • For all n \geq 1 and for all function symbols f \in \tau_n and terms t_1, ..., t_n \in T(X), we have the string f(t_1, ..., t_n) \in T(X)   — given n terms t_1, ..., t_n, the application of an n-ary function symbol f to them represents again a term.

The term algebra \mathcal{T}(X) of type \tau over X is, in summary, the algebra of type \tau that maps each expression to its string representation. Formally, \mathcal{T}(X) is defined as follows:{{cite book|author=Stanley Burris; H. P. Sankappanavar|title=A Course in Universal Algebra

|url=https://link.springer.com/book/9781461381327|year=1981|publisher=Springer|isbn=978-1-4613-8132-7|pages=68–69, 71}}

  • The domain of \mathcal{T}(X) is T(X).
  • For each nullary function f in \tau_0, f^{\mathcal{T}(X)}() is defined as the string f.
  • For all n \geq 1 and for each n-ary function f in \tau and elements t_1, ..., t_n in the domain, f^{\mathcal{T}(X)}(t_1, ..., t_n) is defined as the string f(t_1, ..., t_n).

A term algebra is called absolutely free because for any algebra \mathcal{A} of type \tau, and for any function g : X \to \mathcal{A}, g extends to a unique homomorphism g^\ast : \mathcal{T}(X) \to \mathcal{A}, which simply evaluates each term t \in \mathcal{T}(X) to its corresponding value g^\ast(t) \in \mathcal{A}. Formally, for each t \in \mathcal{T}(X):

  • If t \in X, then g^\ast(t) = g(t).
  • If t = f \in \tau_0, then g^\ast(t) = f^\mathcal{A}().
  • If t = f(t_1, ..., t_n) where f \in \tau_n and n \geq 1, then g^\ast(t) = f^\mathcal{A}(g^\ast(t_1), ..., g^\ast(t_n)).

Example

As an example type inspired from integer arithmetic can be defined by \tau_0 = \{ 0,1 \}, \tau_1=\{\}, \tau_2=\{ +,* \}, and \tau_i=\{\} for each i > 2.

The best-known algebra of type \tau has the natural numbers as its domain and interprets 0, 1, +, and * in the usual way; we refer to it as \mathcal{A}_{nat}.

For the example variable set X = \{ x,y \}, we are going to investigate the term algebra \mathcal{T}(X) of type \tau over X.

First, the set T(X) of terms of type \tau over X is considered.

We use {{color|red|red color}} to flag its members, which otherwise may be hard to recognize due to their uncommon syntactic form.

We have e.g.

  • {\color{red}x} \in T(X), since x \in X is a variable symbol;
  • {\color{red}1} \in T(X), since 1 \in \tau_0 is a constant symbol; hence
  • {\color{red}+x1} \in T(X), since + is a 2-ary function symbol; hence, in turn,
  • {\color{red}*+x1x} \in T(X) since * is a 2-ary function symbol.

More generally, each string in T(X) corresponds to a mathematical expression built from the admitted symbols and written in Polish prefix notation;

for example, the term {\color{red}*+x1x} corresponds to the expression (x+1)*x in usual infix notation. No parentheses are needed to avoid ambiguities in Polish notation; e.g. the infix expression x+(1*x) corresponds to the term {\color{red}+x*1x}.

To give some counter-examples, we have e.g.

  • {\color{red}z} \not\in T(X), since z is neither an admitted variable symbol nor an admitted constant symbol;
  • {\color{red}3} \not\in T(X), for the same reason,
  • {\color{red}+1} \not\in T(X), since + is a 2-ary function symbol, but is used here with only one argument term (viz. {\color{red}1}).

Now that the term set T(X) is established, we consider the term algebra \mathcal{T}(X) of type \tau over X.

This algebra uses T(X) as its domain, on which addition and multiplication need to be defined.

The addition function +^{\mathcal{T}(X)} takes two terms p and q and returns the term {\color{red}+}pq; similarly, the multiplication function *^{\mathcal{T}(X)} maps given terms p and q to the term {\color{red}*}pq.

For example, *^{\mathcal{T}(X)}( {\color{red}+x1} , {\color{red}x} ) evaluates to the term {\color{red}*+x1x}.

Informally, the operations +^{\mathcal{T}(X)} and *^{\mathcal{T}(X)} are both "sluggards" in that they just record what computation should be done, rather than doing it.

As an example for unique extendability of a homomorphism consider g: X \to \mathcal{A}_{nat} defined by g(x) = 7 and g(y) = 3.

Informally, g defines an assignment of values to variable symbols, and once this is done, every term from T(X) can be evaluated in a unique way in \mathcal{A}_{nat}.

For example,

:\begin{array}{lll}

& g^*({\color{red}+x1}) \\

= & g^*({\color{red}x}) + g^*({\color{red}1}) & \text{ since } g^* \text{ is a homomorphism } \\

= & g({\color{red}x}) + g^*({\color{red}1}) & \text{ since } g^* \text{ coincides on } X \text{ with } g \\

= & 7 + g^*({\color{red}1}) & \text{ by definition of } g \\

= & 7 + 1 & \text{ since } g^* \text{ is a homomorphism } \\

= & 8 & \text{ according to the well-known arithmetical rules in } \mathcal{A}_{nat} \\

\end{array}

In a similar way, one obtains g^*({\color{red}*+x1x}) = ... = 8 * g({\color{red}x}) = ... = 56.

Herbrand base

{{Main| Herbrand interpretation | Herbrand structure}}

The signature σ of a language is a triple <O, F, P> consisting of the alphabet of constants O, function symbols F, and predicates P. The Herbrand baseRogelio Davila. [http://www.rogeliodavila.com.mx/Programacion%20Logica/PL%20Notas/AnsProlog%20Overview.ppt Answer Set Programming Overview]. of a signature σ consists of all ground atoms of σ: of all formulas of the form R(t1, ..., tn), where t1, ..., tn are terms containing no variables (i.e. elements of the Herbrand universe) and R is an n-ary relation symbol (i.e. predicate). In the case of logic with equality, it also contains all equations of the form t1 = t2, where t1 and t2 contain no variables.

Decidability

{{Confusing|talk=|date=October 2018}}

Term algebras can be shown decidable using quantifier elimination. The complexity of the decision problem is in NONELEMENTARY because binary constructors are injective and thus pairing functions.Jeanne Ferrante; Charles W. Rackoff (1979). The Computational Complexity of Logical Theories. Springer, Chapter 8, Theorem 1.2.

See also

References

{{Reflist}}

{{Refbegin}}

{{Refend}}

Further reading

  • Joel Berman (2005). [http://homepages.math.uic.edu/~berman/structure-free.pdf "The structure of free algebras"]. In Structural Theory of Automata, Semigroups, and Universal Algebra. Springer. pp. 47–76. {{MR|2210125}}.