In
theoretical computer science
Theoretical computer science (TCS) is a subset of general computer science and mathematics that focuses on mathematical aspects of computer science such as the theory of computation, lambda calculus, and type theory.
It is difficult to circumsc ...
, a stutter bisimulation
['']Principles of Model Checking
''Principles of Model Checking'' is a textbook on model checking, an area of computer science that automates the problem of determining if a machine meets specification requirements. It was written by Christel Baier and Joost-Pieter Katoen, and p ...
'', by Christel Baier
Christel Baier (born 26 September 1965) is a German theoretical computer science, theoretical computer scientist known for her work in model checking, temporal logic, and automata theory. She is a professor at TU Dresden, where she holds the chai ...
and Joost-Pieter Katoen, The MIT Press, Cambridge, Massachusetts. is defined in a
coinductive manner, as is ''
bisimulation
In theoretical computer science a bisimulation is a binary relation between state transition systems, associating systems that behave in the same way in that one system simulates the other and vice versa.
Intuitively two systems are bisimilar if ...
''.
Let TS=(S,Act,→,I,AP,L) be a
transition system
In theoretical computer science, a transition system is a concept used in the study of computation. It is used to describe the potential behavior of discrete systems. It consists of states and transitions between states, which may be labeled wit ...
. A stutter bisimulation for TS is
a
binary relation
In mathematics, a binary relation associates elements of one set, called the ''domain'', with elements of another set, called the ''codomain''. A binary relation over Set (mathematics), sets and is a new set of ordered pairs consisting of ele ...
R on S such that for all (s
1,s
2) which is in R:
# L(s
1) = L(s
2).
# If s
1' is in Post(s
1) with (s
1',s
2) is not in R,
then there exists a finite path fragment s
2u
1…u
ns
2' with n≥0 and
(s
1,u
i) is in R, and (s
1',s
2') is in R.
# If s
2' is in Post(s
2) with (s
1,s
2') is not in R,
then there exists a finite path fragment s
1v
1…v
ns
1' with n≥0 and
(v
i,s
2) is in R, and (s
1',s
2') is in R.
References
{{reflist
Transition systems