vault backup: 2025-04-30 19:18:22
This commit is contained in:
parent
f12ec77086
commit
8acc318d2c
2 changed files with 7 additions and 4 deletions
2
.obsidian/workspace.json
vendored
2
.obsidian/workspace.json
vendored
|
@ -194,6 +194,7 @@
|
||||||
"lastOpenFiles": [
|
"lastOpenFiles": [
|
||||||
"Concurrent Systems/notes/13 - Weak Bisimilarity.md",
|
"Concurrent Systems/notes/13 - Weak Bisimilarity.md",
|
||||||
"Concurrent Systems/notes/14 Checking bisimilarity, an inference system.md",
|
"Concurrent Systems/notes/14 Checking bisimilarity, an inference system.md",
|
||||||
|
"Concurrent Systems/notes/12b - CCS cose varie.md",
|
||||||
"Concurrent Systems/notes/12 - Calculus of communicating system.md",
|
"Concurrent Systems/notes/12 - Calculus of communicating system.md",
|
||||||
"Concurrent Systems/notes/11 - LTSs and Bisimulation.md",
|
"Concurrent Systems/notes/11 - LTSs and Bisimulation.md",
|
||||||
"Concurrent Systems/notes/10 - Implementing Consensus.md",
|
"Concurrent Systems/notes/10 - Implementing Consensus.md",
|
||||||
|
@ -201,7 +202,6 @@
|
||||||
"Pasted image 20250430175412.png",
|
"Pasted image 20250430175412.png",
|
||||||
"Pasted image 20250430171336.png",
|
"Pasted image 20250430171336.png",
|
||||||
"Concurrent Systems/slides/class 13.pdf",
|
"Concurrent Systems/slides/class 13.pdf",
|
||||||
"Concurrent Systems/notes/12b - CCS cose varie.md",
|
|
||||||
"Concurrent Systems/notes/images/Pasted image 20250415082906.png",
|
"Concurrent Systems/notes/images/Pasted image 20250415082906.png",
|
||||||
"Concurrent Systems/slides/class 14.pdf",
|
"Concurrent Systems/slides/class 14.pdf",
|
||||||
"Concurrent Systems/notes/images/Pasted image 20250429092543.png",
|
"Concurrent Systems/notes/images/Pasted image 20250429092543.png",
|
||||||
|
|
|
@ -29,12 +29,15 @@ basically we can let the left or the right process evolve, leaving the other unc
|
||||||
|
|
||||||
#### Soundness theorem: $\vdash P=Q \implies P \sim Q$
|
#### Soundness theorem: $\vdash P=Q \implies P \sim Q$
|
||||||
*Proof:*
|
*Proof:*
|
||||||
If $\vdash LHS=RHS$e need to consider the relation $\{ LHS,RHS \}$
|
If $\vdash LHS=RHS$, we need to consider the relation $\{ LHS,RHS \} \cup Id$ and prove it's a bisimulation (spoiler: it is).
|
||||||
|
|
||||||

|
Since bisimilarity is an equivalence and a congruence, the inference rules holds.
|
||||||
|
|
||||||
|
|
||||||
|
>[!def] Standard form
|
||||||
$P$ is in standard form if and only if $P \triangleq \sum_{i}\alpha_{i}P_{i}$ and $\forall_{i}P_{i}$ is in standard form.
|
$P$ is in standard form if and only if $P \triangleq \sum_{i}\alpha_{i}P_{i}$ and $\forall_{i}P_{i}$ is in standard form.
|
||||||
|
|
||||||
**Lemma:** $\forall P \exists P'$* in standard form such that $\vdash P = P'$
|
**Lemma:** $\forall P \space \exists \space P'$ in standard form such that $\vdash P = P'$
|
||||||
*Proof:* by induction on the structure of P.
|
*Proof:* by induction on the structure of P.
|
||||||
|
|
||||||
**Base case:** $P \triangleq 0$. It suffices to consider $P' \triangleq 0$ and conclude reflexivity.
|
**Base case:** $P \triangleq 0$. It suffices to consider $P' \triangleq 0$ and conclude reflexivity.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue