signature (original) (raw)
A signature Σ is a set
where for each natural number n>0,
∙
ℛn is a (usually countable) set of n-ary relation symbols.
∙
ℱn is a (usually countable) set of n-ary function symbols.
∙
𝒞 is a (usually countable) set of constant symbols.
Given a signature Σ, a Σ-structure is then a structure 𝒜, whose underlying set is some set A, with elements 𝒜c∈A for each constant symbol c∈Σ, n-ary operations
𝒜f on A for each n-ary function symbol f∈Σ, for each n, and m-ary relations
𝒜R on A for each m-ary relation symbol R∈Σ.
On the other hand, every structure is associated with a signature. For every structure, it has an underlying set, together with a collection of “designated” objects that “define” the structure. These objects may be elements of the underlying set, operations on the set, or relations on the set. For each such “designated” object, pick a symbol for it. Make sure all symbols used are distinct from one another. Then the collection of all such symbols is a signature for the structure.
For most structures that we encounter, the set Σ is finite, but we allow it to be infinite, even uncountable, as this sometimes makes things easier, and just about everything still works when the signature is uncountable.
Examples:
- •
A signature of sets is the empty set.
- •
A signature of pointed sets is a singleton consisting of a constant symbol. - •
A signature of groups is a set {e,-1,⋅}, where- (a)
e (group identitysymbol) is a constant symbol,
- (b)
-1 (group inverse symbol) is a unary function symbol, and - (c)
⋅ (group multiplicationsymbol) is a binary function symbol.
- (a)
- •
A signature of fields is a set {0,1,-,-1,+,⋅}, where- (a)
- (b)
- (the additive inverse symbol) and -1 (the multiplicative inverse symbol) are the unary function symbols, and - (c)
- (addition symbol) ⋅ (multiplication symbol) are binary function symbols.
- •
A signature of posets is a singleton {≤}, where ≤ (partial ordering symbol) is a binary relation symbol. - •
A signature of vector spacesover a fixed field k consists of the following
- (a)
0 (additive identity symbol) is the constant symbol, - (b)
- (vector addition symbol) is the binary function symbol, and
- (c)
⋅r (multiplication by scalar r symbol) is the unary function symbol, for each r∈k.
- (a)
Remark. Given a signature Σ, the set L of logical symbols from first order logic, and a countably infinite set V of variables, we can form a first order language, consisting of all formulas
built from these symbols (in Σ∪L∪V). The language
so-created is uniquely determined by Σ. In the literature, it is a common practice to identify Σ both as a signature and the unique language it generates.