vault backup: 2025-03-18 15:30:04
This commit is contained in:
parent
243dac16ca
commit
d3b9c563dc
5 changed files with 26 additions and 15 deletions
1
.obsidian/community-plugins.json
vendored
1
.obsidian/community-plugins.json
vendored
|
@ -5,6 +5,5 @@
|
||||||
"mathlive-in-editor-mode",
|
"mathlive-in-editor-mode",
|
||||||
"smart-second-brain",
|
"smart-second-brain",
|
||||||
"local-gpt",
|
"local-gpt",
|
||||||
"obsidian-latex-suite",
|
|
||||||
"companion"
|
"companion"
|
||||||
]
|
]
|
34
.obsidian/workspace.json
vendored
34
.obsidian/workspace.json
vendored
|
@ -6,7 +6,6 @@
|
||||||
{
|
{
|
||||||
"id": "4c1f5b7a6abb1339",
|
"id": "4c1f5b7a6abb1339",
|
||||||
"type": "tabs",
|
"type": "tabs",
|
||||||
"dimension": 44.41260744985673,
|
|
||||||
"children": [
|
"children": [
|
||||||
{
|
{
|
||||||
"id": "51157f32453cba69",
|
"id": "51157f32453cba69",
|
||||||
|
@ -25,17 +24,20 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "e12a3c14771a10e5",
|
"id": "4ae2dccd2d32173d",
|
||||||
"type": "tabs",
|
"type": "tabs",
|
||||||
"dimension": 55.58739255014327,
|
|
||||||
"children": [
|
"children": [
|
||||||
{
|
{
|
||||||
"id": "f04931d588bd12d2",
|
"id": "88f2e3a5b973712d",
|
||||||
"type": "leaf",
|
"type": "leaf",
|
||||||
"state": {
|
"state": {
|
||||||
"type": "pdf",
|
"type": "pdf",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "Concurrent Systems/slides/class 6.pdf"
|
"file": "Concurrent Systems/slides/class 6.pdf",
|
||||||
|
"page": 5,
|
||||||
|
"left": -19,
|
||||||
|
"top": 573,
|
||||||
|
"zoom": 0.7998812351543944
|
||||||
},
|
},
|
||||||
"icon": "lucide-file-text",
|
"icon": "lucide-file-text",
|
||||||
"title": "class 6"
|
"title": "class 6"
|
||||||
|
@ -94,12 +96,12 @@
|
||||||
"title": "Segnalibri"
|
"title": "Segnalibri"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
]
|
||||||
"currentTab": 1
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"direction": "horizontal",
|
"direction": "horizontal",
|
||||||
"width": 307.5
|
"width": 307.5,
|
||||||
|
"collapsed": true
|
||||||
},
|
},
|
||||||
"right": {
|
"right": {
|
||||||
"id": "bc4b945ded1926e3",
|
"id": "bc4b945ded1926e3",
|
||||||
|
@ -204,15 +206,21 @@
|
||||||
"canvas:Create new canvas": false,
|
"canvas:Create new canvas": false,
|
||||||
"daily-notes:Open today's daily note": false,
|
"daily-notes:Open today's daily note": false,
|
||||||
"templates:Insert template": false,
|
"templates:Insert template": false,
|
||||||
"command-palette:Open command palette": false
|
"command-palette:Open command palette": false,
|
||||||
|
"obsidian-ocr:Search OCR": false,
|
||||||
|
"pdf-plus:PDF++: Toggle auto-copy": false,
|
||||||
|
"pdf-plus:PDF++: Toggle auto-focus": false,
|
||||||
|
"pdf-plus:PDF++: Toggle auto-paste": false,
|
||||||
|
"obsidian-git:Open Git source control": false,
|
||||||
|
"companion:Toggle completion": false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"active": "51157f32453cba69",
|
"active": "88f2e3a5b973712d",
|
||||||
"lastOpenFiles": [
|
"lastOpenFiles": [
|
||||||
"Concurrent Systems/slides/class 6.pdf",
|
|
||||||
"Concurrent Systems/notes/6 - Atomicity.md",
|
"Concurrent Systems/notes/6 - Atomicity.md",
|
||||||
"Pasted image 20250318090909.png",
|
"Concurrent Systems/slides/class 6.pdf",
|
||||||
"Pasted image 20250318090733.png",
|
"Concurrent Systems/notes/images/Pasted image 20250318090733.png",
|
||||||
|
"Concurrent Systems/notes/images/Pasted image 20250318090909.png",
|
||||||
"Concurrent Systems/slides/class 5.pdf",
|
"Concurrent Systems/slides/class 5.pdf",
|
||||||
"Concurrent Systems/notes/5 - Software Transactional Memory.md",
|
"Concurrent Systems/notes/5 - Software Transactional Memory.md",
|
||||||
"Concurrent Systems/notes/4c - Dining Philosophers.md",
|
"Concurrent Systems/notes/4c - Dining Philosophers.md",
|
||||||
|
|
|
@ -35,8 +35,12 @@ For all X, let $\hat{S}_{X}$ be a linearization of $\hat{H}_{X}$
|
||||||
|
|
||||||
Let $\to$ denote $\to_{H} \cup \bigcup_{X \in H} \to _{X}$
|
Let $\to$ denote $\to_{H} \cup \bigcup_{X \in H} \to _{X}$
|
||||||
|
|
||||||
We now show that $->$ is acyclic.
|
We now show that $\to$ is acyclic.
|
||||||
|
1. It cannot have cycles with 1 edge (i.e. self loops): indeed, if $op \to op$, this would mean that $res(op) < inv(op)$, which of course does not make any sense.
|
||||||
|
|
||||||
|
2. it cannot have cycles with 2 edges:
|
||||||
|
- let's assume that $op \to op' \to op$
|
||||||
|
- both arrows cannot be $\to_H$ nor $\to_X$ (for some X)
|
||||||
|
|
||||||
|
|
||||||
> [!PDF|red] class 6, p.6> we would have a cycle of length
|
> [!PDF|red] class 6, p.6> we would have a cycle of length
|
||||||
|
|
Before Width: | Height: | Size: 95 KiB After Width: | Height: | Size: 95 KiB |
Before Width: | Height: | Size: 46 KiB After Width: | Height: | Size: 46 KiB |
Loading…
Add table
Add a link
Reference in a new issue