vault backup: 2025-04-30 20:03:22
This commit is contained in:
parent
843d701ad8
commit
68e895e061
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ The behavior of such a server can be implemented by three processes in parallel:
|
||||||
|
|
||||||
$$S \triangleq send.\overline{put} \quad M \triangleq put.\overline{go} \quad R \triangleq go.\overline{rcv}$$
|
$$S \triangleq send.\overline{put} \quad M \triangleq put.\overline{go} \quad R \triangleq go.\overline{rcv}$$
|
||||||
$$Impl \triangleq (S|M|R)\setminus\{put, go\}$$
|
$$Impl \triangleq (S|M|R)\setminus\{put, go\}$$
|
||||||
exercise: prove the weak bisimilarity
|
exercise: prove the weak bisimilarity between the spec and the implementation.
|
||||||
|
|
||||||
Let us consider the parallel of processes M and R, by using the axiom for parallel, we have $$\vdash M|R=put.(\overline{go}|R)+go.(M|\overline{rcv})$$
|
Let us consider the parallel of processes M and R, by using the axiom for parallel, we have $$\vdash M|R=put.(\overline{go}|R)+go.(M|\overline{rcv})$$
|
||||||
By using the same axiom to the parallel of the three processes, we obtain
|
By using the same axiom to the parallel of the three processes, we obtain
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue