Stuttering equivalence

In theoretical computer science, stuttering equivalence,[1] a relation written as

The paths \pi and \pi' are stuttering equivalent.
\pi\sim_{st}\pi',

can be seen as a partitioning of path \pi and \pi' into blocks, so that states in the k^{\mathrm{th}} block of one path are labeled (L(\sdot)) the same as states in the k^{\mathrm{th}} block of the other path. Corresponding blocks may have different lengths.

Formally, this can be expressed as two infinite paths \pi=s_0, s_1, \ldots and \pi'=r_0, r_1, \ldots which are stuttering equivalent (\pi \sim_{st} \pi') if there are two infinite sequences of integers 0 = i_0 < i_1 < i_2 < \ldots and 0 = j_0 < j_1 < j_2 < \ldots such that for every block k \geq 0 holds L(s_{i_k}) = L(s_{i_k+1}) = \ldots = L(s_{i_{k+1}-1}) = L(r_{j_k}) = L(r_{j_k+1}) = \ldots = L(r_{j_{k+1}-1}).

Stuttering equivalence is not the same as bisimulation, since bisimulation cannot capture the semantics of the 'eventually' (or 'finally') operator found in linear temporal/computation tree logic(branching time logic)(modal logic). So-called branching bisimulation has to be used.

References

  1. Groote, Jan Friso; Vaandrager, Frits W. (1990). "An efficient algorithm for branching bisimulation and stuttering equivalence". In Paterson, Michael S. Proceedings of the 17th International Colloquium on Automata, Languages and Programming. Lecture Notes in Computer Science 443. Springer-Verlag. pp. 626–638. doi:10.1007/BFb0032063. ISBN 0-387-52826-1.


This article is issued from Wikipedia - version of the Friday, February 22, 2013. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.