vault backup: 2025-04-14 09:29:56
This commit is contained in:
parent
753dbebbef
commit
fb9063fc06
2 changed files with 12 additions and 3 deletions
4
.obsidian/workspace.json
vendored
4
.obsidian/workspace.json
vendored
|
@ -238,10 +238,10 @@
|
||||||
"companion:Toggle completion": false
|
"companion:Toggle completion": false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"active": "fbeaa35cc5a8abf1",
|
"active": "364a7591f14f033a",
|
||||||
"lastOpenFiles": [
|
"lastOpenFiles": [
|
||||||
"Concurrent Systems/slides/class 11.pdf",
|
|
||||||
"Concurrent Systems/notes/11 - LTSs and Bisimulation.md",
|
"Concurrent Systems/notes/11 - LTSs and Bisimulation.md",
|
||||||
|
"Concurrent Systems/slides/class 11.pdf",
|
||||||
"Pasted image 20250414092202.png",
|
"Pasted image 20250414092202.png",
|
||||||
"Concurrent Systems/slides/class 12.pdf",
|
"Concurrent Systems/slides/class 12.pdf",
|
||||||
"Pasted image 20250414091528.png",
|
"Pasted image 20250414091528.png",
|
||||||
|
|
|
@ -118,4 +118,13 @@ Let us denote with P{b1/x1 . . . bn/xn} the process obtained from P by replacing
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue