CTL*

From Wikipedia, the free encyclopedia
(Redirected from CTL Star)

CTL* is a superset of computational tree logic (CTL) and linear temporal logic (LTL). It freely combines path quantifiers and temporal operators. Like CTL, CTL* is a branching-time logic. The formal semantics of CTL* formulae are defined with respect to a given Kripke structure.

History[edit]

LTL had been proposed for the verification of computer programs, first by Amir Pnueli in 1977. Four years later in 1981 E. M. Clarke and E. A. Emerson invented CTL and CTL model checking. CTL* was defined by E. A. Emerson and Joseph Y. Halpern in 1983.[1]

CTL and LTL were developed independently before CTL*. Both sublogics have become standards in the model checking community, while CTL* is of practical importance because it provides an expressive testbed for representing and comparing these and other logics. This is surprising[citation needed] because the computational complexity of model checking in CTL* is not worse than that of LTL: they both lie in PSPACE.

Syntax[edit]

The language of well-formed CTL* formulae is generated by the following unambiguous (with respect to bracketing) context-free grammar:

where ranges over a set of atomic formulas. Valid CTL*-formulae are built using the nonterminal . These formulae are called state formulae, while those created by the symbol are called path formulae. (The above grammar contains some redundancies; for example as well as implication and equivalence can be defined as just for Boolean algebras (or propositional logic) from negation and conjunction, and the temporal operators X and U are sufficient to define the other two.)

The operators basically are the same as in CTL. However, in CTL, every temporal operator () has to be directly preceded by a quantifier, while in CTL* this is not required. The universal path quantifier may be defined in CTL* in the same way as for classical predicate calculus , although this is not possible in the CTL fragment.

Examples of formulae[edit]

  • CTL* formula that is neither in LTL or in CTL:
  • LTL formula that is not in CTL:
  • CTL formula that is not in LTL:
  • CTL* formula that is in CTL and LTL:

Remark: When taking LTL as subset of CTL*, any LTL formula is implicitly prefixed with the universal path quantifier .

Semantics[edit]

The semantics of CTL* are defined with respect to some Kripke structure. As the names imply, state formulae are interpreted with respect to the states of this structure, while path formulae are interpreted over paths on it.

State formulae[edit]

If a state of the Kripke structure satisfies a state formula it is denoted . This relation is defined inductively as follows:

  1. for all paths starting in
  2. for some path starting in

Path formulae[edit]

The satisfaction relation for path formulae and a path is also defined inductively. For this, let denote the sub-path :

Decision problems[edit]

CTL* model checking (of an input formula on a fixed model) is PSPACE-complete [2] and the satisfiability problem is 2EXPTIME-complete.[2][3]

See also[edit]

References[edit]

  1. ^ Emerson, E. Allen; Halpern, Joseph Y. (1983). ""Sometimes" and "Not Never" revisited". Proceedings of the 10th ACM SIGPLAN-SIGACT Symposium on Principles of Programming Languages - POPL '83. pp. 127–140. doi:10.1145/567067.567081. ISBN 0897910907. S2CID 15728260.
  2. ^ a b Baier, Christel; Katoen, Joost-Pieter (2008-01-01). Principles of Model Checking (Representation and Mind Series). The MIT Press. ISBN 978-0262026499.
  3. ^ Orna Kupferman; Moshe Y. Vardi (June 1999). "Church's problem revisited". Bulletin of Symbolic Logic. 5 (2): 245–263. doi:10.2307/421091. JSTOR 421091. S2CID 18833301.

External links[edit]