Ground expression: Difference between revisions
→Examples: fix |
No edit summary |
||
(5 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{Short description|Term that does not contain any variables}} |
{{Short description|Term that does not contain any variables}} |
||
{{Formal languages}} |
|||
In [[mathematical logic]], a '''ground term''' of a [[formal system]] is a [[Term (logic)|term]] that does not contain any [[Variable (mathematics)|variables]]. Similarly, a '''ground formula''' is a [[Well formed formula|formula]] that does not contain any variables. |
In [[mathematical logic]], a '''ground term''' of a [[formal system]] is a [[Term (logic)|term]] that does not contain any [[Variable (mathematics)|variables]]. Similarly, a '''ground formula''' is a [[Well formed formula|formula]] that does not contain any variables. |
||
In [[First-order logic#Equality and its axioms|first-order logic with identity]], the [[Sentence (mathematical logic)|sentence]] <math>Q(a) \lor P(b)</math> is a ground formula |
In [[First-order logic#Equality and its axioms|first-order logic with identity]] with constant symbols <math>a</math> and <math>b</math>, the [[Sentence (mathematical logic)|sentence]] <math>Q(a) \lor P(b)</math> is a ground formula. A '''ground expression''' is a ground term or ground formula. |
||
==Examples== |
==Examples== |
||
Line 13: | Line 14: | ||
* <math>s(0) = 1</math> and <math>0 + 0 = 0</math> are ground formulae. |
* <math>s(0) = 1</math> and <math>0 + 0 = 0</math> are ground formulae. |
||
==Formal |
==Formal definitions== |
||
What follows is a formal definition for [[first-order language]]s. Let a first-order language be given, with <math>C</math> the set of constant symbols |
What follows is a formal definition for [[first-order language]]s. Let a first-order language be given, with <math>C</math> the set of constant symbols, <math>F</math> the set of functional operators, and <math>P</math> the set of [[predicate symbol]]s. |
||
===Ground |
===Ground term=== |
||
A '''{{visible anchor|ground term}}''' is a [[Term (logic)|term]] that contains no variables. Ground terms may be defined by logical recursion (formula-recursion): |
A '''{{visible anchor|ground term}}''' is a [[Term (logic)|term]] that contains no variables. Ground terms may be defined by logical recursion (formula-recursion): |
||
Line 32: | Line 33: | ||
If <math>p \in P</math> is an <math>n</math>-ary predicate symbol and <math>\alpha_1, \alpha_2, \ldots, \alpha_n</math> are ground terms, then <math>p\left(\alpha_1, \alpha_2, \ldots, \alpha_n\right)</math> is a ground predicate or ground atom. |
If <math>p \in P</math> is an <math>n</math>-ary predicate symbol and <math>\alpha_1, \alpha_2, \ldots, \alpha_n</math> are ground terms, then <math>p\left(\alpha_1, \alpha_2, \ldots, \alpha_n\right)</math> is a ground predicate or ground atom. |
||
Roughly speaking, the [[Herbrand base]] is the set of all ground atoms, while a [[Herbrand interpretation]] assigns a [[truth value]] to each ground atom in the base. |
Roughly speaking, the [[Herbrand base]] is the set of all ground atoms,<ref>{{MathWorld |id=GroundAtom |title=Ground Atom |author=Alex Sakharov |access-date=October 20, 2022 |ref= }}</ref> while a [[Herbrand interpretation]] assigns a [[truth value]] to each ground atom in the base. |
||
===Ground formula=== |
===Ground formula=== |
Latest revision as of 15:11, 23 March 2024
Part of a series on |
Formal languages |
---|
In mathematical logic, a ground term of a formal system is a term that does not contain any variables. Similarly, a ground formula is a formula that does not contain any variables.
In first-order logic with identity with constant symbols and , the sentence is a ground formula. A ground expression is a ground term or ground formula.
Examples
[edit]Consider the following expressions in first order logic over a signature containing the constant symbols and for the numbers 0 and 1, respectively, a unary function symbol for the successor function and a binary function symbol for addition.
- are ground terms;
- are ground terms;
- are ground terms;
- and are terms, but not ground terms;
- and are ground formulae.
Formal definitions
[edit]What follows is a formal definition for first-order languages. Let a first-order language be given, with the set of constant symbols, the set of functional operators, and the set of predicate symbols.
Ground term
[edit]A ground term is a term that contains no variables. Ground terms may be defined by logical recursion (formula-recursion):
- Elements of are ground terms;
- If is an -ary function symbol and are ground terms, then is a ground term.
- Every ground term can be given by a finite application of the above two rules (there are no other ground terms; in particular, predicates cannot be ground terms).
Roughly speaking, the Herbrand universe is the set of all ground terms.
Ground atom
[edit]A ground predicate, ground atom or ground literal is an atomic formula all of whose argument terms are ground terms.
If is an -ary predicate symbol and are ground terms, then is a ground predicate or ground atom.
Roughly speaking, the Herbrand base is the set of all ground atoms,[1] while a Herbrand interpretation assigns a truth value to each ground atom in the base.
Ground formula
[edit]A ground formula or ground clause is a formula without variables.
Ground formulas may be defined by syntactic recursion as follows:
- A ground atom is a ground formula.
- If and are ground formulas, then , , and are ground formulas.
Ground formulas are a particular kind of closed formulas.
See also
[edit]- Open formula – formula that contains at least one free variable
- Sentence (mathematical logic) – In mathematical logic, a well-formed formula with no free variables
References
[edit]- ^ Alex Sakharov. "Ground Atom". MathWorld. Retrieved October 20, 2022.
- Dalal, M. (2000), "Logic-based computer programming paradigms", in Rosen, K.H.; Michaels, J.G. (eds.), Handbook of discrete and combinatorial mathematics, p. 68
- Hodges, Wilfrid (1997), A shorter model theory, Cambridge University Press, ISBN 978-0-521-58713-6
- First-Order Logic: Syntax and Semantics