Modal μ-calculus

In theoretical computer science, the modal μ-calculus (, Lμ, sometimes just μ-calculus, although this can have a more general meaning) is an extension of propositional modal logic (with many modalities) by adding a least fixpoint operator μ and a greatest fixpoint operator , thus a fixed-point logic.

The (propositional, modal) μ-calculus originates with Dana Scott and Jaco de Bakker,[1] and was further developed by Dexter Kozen into the version most used nowadays. It is used to describe properties of labelled transition systems and for verifying these properties. Many temporal logics can be encoded in the μ-calculus, including CTL* and its widely used fragmentslinear temporal logic and computational tree logic.[2]

An algebraic view is to see it as an algebra of monotonic functions over a complete lattice, with operators consisting of functional composition plus the least and greatest fixed point operators; from this viewpoint, the modal μ-calculus is over the lattice of a power set algebra.[3] The game semantics of μ-calculus is related to two-player games with perfect information, particularly infinite parity games.[4]

Syntax

Let P (propositions) and A (actions) be two finite sets of symbols, and let V be a countably infinite set of variables. The set of formulas of (propositional, modal) μ-calculus is defined as follows:

(The notions of free and bound variables are as usual, where is the only binding operator.)

Given the above definitions, we can enrich the syntax with:

The first two formulas are the familiar ones from the classical propositional calculus and respectively the minimal multimodal logic K.

The notation (and its dual) are inspired from the lambda calculus; the intent is to denote the least (and respectively greatest) fixed point of the expression where the "minimization" (and respectively "maximization") are in the variable Z, much like in lambda calculus is a function with formula in bound variable Z;[5] see the denotational semantics below for details.

Denotational semantics

Models of (propositional) μ-calculus are given as labelled transition systems where:

Given a labelled transition system and an interpretation of the variables of the -calculus, , is the function defined by the following rules:

By duality, the interpretation of the other basic formulas is:

Less formally, this means that, for a given transition system :

The interpretations of and are if fact the "classical" ones from dynamic logic. Additionally, the operator can be interpreted as liveness ("something good eventually happens") and as safety ("nothing bad ever happens") in Leslie Lamport's informal classification.[6]

Examples

Decision problems

Satisfiability of a modal μ-calculus formula is EXPTIME-complete.[8] As for Linear Temporal Logic,[9] model checking, satisfiability and validity problems of linear modal μ-calculus are PSPACE-complete.[10]

See also

Notes

  1. Kozen p. 333.
  2. Clarke p.108, Theorem 6; Emerson p. 196
  3. Arnold and Niwiński, pp. viii-x and chapter 6
  4. Arnold and Niwiński, pp. viii-x and chapter 4
  5. Arnold and Niwiński, p. 14
  6. 1 2 Bradfield and Stirling, p. 731
  7. 1 2 Erich Grädel; Phokion G. Kolaitis; Leonid Libkin; Maarten Marx; Joel Spencer; Moshe Y. Vardi; Yde Venema; Scott Weinstein (2007). Finite Model Theory and Its Applications. Springer. p. 159. ISBN 978-3-540-00428-8.
  8. Klaus Schneider (2004). Verification of reactive systems: formal methods and algorithms. Springer. p. 521. ISBN 978-3-540-00296-3.
  9. Sistla, A. P.; Clarke, E. M. (1985-07-01). "The Complexity of Propositional Linear Temporal Logics". J. ACM. 32 (3): 733–749. doi:10.1145/3828.3837. ISSN 0004-5411.
  10. Vardi, M. Y. (1988-01-01). "A Temporal Fixpoint Calculus". Proceedings of the 15th ACM SIGPLAN-SIGACT Symposium on Principles of Programming Languages. POPL '88. New York, NY, USA: ACM: 250–259. doi:10.1145/73560.73582. ISBN 0897912527.

References

External links

This article is issued from Wikipedia - version of the 10/28/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.