vault backup: 2025-04-15 08:30:18
This commit is contained in:
parent
af433ed426
commit
3e2dc34e61
3 changed files with 9 additions and 3 deletions
6
.obsidian/workspace.json
vendored
6
.obsidian/workspace.json
vendored
|
@ -226,10 +226,11 @@
|
|||
"companion:Toggle completion": false
|
||||
}
|
||||
},
|
||||
"active": "46d9dfa1750fc4db",
|
||||
"active": "9d3f25b0eb9b478f",
|
||||
"lastOpenFiles": [
|
||||
"Concurrent Systems/notes/13 -.md",
|
||||
"Concurrent Systems/slides/class 12.pdf",
|
||||
"Concurrent Systems/notes/13 -.md",
|
||||
"Pasted image 20250415082906.png",
|
||||
"Concurrent Systems/notes/12 - Calculus of communicating system.md",
|
||||
"Concurrent Systems/notes/11 - LTSs and Bisimulation.md",
|
||||
"Concurrent Systems/notes/images/Pasted image 20250414164549.png",
|
||||
|
@ -242,7 +243,6 @@
|
|||
"Concurrent Systems/notes/images/Pasted image 20250414152234.png",
|
||||
"Concurrent Systems/notes/images/Pasted image 20250414152221.png",
|
||||
"Concurrent Systems/notes/images/Pasted image 20250414104010.png",
|
||||
"Concurrent Systems/notes/images/Pasted image 20250414103800.png",
|
||||
"HCIW/notes/3 - Beacons.md",
|
||||
"HCIW/slides/Zooming interfaces.pdf",
|
||||
"HCIW/slides/Gestural interaction.pdf",
|
||||
|
|
|
@ -7,3 +7,9 @@ The specification of a binary semaphore is the following:
|
|||
$$S_{}^{(2)} \triangleq p \cdot S_{1}^{(2)}$$
|
||||
$$S_{1}^{(2)} \triangleq p \cdot S_{1}^{(2)}+v\cdot S^{(2)}$$
|
||||
$$S_{2}^{(2)} \triangleq v \cdot S_{1}^{(2)}$$
|
||||
|
||||
If we consider S(2) as the specification of the expected behavior of a binary semaphore and S(1) | S(1) as its concrete implementation, we can show that $$S^{(1)}|S^{(1)} \space \textasciitilde \space S^{2}$$
|
||||
This means that the implementation and the specification do coincide. To show this equivalence, it suffices to show that following relation is a bisimulation:
|
||||

|
||||
|
||||
## Congruence
|
||||
|
|
BIN
Pasted image 20250415082906.png
Normal file
BIN
Pasted image 20250415082906.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 55 KiB |
Loading…
Add table
Add a link
Reference in a new issue