vault backup: 2025-05-05 08:37:04

This commit is contained in:
Marco Realacci 2025-05-05 08:37:04 +02:00
parent 110715c406
commit 421596b214
4 changed files with 46 additions and 12 deletions

View file

@ -6,19 +6,39 @@
{ {
"id": "ceb8ca67f2b32f40", "id": "ceb8ca67f2b32f40",
"type": "tabs", "type": "tabs",
"dimension": 47.20630372492837,
"children": [
{
"id": "cdcc59f1bf6d4ae1",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "Concurrent Systems/notes/15 - A formal language for LTSs.md",
"mode": "source",
"source": false
},
"icon": "lucide-file",
"title": "15 - A formal language for LTSs"
}
}
]
},
{
"id": "62c727a144393fdc",
"type": "tabs",
"dimension": 52.79369627507163,
"children": [ "children": [
{ {
"id": "ec8d1a91f1f0cc7e", "id": "ec8d1a91f1f0cc7e",
"type": "leaf", "type": "leaf",
"state": { "state": {
"type": "markdown", "type": "pdf",
"state": { "state": {
"file": "Concurrent Systems/notes/14 Checking bisimilarity, an inference system.md", "file": "Concurrent Systems/slides/class 15.pdf"
"mode": "source",
"source": false
}, },
"icon": "lucide-file", "icon": "lucide-file-text",
"title": "14 Checking bisimilarity, an inference system" "title": "class 15"
} }
} }
] ]
@ -78,7 +98,8 @@
} }
], ],
"direction": "horizontal", "direction": "horizontal",
"width": 309.5 "width": 309.5,
"collapsed": true
}, },
"right": { "right": {
"id": "bc4b945ded1926e3", "id": "bc4b945ded1926e3",
@ -190,8 +211,12 @@
"companion:Toggle completion": false "companion:Toggle completion": false
} }
}, },
"active": "ec8d1a91f1f0cc7e", "active": "cdcc59f1bf6d4ae1",
"lastOpenFiles": [ "lastOpenFiles": [
"Concurrent Systems/slides/class 15.pdf",
"Concurrent Systems/notes/15 - A formal language for LTSs.md",
"Pasted image 20250505083500.png",
"Concurrent Systems/notes/14 Checking bisimilarity, an inference system.md",
"Concurrent Systems/notes/12b - CCS cose varie.md", "Concurrent Systems/notes/12b - CCS cose varie.md",
"Concurrent Systems/notes/12 - Calculus of communicating system.md", "Concurrent Systems/notes/12 - Calculus of communicating system.md",
"Concurrent Systems/notes/10 - Implementing Consensus.md", "Concurrent Systems/notes/10 - Implementing Consensus.md",
@ -200,7 +225,6 @@
"Concurrent Systems/notes/8 - Enhancing Liveness Properties.md", "Concurrent Systems/notes/8 - Enhancing Liveness Properties.md",
"Concurrent Systems/notes/11 - LTSs and Bisimulation.md", "Concurrent Systems/notes/11 - LTSs and Bisimulation.md",
"Concurrent Systems/notes/13 - Weak Bisimilarity.md", "Concurrent Systems/notes/13 - Weak Bisimilarity.md",
"Concurrent Systems/notes/14 Checking bisimilarity, an inference system.md",
"Pasted image 20250430192526.png", "Pasted image 20250430192526.png",
"Pasted image 20250430183304.png", "Pasted image 20250430183304.png",
"Pasted image 20250430175412.png", "Pasted image 20250430175412.png",
@ -212,7 +236,6 @@
"Concurrent Systems/notes/images/Pasted image 20250429092305.png", "Concurrent Systems/notes/images/Pasted image 20250429092305.png",
"Concurrent Systems/notes/images/Pasted image 20250429092055.png", "Concurrent Systems/notes/images/Pasted image 20250429092055.png",
"Concurrent Systems/notes/images/Pasted image 20250429091959.png", "Concurrent Systems/notes/images/Pasted image 20250429091959.png",
"Concurrent Systems/notes/images/Pasted image 20250429091029.png",
"Concurrent Systems/slides/class 12.pdf", "Concurrent Systems/slides/class 12.pdf",
"HCIW/slides/HCI in the car.pdf", "HCIW/slides/HCI in the car.pdf",
"Concurrent Systems/slides/class 11.pdf", "Concurrent Systems/slides/class 11.pdf",
@ -234,9 +257,7 @@
"Concurrent Systems/notes/6 - Atomicity.md", "Concurrent Systems/notes/6 - Atomicity.md",
"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",
"HCIW/slides/1 Interface and Interaction for IoT.pdf", "HCIW/slides/1 Interface and Interaction for IoT.pdf",
"Concurrent Systems/slides/class 4.pdf",
"Senza nome.canvas" "Senza nome.canvas"
] ]
} }

View file

@ -0,0 +1,13 @@
(In)equivalences between systems hold because of different properties of the systems themselves.
Logics = a formal way to express these properties.
- satisfiability relation states when a process satisfies a property
- enjoying the same properties coincides with being bisimilar
#### Example
![300](../../Pasted%20image%2020250505083500.png)
These processes are not bisimilar as:
- P1 can perform an action a followed by any b
- P2, after every a, can always perform an action b
- so there exists an a after which P1 cannot perform a b. But not for P2
### Syntax and Satisfiability

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB