vault backup: 2025-03-10 10:30:13

This commit is contained in:
Marco Realacci 2025-03-10 10:30:13 +01:00
parent e987488216
commit a3b68aeb4a
2 changed files with 5 additions and 3 deletions

View file

@ -36,7 +36,7 @@
"file": "Concurrent Systems/slides/class 3.pdf",
"page": 13,
"left": -26,
"top": 352,
"top": 182,
"zoom": 0.57541567695962
},
"icon": "lucide-file-text",
@ -216,10 +216,10 @@
"companion:Toggle completion": false
}
},
"active": "02dff467d5bcbba5",
"active": "6edd4157a160e462",
"lastOpenFiles": [
"Concurrent Systems/notes/3.md",
"Concurrent Systems/slides/class 3.pdf",
"Concurrent Systems/notes/3.md",
"Concurrent Systems/notes/1 - CS Basics.md",
"Concurrent Systems/notes/1 - CS Basics2.md",
"Concurrent Systems/notes/2b - Round Robin algorithm.md",

View file

@ -225,5 +225,7 @@ unlock(i) :=
```
#### MUTEX proof
**Theorem:** if $p_i$ is in the CS, then $p_j$ cannot simultaneously be in the CS.
*Proof:* by contradiction. a
#### proof