Stuttering equivalence
In theoretical computer science, stuttering equivalence,[1] a relation written as
- π∼stπ',
can be seen as a partitioning of path π and π' into blocks, so that states in the kth block of one path are labeled (
) the same as states in the kth block of the other path. Corresponding blocks may have different lengths.
Formally, this can be expressed as two infinite paths
and
which are stuttering equivalent (
) if there are two infinite sequences of integers
and
such that for every block
holds
.
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.
[edit] References
- ^ Jan Friso Groote and Frits W. Vaandrager, An efficient algorithm for branching bisimulation and stuttering equivalence. In Proceedings of the 17th International Colloquium on Automata, Languages and Programming, Springer-Verlag, Lecture Notes in Computer Science, Volume 443, pages 626–638, 1990. doi:10.1.1.140.1834
| P ≟ NP | This theoretical computer science-related article is a stub. You can help Wikipedia by expanding it. |