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

This commit is contained in:
Marco Realacci 2025-04-28 08:52:04 +02:00
parent 1103ed5d9f
commit 7918f22383

View file

@ -50,4 +50,13 @@ Since Q −τ→ b.0, there must exist a P such that P ⇒ P and (P,b.0) ∈
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
Similarly, P/R and Q/R are NOT weakly bisimilar
### EXAMPLE: Factory
A factory can handle three kinds of works: easy (E), medium (M), difficult (D).
An activity of the factory consists in receiving in input a work (of any kind) and in producing in output a manifactured work.
The given specification of an activity is the following:
$$A\triangleq i_{E}.A'+i_{M}. A'+i_{D}.A'$$
$$A' \triangleq$$