HOME

TheInfoList



OR:

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 ...
, probabilistic bisimulation is an extension of the concept of
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 ...
for fully probabilistic
transition systems Transition or transitional may refer to: Mathematics, science, and technology Biology * Transition (genetics), a point mutation that changes a purine nucleotide to another purine (A ↔ G) or a pyrimidine nucleotide to another pyrimidine (C ↔ ...
first described by K.G. Larsen and A. Skou. A discrete probabilistic transition system is a triple : S = (\operatorname, \operatorname, \tau:\operatorname \times \operatorname\times \operatorname\rightarrow ,1 where \tau(s,a,t) gives the probability of starting in the state ''s'', performing the action ''a'' and ending up in the state ''t''. The set of states is assumed to be countable. There is no attempt to assign probabilities to actions. It is assumed that the actions are chosen nondeterministically by an adversary or by the environment. This type of system is fully probabilistic, there is no other indeterminacy. The definition of a probabilistic bisimulation on a system ''S'' is an equivalence relation ''R'' on the state space St, such that for every pair ''s'',''t'' in St with sRt and for every action a in Act and for every equivalence class ''C'' of ''R'' \tau(s,a,C) = \tau(t,a,C). Two states are said to be probabilistically bisimilar if there is some such ''R'' relating them. When applied to
Markov chains A Markov chain or Markov process is a stochastic model describing a sequence of possible events in which the probability of each event depends only on the state attained in the previous event. Informally, this may be thought of as, "What happe ...
, probabilistic bisimulation is the same concept as lumpability. Probabilistic bisimulation extends naturally to weighted bisimulation.


References

{{Reflist Theoretical computer science