Signature (logic): Difference between revisions

Source: Wikipedia, the free encyclopedia.
Content deleted Content added
→‎Definition: A predicate is strictly a Boolean-valued function. A relation is not logically equivalent to a predicate. Some relations are not functions.
Line 7: Line 7:
Formally, a (single-sorted) '''signature''' can be defined as a triple σ = (''S''<sub>func</sub>, ''S''<sub>rel</sub>, ar), where ''S''<sub>func</sub> and ''S''<sub>rel</sub> are disjoint [[Set (mathematics)|sets]] not containing any other basic logical symbols, called respectively
Formally, a (single-sorted) '''signature''' can be defined as a triple σ = (''S''<sub>func</sub>, ''S''<sub>rel</sub>, ar), where ''S''<sub>func</sub> and ''S''<sub>rel</sub> are disjoint [[Set (mathematics)|sets]] not containing any other basic logical symbols, called respectively
* ''function symbols'' (examples: +, &times;, 0, 1) and
* ''function symbols'' (examples: +, &times;, 0, 1) and
* ''relation symbols'' (examples: ≤, ∈),
* ''relation symbols'' or ''predicates'' (examples: ≤, ∈),

and a function ar: ''S''<sub>func</sub>&nbsp;<math>\cup</math>&nbsp;''S''<sub>rel</sub> → <math>\mathbb N</math> which assigns a natural number called ''[[arity]]'' to every function or relation symbol. A function or relation symbol is called ''n''-ary if its arity is ''n''. A nullary (''0''-ary) function symbol is called a ''constant symbol''.
and a function ar: ''S''<sub>func</sub>&nbsp;<math>\cup</math>&nbsp;''S''<sub>rel</sub> → <math>\mathbb N</math> which assigns a natural number called ''[[arity]]'' to every function or relation symbol. A function or relation symbol is called ''n''-ary if its arity is ''n''. A nullary (''0''-ary) function symbol is called a ''constant symbol''.

Revision as of 20:47, 15 April 2020

In logic, especially mathematical logic, a signature lists and describes the non-logical symbols of a formal language. In universal algebra, a signature lists the operations that characterize an algebraic structure. In model theory, signatures are used for both purposes.

Signatures play the same role in mathematics as type signatures in computer programming. They are rarely made explicit in more philosophical treatments of logic.

Definition

Formally, a (single-sorted) signature can be defined as a triple σ = (Sfunc, Srel, ar), where Sfunc and Srel are disjoint sets not containing any other basic logical symbols, called respectively

  • function symbols (examples: +, ×, 0, 1) and
  • relation symbols or predicates (examples: ≤, ∈),

and a function ar: Sfunc  Srel which assigns a natural number called arity to every function or relation symbol. A function or relation symbol is called n-ary if its arity is n. A nullary (0-ary) function symbol is called a constant symbol.

A signature with no function symbols is called a relational signature, and a signature with no relation symbols is called an algebraic signature.[1] A finite signature is a signature such that Sfunc and Srel are finite. More generally, the cardinality of a signature σ = (Sfunc, Srel, ar) is defined as |σ| = |Sfunc| + |Srel|.

The language of a signature is the set of all well formed sentences built from the symbols in that signature together with the symbols in the logical system.

Other conventions

In universal algebra the word type or similarity type is often used as a synonym for "signature". In model theory, a signature σ is often called a vocabulary, or identified with the

0
.

As the formal definition is inconvenient for everyday use, the definition of a specific signature is often abbreviated in an informal way, as in:

"The standard signature for abelian groups is σ = (+,−,0), where − is a unary operator."

Sometimes an algebraic signature is regarded as just a list of arities, as in:

"The similarity type for abelian groups is σ = (2,1,0)."

Formally this would define the function symbols of the signature as something like f0 (nullary), f1 (unary) and f2 (binary), but in reality the usual names are used even in connection with this convention.

In

propositional logic is also a formula of first-order logic
.

An example for an infinite signature uses Sfunc = {+} ∪ {fa: aF} and Srel = {=} to formalize expressions and equations about a vector space over an infinite scalar field F, where each fa denotes the unary operation of scalar multiplication by a. This way, the signature and the logic can be kept single-sorted, with vectors being the only sort.[2]

Use of signatures in logic and algebra

In the context of

non-logical symbols, because together with the logical symbols they form the underlying alphabet over which two formal languages
are inductively defined: The set of terms over the signature and the set of (well-formed) formulas over the signature.

In a structure, an interpretation ties the function and relation symbols to mathematical objects that justify their names: The interpretation of an n-ary function symbol f in a structure A with domain A is a function fAAn → A, and the interpretation of an n-ary relation symbol is a relation RA ⊆ An. Here An = A × A × ... × A denotes the n-fold cartesian product of the domain A with itself, and so f is in fact an n-ary function, and R an n-ary relation.

Many-sorted signatures

For many-sorted logic and for many-sorted structures signatures must encode information about the sorts. The most straightforward way of doing this is via symbol types that play the role of generalized arities.[3]

Symbol types

Let S be a set (of sorts) not containing the symbols × or →.

The symbol types over S are certain words over the alphabet : the relational symbol types s1 × … × sn, and the functional symbol types s1 × … × sns′, for non-negative integers n and . (For n = 0, the expression s1 × … × sn denotes the empty word.)

Signature

A (many-sorted) signature is a triple (S, P, type) consisting of

  • a set S of sorts,
  • a set P of symbols, and
  • a map type which associates to every symbol in P a symbol type over S.

Notes

  1. ^ Mokadem, Riad; Litwin, Witold; Rigaux, Philippe; Schwarz, Thomas (September 2007). "Fast nGram-Based String Search Over Data EncodedUsing Algebraic Signatures" (PDF). 33rd International Conference on Very Large Data Bases (VLDB). Retrieved 27 February 2019.
  2. ^ George Grätzer (1967). "IV. Universal Algebra". In James C. Abbot (ed.). Trends in Lattice Theory. Princeton/NJ: Van Nostrand. pp. 173–210. Here: p.173.
  3. ^ Many-Sorted Logic, the first chapter in Lecture notes on Decision Procedures, written by Calogero G. Zarba.

References

External links