diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index ccfd31e..9e637a4 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -238,10 +238,11 @@ "companion:Toggle completion": false } }, - "active": "364a7591f14f033a", + "active": "fbeaa35cc5a8abf1", "lastOpenFiles": [ - "Concurrent Systems/notes/11 - LTSs and Bisimulation.md", + "Pasted image 20250414093017.png", "Concurrent Systems/slides/class 11.pdf", + "Concurrent Systems/notes/11 - LTSs and Bisimulation.md", "Pasted image 20250414092202.png", "Concurrent Systems/slides/class 12.pdf", "Pasted image 20250414091528.png", diff --git a/Concurrent Systems/notes/11 - LTSs and Bisimulation.md b/Concurrent Systems/notes/11 - LTSs and Bisimulation.md index 7dfd5e1..a04f1fc 100644 --- a/Concurrent Systems/notes/11 - LTSs and Bisimulation.md +++ b/Concurrent Systems/notes/11 - LTSs and Bisimulation.md @@ -128,3 +128,10 @@ If the index set $I$ is empty, then $\sum_{i\in I} \alpha_{i}.P_{i}$ is the term We shall usually omit tail occurrences of ‘.0’ and, for example, simply write a.b instead of a.b.0 +### From the syntax to the LTS +From the syntax to the LTS We have shown how it is possible, starting from an LTS, to generate a corresponding process + +It is also possible the inverse translation and then the two formalisms do coincide; the rules that have to be used in this translation are: +![](../../Pasted%20image%2020250414093017.png) + + diff --git a/Pasted image 20250414093017.png b/Pasted image 20250414093017.png new file mode 100644 index 0000000..0f624a4 Binary files /dev/null and b/Pasted image 20250414093017.png differ