vault backup: 2025-04-14 08:49:56
This commit is contained in:
parent
493d36cf07
commit
7f4d6e4ef7
3 changed files with 8 additions and 2 deletions
|
@ -60,4 +60,10 @@ If S contained one among (p1,q1) or (p1,q2), then it would not be a simulation:
|
|||
|
||||
p0 is simulated by q0: $$S = {(p0, q0), (p1, q2), (p2, q3)}$$
|
||||
q0 is simulated by p0: $$S′ ={(q0,p0),(q1,p1),(q2,p1),(q3,p2)}$$
|
||||
However, p0 and q0 are not bisimilar: the transition q0 -> a -> q1 is not bisimulable by any transition from p0 (ndeed, p0 –a–> p1 does not suffice, because p1 can perform a b and so cannot be bisimilar to q1).
|
||||
However, p0 and q0 are not bisimilar: the transition q0 -> a -> q1 is not bisimulable by any transition from p0 (ndeed, p0 –a–> p1 does not suffice, because p1 can perform a b and so cannot be bisimilar to q1).
|
||||
|
||||
#### Bisimulation is NOT isomorfism
|
||||

|
||||
|
||||
$S = \{(p0,q0), (p1,q1), (p2,q1), (p0,q2)\}$
|
||||
$S^{−1} = \{(q0,p0), (q1,p1), (q1,p2), (q2,p0)\}$
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue