Trustworthy Systems

On the meaning of transition system specifications

Authors

Rob van Glabbeek

DATA61

UNSW Sydney

Abstract

Transition System Specifications provide programming and specification languages with a semantics. They provide the meaning of a closed term as a process graph: a state in a labelled transition system. At the same time they provide the meaning of an n-ary operator, or more generally an open term with n free variables, as an n-ary operation on process graphs. The classical way of doing this, the closed-term semantics, reduces the meaning of an open term to the meaning of its closed instantiations. It makes the meaning of an operator dependent on the context in which it is employed. Here I propose an alternative process graph semantics of TSSs that does not suffer from this drawback. Semantic equivalences on process graphs can be lifted to open terms conform either the closed-term or the process graph semantics. For pure TSSs the latter is more discriminating. I consider five sanity requirements on the semantics of programming and specification languages equipped with a recursion construct: compositionality, applied to n-ary operators, recursion and variables, invariance under α-conversion, and the recursive definition principle, saying that the meaning of a recursive call should be a solution of the corresponding recursion equations. I establish that the satisfaction of four of these requirements under the closed-term semantics of a TSS implies their satisfaction under the process graph semantics.

BibTeX Entry

  @inproceedings{vanGlabbeek_19_4,
    address          = {Amsterdam, The Netherlands},
    author           = {van Glabbeek, Robert},
    booktitle        = {Combined 26th International Workshop on Expressiveness in Concurrency and 16th Workshop on
                        Structural Operational Semantics},
    date             = {2019-8-22},
    doi              = {https://doi.org/10.4204/EPTCS.300.5},
    editor           = {{Jorge A. P\'{e}rez \& Jurriaan Rot}},
    issn             = {2075-2180},
    keywords         = {Structural operational semantics; transition system specifications; open terms; process graph
                        semantics; compositionality.},
    month            = aug,
    pages            = {69--85},
    paperurl         = {https://trustworthy.systems/publications/full_text/vanGlabbeek_19_4.pdf},
    publisher        = {Open Publishing Association},
    series           = {EPTCS 300},
    title            = {On the Meaning of Transition System Specifications},
    volume           = {300},
    year             = {2019}
  }

Download