- In logic, a signature is a collection of data which prescribes the ‘alphabet’ of non-logical symbols of a logical theory, saying which operations and predicates are taken to be primitive.
- The signature of a structure is the union of the collection of constant symbols, function symbols, and relation symbols in the language of said structure.
from DisCoPy
- a simple signature is given by a pair of sets and a pair of functions
- : the set of generating objects
- : the set of generating morphisms
- ↳ a graph
- A morphism of signatures is a pair of functions
- which commute with and
- morphism
- ↳ my guess
- graph homomorphism?
free category generated by signature
- given a simple signature , the free category generated by is defined as
- objects: given by
- morphisms: all possible combinations of arrows in that connects
- identity is the empty list of path
- composition is given by list concatenation