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

This commit is contained in:
Marco Realacci 2025-04-14 17:35:00 +02:00
parent b7f1383436
commit 5f6df56152
3 changed files with 18 additions and 1 deletions

View file

@ -242,6 +242,7 @@
"lastOpenFiles": [ "lastOpenFiles": [
"Concurrent Systems/slides/class 12.pdf", "Concurrent Systems/slides/class 12.pdf",
"Concurrent Systems/notes/12 - CCS (che non so cosa voglia dire).md", "Concurrent Systems/notes/12 - CCS (che non so cosa voglia dire).md",
"Pasted image 20250414173011.png",
"Pasted image 20250414164549.png", "Pasted image 20250414164549.png",
"Concurrent Systems/notes/images/Pasted image 20250414082824.png", "Concurrent Systems/notes/images/Pasted image 20250414082824.png",
"Concurrent Systems/notes/11 - LTSs and Bisimulation.md", "Concurrent Systems/notes/11 - LTSs and Bisimulation.md",
@ -253,7 +254,6 @@
"Concurrent Systems/notes/images/Pasted image 20250414104010.png", "Concurrent Systems/notes/images/Pasted image 20250414104010.png",
"Concurrent Systems/notes/images/Pasted image 20250414103800.png", "Concurrent Systems/notes/images/Pasted image 20250414103800.png",
"Concurrent Systems/notes/images/Pasted image 20250414102733.png", "Concurrent Systems/notes/images/Pasted image 20250414102733.png",
"Concurrent Systems/notes/images/Pasted image 20250414093017.png",
"HCIW/notes/3 - Beacons.md", "HCIW/notes/3 - Beacons.md",
"HCIW/slides/Zooming interfaces.pdf", "HCIW/slides/Zooming interfaces.pdf",
"HCIW/slides/Gestural interaction.pdf", "HCIW/slides/Gestural interaction.pdf",

View file

@ -153,3 +153,20 @@ The usefulness of the parallel is two-fold:
- it is the fundamental operator in concurrency theory - it is the fundamental operator in concurrency theory
- it allows for a compact and intuitive writing of processes. - it allows for a compact and intuitive writing of processes.
### Restriction
What if we restrict on b?
![](../../Pasted%20image%2020250414173011.png)
$$\frac{a.A' \xrightarrow{a} A' \quad A \triangleq a.A'}{A \xrightarrow{a} A'}
\quad
\frac{A \xrightarrow{a} A'}{A \mid B \xrightarrow{a} A' \mid B}
\quad
\frac{A \mid B \xrightarrow{a} A' \mid B \quad a \notin \{b, \bar{b}\}}{(A \mid B) \setminus b \xrightarrow{a} (A' \mid B) \setminus b}$$
$$
$$

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB