Institution (computer science)

From HandWiki

The notion of institution was created by Joseph Goguen and Rod Burstall in the late 1970s, in order to deal with the "population explosion among the logical systems used in computer science". The notion attempts to "formalize the informal" concept of logical system.[1] The use of institutions makes it possible to develop concepts of specification languages (like structuring of specifications, parameterization, implementation, refinement, and development), proof calculi, and even tools in a way completely independent of the underlying logical system. There are also morphisms that allow to relate and translate logical systems. Important applications of this are re-use of logical structure (also called borrowing), and heterogeneous specification and combination of logics.

The spread of institutional model theory has generalized various notions and results of model theory, and institutions themselves have impacted the progress of universal logic.[2][3]

Definition

The theory of institutions does not assume anything about the nature of the logical system. That is, models and sentences may be arbitrary objects; the only assumption is that there is a satisfaction relation between models and sentences, telling whether a sentence holds in a model or not. Satisfaction is inspired by Tarski's truth definition, but can in fact be any binary relation. A crucial feature of institutions is that models, sentences, and their satisfaction, are always considered to live in some vocabulary or context (called signature) that defines the (non-logic) symbols that may be used in sentences and that need to be interpreted in models. Moreover, signature morphisms allow to extend signatures, change notation, and so on. Nothing is assumed about signatures and signature morphisms except that signature morphisms can be composed; this amounts to having a category of signatures and morphisms. Finally, it is assumed that signature morphisms lead to translations of sentences and models in a way that satisfaction is preserved. While sentences are translated along with signature morphisms (think of symbols being replaced along the morphism), models are translated (or better: reduced) against signature morphisms. For example, in the case of a signature extension, a model of the (larger) target signature may be reduced to a model of the (smaller) source signature by just forgetting some components of the model.

Let [math]\displaystyle{ \mathbf{Cat}^{\mathrm{op}} }[/math] denote the opposite of the category of small categories. An institution formally consists of

  • a category [math]\displaystyle{ \mathbf{Sign} }[/math] of signatures,
  • a functor [math]\displaystyle{ \mathit{Sen} \colon \mathbf{Sign} \to }[/math] [math]\displaystyle{ \mathbf{Set} }[/math] giving, for each signature [math]\displaystyle{ \Sigma }[/math], the set of sentences [math]\displaystyle{ \mathit{Sen}(\Sigma) }[/math], and for each signature morphism [math]\displaystyle{ \sigma \colon \Sigma \to \Sigma' }[/math], the sentence translation map [math]\displaystyle{ \mathit{Sen}(\sigma) \colon \mathit{Sen}(\Sigma) \to \mathit{Sen}(\Sigma') }[/math], where often [math]\displaystyle{ \mathit{Sen}(\sigma)(\varphi) }[/math] is written as [math]\displaystyle{ \sigma(\varphi) }[/math],
  • a functor [math]\displaystyle{ \mathbf{Mod} \colon \mathbf{Sign} \to \mathbf{Cat}^{\mathrm{op}} }[/math] giving, for each signature [math]\displaystyle{ \Sigma }[/math], the category of models [math]\displaystyle{ \mathbf{Mod}(\Sigma) }[/math], and for each signature morphism [math]\displaystyle{ \sigma \colon \Sigma \to \Sigma' }[/math], the reduct functor [math]\displaystyle{ \mathbf{Mod}(\sigma) \colon \mathbf{Mod}(\Sigma') \to \mathbf{Mod}(\Sigma) }[/math], where often [math]\displaystyle{ \mathbf{Mod}(\sigma)(M') }[/math] is written as [math]\displaystyle{ M'|_{\sigma} }[/math],
  • a satisfaction relation [math]\displaystyle{ {\models_{\Sigma}} \subseteq|{\mathbf{Mod}(\Sigma)| \times \mathit{Sen}(\Sigma)} }[/math] for each [math]\displaystyle{ \Sigma \in \mathbf{Sign} }[/math],

such that for each [math]\displaystyle{ \sigma \colon \Sigma \to \Sigma' }[/math] in [math]\displaystyle{ \mathbf{Sign} }[/math], the following satisfaction condition holds:

[math]\displaystyle{ M' \models_{\Sigma'} \sigma(\varphi) \quad\text{if and only if}\quad M'|_{\sigma} \models_{\Sigma} \varphi }[/math]

for each [math]\displaystyle{ M' \in \mathbf{Mod}(\Sigma') }[/math] and [math]\displaystyle{ \varphi \in \mathit{Sen}(\Sigma) }[/math].

The satisfaction condition expresses that truth is invariant under change of notation (and also under enlargement or quotienting of context).

Strictly speaking, the model functor ends in the "category" of all large categories.

Examples of institutions

See also

References

  1. J. A. Goguen; R. M. Burstall (1992), "Institutions: Abstract model theory for specification and programming", Journal of the ACM 39 (1): 95–146, doi:10.1145/147508.147524 
  2. Razvan Diaconescu (2012), "Three decades of institution theory", Universal Logic: An Anthology, Springer, pp. 309–322, https://www.springer.com/gp/book/9783034601443 
  3. T. Mossakowski; J. A. Goguen; R. Diaconescu; A. Tarlecki (2007), "What is a logic?: In memoriam Joseph Goguen", Logica Universalis: Towards a General Theory of Logic (2nd ed.), Birkhäuser, Basel, pp. 113–133, doi:10.1007/978-3-7643-8354-1_7 

Further reading

External links