vault backup: 2025-04-30 19:28:22
This commit is contained in:
parent
54ca78a0be
commit
a01b48cc7c
3 changed files with 7 additions and 4 deletions
1
.obsidian/workspace.json
vendored
1
.obsidian/workspace.json
vendored
|
@ -192,6 +192,7 @@
|
||||||
},
|
},
|
||||||
"active": "ec8d1a91f1f0cc7e",
|
"active": "ec8d1a91f1f0cc7e",
|
||||||
"lastOpenFiles": [
|
"lastOpenFiles": [
|
||||||
|
"Pasted image 20250430192526.png",
|
||||||
"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/12b - CCS cose varie.md",
|
||||||
|
|
|
@ -13,7 +13,7 @@ just what we've seen so far, literally.
|
||||||
quite obvious.
|
quite obvious.
|
||||||
|
|
||||||

|

|
||||||
basically we can let the left or the right process evolve, leaving the other unchanged, or they can synchronize.
|
basically we can let the left or the right process evolve, leaving the other unchanged, or they can synchronize. So we remove the parallel by just adding all the possible cases.
|
||||||
|
|
||||||

|

|
||||||
- if a process does not perform any action, a restriction won't do anything
|
- if a process does not perform any action, a restriction won't do anything
|
||||||
|
@ -45,9 +45,11 @@ $P$ is in standard form if and only if $P \triangleq \sum_{i}\alpha_{i}P_{i}$ an
|
||||||
|
|
||||||
1. $P \triangleq P_{1}|P_{2}$. By induction, we have that $\exists P_{1}',P_{2}'$ in standard form such that $\vdash P_{1}=P_{1}'$ and $P_{2}=P_{2}'$.
|
1. $P \triangleq P_{1}|P_{2}$. By induction, we have that $\exists P_{1}',P_{2}'$ in standard form such that $\vdash P_{1}=P_{1}'$ and $P_{2}=P_{2}'$.
|
||||||
|
|
||||||
By context closure, $\vdash P_{1}|P_{2}=P_{1}'|P_{2}$ and $\vdash P_{1}'|P_{2}=P_{1}'|P_{2}'$
|
By context closure, $\vdash P_{1}|P_{2}=P_{1}'|P_{2}$ and $\vdash P_{1}'|P_{2}=P_{1}'|P_{2}'$. Now we apply the axioms for parallel, until we remove all the occurrences of "|":
|
||||||
|

|
||||||

|
and eventually we find $P'$ which is literally the standard form of $P_{1}|P_{2}$.
|
||||||
|
|
||||||
|
2. $P \triangleq \sum_{i \in I}\alpha_{i}P_{i}$. By induction $\forall P_{i} \exists P_{i}$
|
||||||

|

|
||||||

|

|
||||||
replacing one by one every continuation with its standard form, obtaining standard form.
|
replacing one by one every continuation with its standard form, obtaining standard form.
|
||||||
|
|
BIN
Pasted image 20250430192526.png
Normal file
BIN
Pasted image 20250430192526.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 51 KiB |
Loading…
Add table
Add a link
Reference in a new issue