vault backup: 2025-04-29 08:23:47

This commit is contained in:
Marco Realacci 2025-04-29 08:23:47 +02:00
parent 263cc532eb
commit 255b18790e
3 changed files with 18 additions and 12 deletions

View file

@ -6,39 +6,39 @@
{ {
"id": "ceb8ca67f2b32f40", "id": "ceb8ca67f2b32f40",
"type": "tabs", "type": "tabs",
"dimension": 59.43977591036415, "dimension": 44.627507163323784,
"children": [ "children": [
{ {
"id": "56150e6df7869900", "id": "ec8d1a91f1f0cc7e",
"type": "leaf", "type": "leaf",
"state": { "state": {
"type": "markdown", "type": "markdown",
"state": { "state": {
"file": "Concurrent Systems/notes/13 - Weak Bisimilarity.md", "file": "Concurrent Systems/notes/14.md",
"mode": "source", "mode": "source",
"source": false "source": false
}, },
"icon": "lucide-file", "icon": "lucide-file",
"title": "13 - Weak Bisimilarity" "title": "14"
} }
} }
] ]
}, },
{ {
"id": "e6a32eeb8d1da29c", "id": "23a71d5ae1bd9e0f",
"type": "tabs", "type": "tabs",
"dimension": 40.56022408963585, "dimension": 55.372492836676216,
"children": [ "children": [
{ {
"id": "6c4a39240e6da514", "id": "ae2c5ab99ad6ca6a",
"type": "leaf", "type": "leaf",
"state": { "state": {
"type": "pdf", "type": "pdf",
"state": { "state": {
"file": "Concurrent Systems/slides/class 13.pdf" "file": "Concurrent Systems/slides/class 14.pdf"
}, },
"icon": "lucide-file-text", "icon": "lucide-file-text",
"title": "class 13" "title": "class 14"
} }
} }
] ]
@ -211,8 +211,10 @@
"companion:Toggle completion": false "companion:Toggle completion": false
} }
}, },
"active": "6c4a39240e6da514", "active": "ec8d1a91f1f0cc7e",
"lastOpenFiles": [ "lastOpenFiles": [
"Concurrent Systems/slides/class 14.pdf",
"Concurrent Systems/notes/14.md",
"Concurrent Systems/notes/13 - Weak Bisimilarity.md", "Concurrent Systems/notes/13 - Weak Bisimilarity.md",
"Concurrent Systems/slides/class 13.pdf", "Concurrent Systems/slides/class 13.pdf",
"Pasted image 20250428175449.png", "Pasted image 20250428175449.png",
@ -254,10 +256,8 @@
"Concurrent Systems/notes/3a - Hardware primitives & Lamport Bakery algorithm.md", "Concurrent Systems/notes/3a - Hardware primitives & Lamport Bakery algorithm.md",
"Concurrent Systems/notes/1 - CS Basics.md", "Concurrent Systems/notes/1 - CS Basics.md",
"Concurrent Systems/notes/6a - Alternatives to Atomicity.md", "Concurrent Systems/notes/6a - Alternatives to Atomicity.md",
"Concurrent.md",
"HCIW/slides/1 Interface and Interaction for IoT.pdf", "HCIW/slides/1 Interface and Interaction for IoT.pdf",
"Concurrent Systems/slides/class 4.pdf", "Concurrent Systems/slides/class 4.pdf",
"Foundation of data science/class 9.pdf",
"Senza nome.canvas" "Senza nome.canvas"
] ]
} }

View file

@ -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;

Binary file not shown.