diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index 19f5111..a681c8b 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -6,39 +6,39 @@ { "id": "ceb8ca67f2b32f40", "type": "tabs", - "dimension": 59.43977591036415, + "dimension": 44.627507163323784, "children": [ { - "id": "56150e6df7869900", + "id": "ec8d1a91f1f0cc7e", "type": "leaf", "state": { "type": "markdown", "state": { - "file": "Concurrent Systems/notes/13 - Weak Bisimilarity.md", + "file": "Concurrent Systems/notes/14.md", "mode": "source", "source": false }, "icon": "lucide-file", - "title": "13 - Weak Bisimilarity" + "title": "14" } } ] }, { - "id": "e6a32eeb8d1da29c", + "id": "23a71d5ae1bd9e0f", "type": "tabs", - "dimension": 40.56022408963585, + "dimension": 55.372492836676216, "children": [ { - "id": "6c4a39240e6da514", + "id": "ae2c5ab99ad6ca6a", "type": "leaf", "state": { "type": "pdf", "state": { - "file": "Concurrent Systems/slides/class 13.pdf" + "file": "Concurrent Systems/slides/class 14.pdf" }, "icon": "lucide-file-text", - "title": "class 13" + "title": "class 14" } } ] @@ -211,8 +211,10 @@ "companion:Toggle completion": false } }, - "active": "6c4a39240e6da514", + "active": "ec8d1a91f1f0cc7e", "lastOpenFiles": [ + "Concurrent Systems/slides/class 14.pdf", + "Concurrent Systems/notes/14.md", "Concurrent Systems/notes/13 - Weak Bisimilarity.md", "Concurrent Systems/slides/class 13.pdf", "Pasted image 20250428175449.png", @@ -254,10 +256,8 @@ "Concurrent Systems/notes/3a - Hardware primitives & Lamport Bakery algorithm.md", "Concurrent Systems/notes/1 - CS Basics.md", "Concurrent Systems/notes/6a - Alternatives to Atomicity.md", - "Concurrent.md", "HCIW/slides/1 Interface and Interaction for IoT.pdf", "Concurrent Systems/slides/class 4.pdf", - "Foundation of data science/class 9.pdf", "Senza nome.canvas" ] } \ No newline at end of file diff --git a/Concurrent Systems/notes/14.md b/Concurrent Systems/notes/14.md new file mode 100644 index 0000000..4404abc --- /dev/null +++ b/Concurrent Systems/notes/14.md @@ -0,0 +1,6 @@ +We shall only consider finite processes (processes without recursive definitions) +- a limited handling of recursion is possible +- deciding bisimilarity for general processes is undecidable + +Inference system = axioms + inference rules +- soundness; \ No newline at end of file diff --git a/Concurrent Systems/slides/class 14.pdf b/Concurrent Systems/slides/class 14.pdf new file mode 100644 index 0000000..e449fde Binary files /dev/null and b/Concurrent Systems/slides/class 14.pdf differ