vault backup: 2025-05-05 08:37:04
This commit is contained in:
parent
110715c406
commit
421596b214
4 changed files with 46 additions and 12 deletions
13
Concurrent Systems/notes/15 - A formal language for LTSs.md
Normal file
13
Concurrent Systems/notes/15 - A formal language for LTSs.md
Normal 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
|
||||

|
||||
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
|
BIN
Concurrent Systems/slides/class 15.pdf
Normal file
BIN
Concurrent Systems/slides/class 15.pdf
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue