vault backup: 2025-05-05 10:04:15

This commit is contained in:
Marco Realacci 2025-05-05 10:04:15 +02:00
parent b0f2763cc8
commit 2951dca736
2 changed files with 8 additions and 3 deletions

View file

@ -213,10 +213,10 @@
}, },
"active": "cdcc59f1bf6d4ae1", "active": "cdcc59f1bf6d4ae1",
"lastOpenFiles": [ "lastOpenFiles": [
"Pasted image 20250505095743.png",
"Pasted image 20250505095249.png",
"Concurrent Systems/slides/class 15.pdf", "Concurrent Systems/slides/class 15.pdf",
"Concurrent Systems/notes/15 - A formal language for LTSs.md", "Concurrent Systems/notes/15 - A formal language for LTSs.md",
"Pasted image 20250505095743.png",
"Pasted image 20250505095249.png",
"Pasted image 20250505094841.png", "Pasted image 20250505094841.png",
"Pasted image 20250505090959.png", "Pasted image 20250505090959.png",
"Pasted image 20250505090603.png", "Pasted image 20250505090603.png",
@ -234,7 +234,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",
"Pasted image 20250430192526.png",
"Concurrent Systems/slides/class 13.pdf", "Concurrent Systems/slides/class 13.pdf",
"Concurrent Systems/slides/class 14.pdf", "Concurrent Systems/slides/class 14.pdf",
"Concurrent Systems/slides/class 12.pdf", "Concurrent Systems/slides/class 12.pdf",

View file

@ -90,3 +90,9 @@ indeed, P1 can simulate P2 and viceversa, but the simulations are not bisimulati
##### A negation and conjunction-free logic ##### A negation and conjunction-free logic
![](../../Pasted%20image%2020250505095743.png) ![](../../Pasted%20image%2020250505095743.png)
### A Logic for Weak Bisimilarity
Very similar. $$\phi := TT | \lnot \phi | \phi \land \phi|\ll\gg a \phi \quad where \space a \in Action$$
The only difference is the diamond operator, that here is turned into <<>>a.
This is very similar to the difference between the definition of weak and strong simulation, where the former is obtained from the latter by replacing $\xrightarrow{a}$ with $\xRightarrow{\hat{a}}$. Satisfiability of this new operator is expectable: $$P \models \ll\gg a\phi \iff \exists P' : P \xRightarrow{P'} \land P' \models \phi$$