vault backup: 2025-03-18 09:24:12
This commit is contained in:
parent
f12f543c64
commit
e5993a5f2f
2 changed files with 15 additions and 9 deletions
18
.obsidian/workspace.json
vendored
18
.obsidian/workspace.json
vendored
|
@ -36,10 +36,10 @@
|
||||||
"type": "pdf",
|
"type": "pdf",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "Concurrent Systems/slides/class 6.pdf",
|
"file": "Concurrent Systems/slides/class 6.pdf",
|
||||||
"page": 3,
|
"page": 4,
|
||||||
"left": -24,
|
"left": -23,
|
||||||
"top": 72,
|
"top": 17,
|
||||||
"zoom": 0.6448931116389548
|
"zoom": 0.6448931116389549
|
||||||
},
|
},
|
||||||
"icon": "lucide-file-text",
|
"icon": "lucide-file-text",
|
||||||
"title": "class 6"
|
"title": "class 6"
|
||||||
|
@ -77,7 +77,7 @@
|
||||||
"state": {
|
"state": {
|
||||||
"type": "search",
|
"type": "search",
|
||||||
"state": {
|
"state": {
|
||||||
"query": "peter",
|
"query": "tag:#𝑆X",
|
||||||
"matchingCase": false,
|
"matchingCase": false,
|
||||||
"explainSearch": false,
|
"explainSearch": false,
|
||||||
"collapseAll": false,
|
"collapseAll": false,
|
||||||
|
@ -98,7 +98,8 @@
|
||||||
"title": "Segnalibri"
|
"title": "Segnalibri"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
"currentTab": 1
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"direction": "horizontal",
|
"direction": "horizontal",
|
||||||
|
@ -220,10 +221,10 @@
|
||||||
},
|
},
|
||||||
"active": "51157f32453cba69",
|
"active": "51157f32453cba69",
|
||||||
"lastOpenFiles": [
|
"lastOpenFiles": [
|
||||||
"Pasted image 20250318090909.png",
|
|
||||||
"Pasted image 20250318090733.png",
|
|
||||||
"Concurrent Systems/slides/class 6.pdf",
|
"Concurrent Systems/slides/class 6.pdf",
|
||||||
"Concurrent Systems/notes/6 - Atomicity.md",
|
"Concurrent Systems/notes/6 - Atomicity.md",
|
||||||
|
"Pasted image 20250318090909.png",
|
||||||
|
"Pasted image 20250318090733.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",
|
||||||
|
@ -256,7 +257,6 @@
|
||||||
"HCIW/exercises/Exercise.md",
|
"HCIW/exercises/Exercise.md",
|
||||||
"Concurrent Systems/notes/images/Pasted image 20250304082459.png",
|
"Concurrent Systems/notes/images/Pasted image 20250304082459.png",
|
||||||
"Concurrent Systems/notes/images/Pasted image 20250304093223.png",
|
"Concurrent Systems/notes/images/Pasted image 20250304093223.png",
|
||||||
"Concurrent Systems/notes/images/Pasted image 20250304090219.png",
|
|
||||||
"Foundation of data science/notes/1 CV Basics.md",
|
"Foundation of data science/notes/1 CV Basics.md",
|
||||||
"Foundation of data science/notes/7 Autoencoders.md",
|
"Foundation of data science/notes/7 Autoencoders.md",
|
||||||
"Foundation of data science/notes/6 PCA.md",
|
"Foundation of data science/notes/6 PCA.md",
|
||||||
|
|
|
@ -25,3 +25,9 @@ Given an history $\hat{K}$, we can define a binary relation on events $⟶_{K}$
|
||||||
|
|
||||||
![[Pasted image 20250318090909.png]]But there is another linearization possible! I can also push a before if I pull it before c!
|
![[Pasted image 20250318090909.png]]But there is another linearization possible! I can also push a before if I pull it before c!
|
||||||
|
|
||||||
|
#### Compositionality theorem
|
||||||
|
$\hat{H}$ is linearizable if $\hat{H}|_{X}$ is linearizable, for all X in H
|
||||||
|
(it is good to linearize complex traces)
|
||||||
|
|
||||||
|
For all X, let $\hat{S}_{X}$ be a linearization of $\hat{H}_{X}$
|
||||||
|
- $\hat{S}_{X} def$
|
Loading…
Add table
Add a link
Reference in a new issue