Independence of clones criterion

From formulasearchengine
Revision as of 18:25, 20 July 2013 by en>Textorus (use who for people)
Jump to navigation Jump to search

Template:Expert-subject

Probabilistic Computation Tree Logic (PCTL) is an extension of computation tree logic (CTL) which allows for probabilistic quantification of described properties. It has been defined in the paper by Hansson and Jonsson.[1]

PCTL is a useful logic for stating soft deadline properties, e.g. "after a request for a service, there is at least a 98% probability that the service will be carried out within 2 seconds". Akin CTL suitability for model-checking PCTL extension is widely used as a property specification language for probabilistic model checkers.

PCTL syntax

One of the possible syntax of PCTL is defined as follows:

ϕ::=p|¬p|ϕϕ|ϕϕ|𝒫λ(ϕ𝒰ϕ)|𝒫λ(ϕ)

Therein, {<,,,>} is comparison operator and λ is a probability threshold.
Formulas of PCTL are interpreted over discrete Markov chains. An interpretation structure is a quadruple K=S,si,𝒯,L, where


A path σ from a state s0 is an infinite sequence of states s0s1sn. The n-th state of the path is denoted as σ[n] and the prefix of σ of length n is denoted as σn.

Probability measure

A probability measure μm of the set of path with the common prefix of length n is equal to the product of transitions probabilitites along the prefix of the path:

μm({σX:σn=s0sn})=𝒯(s0,s1)××𝒯(sn1,sn)

For n=0 the probability measure is equal to μm({σX:σ0=s0})=1.

Satisfaction relations

Satisfaction relations sKf, σKf are inductively defined as follows:

References