vault backup: 2025-04-14 09:29:56

This commit is contained in:
Marco Realacci 2025-04-14 09:29:56 +02:00
parent 753dbebbef
commit fb9063fc06
2 changed files with 12 additions and 3 deletions

View file

@ -118,4 +118,13 @@ Let us denote with P{b1/x1 . . . bn/xn} the process obtained from P by replacing
![](../../Pasted%20image%2020250414092202.png)
The set of non
>[!def]
>The set of non-deterministic processes is given by the following grammar:
$$P::= \sum \alpha_{i}.P_{i} | A(a_{1}\dots a_{n})$$
where I is a finite set of indices and $\alpha_{i} \in A$ for every $i \in I$.
**Remark:** we now fuse together in a unique operator sequential composition and nondeterministic choice.
If the index set $I$ is empty, then $\sum_{i\in I} \alpha_{i}.P_{i}$ is the terminated process, that cannot perform any action; this process will be represented with the symbol **0**.
We shall usually omit tail occurrences of .0 and, for example, simply write a.b instead of a.b.0