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
|
@ -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$
|
||||
*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.
|
||||
|
||||
**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.
|
||||
|
||||
**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