Herbrand structure

1

In first-order logic, a Herbrand structure S is a structure over a vocabulary σ that is defined solely by the syntactical properties of σ. The idea is to take the symbol strings of terms as their values, e.g. the denotation of a constant symbol c is just "c" (the symbol). It is named after Jacques Herbrand. Herbrand structures play an important role in the foundations of logic programming.

Herbrand universe

Definition

The Herbrand universe serves as the universe in the Herbrand structure.

Example

Let Lσ, be a first-order language with the vocabulary then the Herbrand universe of Lσ (or σ) is {c, f(c), g(c), f(f(c)), f(g(c)), g(f(c)), g(g(c)), ...}. Notice that the relation symbols are not relevant for a Herbrand universe.

Herbrand structure

A Herbrand structure interprets terms on top of a Herbrand universe.

Definition

Let S be a structure, with vocabulary σ and universe U. Let W be the set of all terms over σ and W0 be the subset of all variable-free terms. S is said to be a Herbrand structure iff U = W0 f(t1, ..., tn) = f(t1, ..., tn) for every n-ary function symbol f ∈ σ and t1, ..., tn ∈ W0

Remarks

Examples

For a constant symbol c and a unary function symbol f(.) we have the following interpretation: fc → fc, ffc → ffc, ...

Herbrand base

In addition to the universe, defined in, and the term denotations, defined in , the Herbrand base completes the interpretation by denoting the relation symbols.

Definition

A Herbrand base is the set of all ground atoms whose argument terms are elements of the Herbrand universe.

Examples

For a binary relation symbol R, we get with the terms from above:

This article is derived from Wikipedia and licensed under CC BY-SA 4.0. View the original article.

Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc.
Bliptext is not affiliated with or endorsed by Wikipedia or the Wikimedia Foundation.

Edit article