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
|
@ -13,7 +13,7 @@ just what we've seen so far, literally.
|
|||
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
|
||||
|
@ -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}'$.
|
||||
|
||||
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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue