Institution (computer science)
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
- Common logic
- Common Algebraic Specification Language (CASL)
- First-order logic
- Higher-order logic
- Intuitionistic logic
- Modal logic
- Propositional logic
- Temporal logic
- Web Ontology Language (OWL)
See also
References
- ↑ 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
- ↑ Razvan Diaconescu (2012), "Three decades of institution theory", Universal Logic: An Anthology, Springer, pp. 309–322, https://www.springer.com/gp/book/9783034601443
- ↑ 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
- J. A. Goguen; R. M. Burstall (1984), "Introducing institutions", Logics of Programs: Proceedings of the Logics of Programming Workshop 1983, Lecture Notes in Computer Science, 164, Springer, Berlin, Germany, pp. 221–256, doi:10.1007/3-540-12896-4_366, ISBN 978-3-540-12896-0. This was the first publication on institution theory and the preliminary version of Goguen and Burstall (1992).
- J. Meseguer (1989), "General logics", Logic Colloquium '87: Proceedings of the Colloquium held in Granada, Spain, 129, Elservier, pp. 274–307
- J. A. Goguen; G. Rosu (2002), "Institution morphisms", Formal Aspects of Computing 13 (3–5): 274–307, doi:10.1007/s001650200013
- D. Sannella; A. Tarlecki (1988), "Specifications in an arbitrary institution", Information and Computation 76 (2–3): 165–210, doi:10.1016/0890-5401(88)90008-9
- R. Diaconescu (2008), Institution-independent Model Theory, Birkhäuser, Basel, https://www.springer.com/birkhauser/mathematics/book/978-3-7643-8707-5
External links
- Răzvan Diaconescu, "Institution Theory", Internet Encyclopedia of Philosophy, https://iep.utm.edu/insti-th/, retrieved January 31, 2021
- Joseph Goguen (2006), Institutions, University of California, San Diego, http://www-cse.ucsd.edu/users/goguen/projs/inst.html, retrieved January 31, 2021
- Formalism, Logic, Institution - Relating, Translating and Structuring. Includes large bibliography.
- Răzvan Diaconescu, Selected Publications, Simion Stoilow Institute of Mathematics of the Romanian Academy, http://www.imar.ro/~diacon/publications.html#Institutions__institution-independent, retrieved January 31, 2021. Contains recent work on institutional model theory.
Original source: https://en.wikipedia.org/wiki/Institution (computer science).
Read more |