What does DTMC stand for
Discrete Time Markov Chain
What does PCTL stand for
Probabilistic Computation Tree Logic
What is the definition for when a TS (transition system) T satisfies a property
T ⊨ iff ∀s ∈ I.s ⊨ φ
or equivalently
T ⊨ φ ∀s ∈ I ⊆ sat(φ)
What is the definition of a satisfaction set
sat(ϕ) = {s ∣ s ⊧ ϕ}
“The satisfaction is the set of all states that satisfy the property ϕ)
What is the Global Algorithm
modelCheck(TS, phi) = {
return I ⊆ sat(phi)
}
What is the recursive bottom-up computation?
A method to find a solution to a PCTL formula by start from the bottom of a parse tree on the formula and working upwards. The solution, which is a satisfaction set, can be used to find a solution to the global algorithm!
The semantic definition for the probabilities for next, eventually/finally, and until, both bounded and unbounded
Check slides