vault backup: 2025-04-14 17:30:00

This commit is contained in:
Marco Realacci 2025-04-14 17:30:00 +02:00
parent 251a45b9ae
commit b7f1383436

View file

@ -142,4 +142,14 @@ In the image above, we can observe a τ-transition due to synchronization betwee
- A' produces b and becomes A
- B consumes b and becomes B'
Since $$
Since $\bar{b}$ and $b$ are complementary actions, they can **synchronize**, resulting in a **silent action** $\tau$ (synchronization rule):
$$\frac{A' \xrightarrow{\bar{b}} A \quad B \xrightarrow{b} B'}{A' \mid B \xrightarrow{\tau} A \mid B'}$$
### LTS and parallelism
In the construction of the LTS we loose the consciousness of the parallel
- it is indeed possible, by having the new set of actions, to obtain the previous LTS through the syntax we considered last class.
The usefulness of the parallel is two-fold:
- it is the fundamental operator in concurrency theory
- it allows for a compact and intuitive writing of processes.