vault backup: 2025-03-25 15:42:22

This commit is contained in:
Marco Realacci 2025-03-25 15:42:22 +01:00
parent 9a24fdc7ad
commit ccfb975479
2 changed files with 4 additions and 4 deletions

View file

@ -6,7 +6,7 @@
{ {
"id": "efd2410a71337f52", "id": "efd2410a71337f52",
"type": "tabs", "type": "tabs",
"dimension": 85.67335243553008, "dimension": 64.46991404011462,
"children": [ "children": [
{ {
"id": "383fb8ddbc7a9dc8", "id": "383fb8ddbc7a9dc8",
@ -42,7 +42,7 @@
{ {
"id": "496ffcebad48669d", "id": "496ffcebad48669d",
"type": "tabs", "type": "tabs",
"dimension": 14.326647564469914, "dimension": 35.53008595988539,
"children": [ "children": [
{ {
"id": "879210c00db77468", "id": "879210c00db77468",

View file

@ -36,8 +36,8 @@ stop_help(i) :=
*Proof:* *Proof:*
By contr., $\exists \tau$ s.t. $\exists$ many (> 0) op.'s invoked concurrently that never terminate. By contr., $\exists \tau$ s.t. $\exists$ many (> 0) op.'s invoked concurrently that never terminate.
Let Q be the set of proc.'s that performed these invocations. Let Q be the set of proc.'s that performed these invocations.
- by enrichment, eventually `NEED_HELP[i]=T` ($\forall i\in Q$) forever - by enrichment, eventually `NEED_HELP[i]=T` forever ($\forall i\in Q$)
- since crashed are fail-stop, eventually `NEED_HELP[j]` is no longer modified ($\forall j \not \in Q$) - since crashes are fail-stop, eventually `NEED_HELP[j]` is no longer modified ($\forall j \not \in Q$)
- $\exists \tau' \geq \tau$ where all proc.'s in Q compute the same X - $\exists \tau' \geq \tau$ where all proc.'s in Q compute the same X
**Observation:** $Q \subseteq X$ (it is possible that $p_j$ sets `NEED_HELP[j]` and then fails) **Observation:** $Q \subseteq X$ (it is possible that $p_j$ sets `NEED_HELP[j]` and then fails)