vault backup: 2025-04-28 08:47:04

This commit is contained in:
Marco Realacci 2025-04-28 08:47:04 +02:00
parent 9b50fc51be
commit 1103ed5d9f
3 changed files with 17 additions and 6 deletions

View file

@ -36,6 +36,18 @@ $\approx$ is a
*Proof:*
take the symmetric closure of the following relations, that can be easily shown to be weak simulations:
1. $S = \{ P,\tau.P \}\cup Id$
2. $S=\{ M+N+\tau.N,M+\tau.N \}\cup Id$
3. $S=\\{ (M+\alpha.P+) \}$
1. $S = \{ (P,\tau.P )\}\cup Id$
2. $S=\{ (M+N+\tau.N,M+\tau.N )\}\cup Id$
3. $S=\{ ((M+\alpha.P+\alpha.(N+\tau.P), M+\alpha.(N+\tau.P)) \} \cup Id$
#### Weak bisimilarity abstracts from any $\tau$
![](../../Pasted%20image%2020250428084340.png)
**There exists no weak bisimulation S that contains (P, Q).**
*Proof:*
By contr. suppose that a bisimulation exists
Since Q −τ→ b.0, there must exist a P such that P ⇒ P and (P,b.0) ∈ S The only P that satisfies P ⇒ P is P itself
hence it should be (P,b.0) ∈ S
Contradiction: P can perform a whereas b.0 cannot !!
Similarly, P/R and Q/R are NOT weakly bisimilar