vault backup: 2025-03-18 09:04:12

This commit is contained in:
Marco Realacci 2025-03-18 09:04:12 +01:00
parent b7a2933a9f
commit 71668594b5

View file

@ -13,4 +13,10 @@ A history is **complete** if every inv is eventually followed by a corresponding
### Linearizability ### Linearizability
A complete history $\hat{H}$ is **linearizable** if there exists a sequential history $\hat{S}$ s.t. A complete history $\hat{H}$ is **linearizable** if there exists a sequential history $\hat{S}$ s.t.
- $f$ - $\forall X :\hat{S}|_{X} \in semantics(X)$
- $\forall p:\hat{H|_{p} = \hat{S}|p}$
- If $res[op] <_{H} inv[op']$, then $res[op] <_{S} inv[op']$
- can rearrange events only if they overlap