Modal μ-calculus

In theoretical computer science, the modal μ-calculus (also μ-calculus, but 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 \nu.

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 fragments—linear 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 functional composition, and least and greatest fixed point operators; from this viewpoint, the modal μ-calculus is over the lattice of a powerset algebra.[3] The semantics of μ-calculus in general is related to two-player games with perfect information, particularly infinite parity games.[4]

Contents

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 \nu 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.

Semantics

Models of (propositional) μ-calculus is given are labelled transition systems (S, R, V) where:

Given a labelled transition system (S, R, V) and an interpretation i�: VAR \rightarrow 2^S , we interpret a formula:

Less formally, this means that, for a given transition system (S, R, V):

Satisfiability

Satisfiability of a modal μ-calculus formula is EXPTIME-complete.[5]

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. ^ Klaus Schneider (2004). Verification of reactive systems: formal methods and algorithms. Springer. p. 521. ISBN 9783540002963. http://books.google.com/books?id=Z92bL1VrD_sC&pg=PA521. 

References