vault backup: 2025-04-08 09:41:02

This commit is contained in:
Marco Realacci 2025-04-08 09:41:02 +02:00
parent 7f58845b20
commit 8fd95be1b5
3 changed files with 7 additions and 2 deletions

View file

@ -192,7 +192,8 @@
} }
], ],
"direction": "horizontal", "direction": "horizontal",
"width": 364.5 "width": 364.5,
"collapsed": true
}, },
"left-ribbon": { "left-ribbon": {
"hiddenItems": { "hiddenItems": {
@ -212,6 +213,7 @@
"lastOpenFiles": [ "lastOpenFiles": [
"Concurrent Systems/slides/class 11.pdf", "Concurrent Systems/slides/class 11.pdf",
"Concurrent Systems/notes/11 - LTSs and Bisimulation.md", "Concurrent Systems/notes/11 - LTSs and Bisimulation.md",
"Pasted image 20250408093840.png",
"Pasted image 20250408092853.png", "Pasted image 20250408092853.png",
"Pasted image 20250408091924.png", "Pasted image 20250408091924.png",
"Concurrent Systems/notes/10 - Implementing Consensus.md", "Concurrent Systems/notes/10 - Implementing Consensus.md",
@ -254,7 +256,6 @@
"Concurrent Systems/slides/class 6.pdf", "Concurrent Systems/slides/class 6.pdf",
"Concurrent Systems/notes/images/Pasted image 20250325090735.png", "Concurrent Systems/notes/images/Pasted image 20250325090735.png",
"Concurrent Systems/slides/class 8.pdf", "Concurrent Systems/slides/class 8.pdf",
"Concurrent Systems/notes/images/Pasted image 20250324091452.png",
"Senza nome.canvas" "Senza nome.canvas"
] ]
} }

View file

@ -37,3 +37,7 @@ In concurrency theory, we dont use finite automata but Labeled Transition Sys
We shall usually write s a> s instead of ⟨s,a,s⟩ ∈ T. We shall usually write s a> s instead of ⟨s,a,s⟩ ∈ T.
### Bisimulation ### Bisimulation
Intuitively, two states are equivalent if they can perform the same actions that lead them in states where this property still holds
![](../../Pasted%20image%2020250408093840.png)
P0 and Q0 are different because, after an a, the former can decide to do b or c, whereas the latter must decide this before performing a.

Binary file not shown.

After

Width:  |  Height:  |  Size: 67 KiB