vault backup: 2025-04-30 19:13:22
This commit is contained in:
parent
f6bcd98780
commit
f12ec77086
1 changed files with 10 additions and 0 deletions
|
@ -7,6 +7,8 @@ Inference system = axioms + inference rules
|
|||
- completeness: whatever is bisimilar, it can be inferred
|
||||
|
||||
#### Axioms & Rules for Strong Bisimilarity
|
||||
just what we've seen so far, literally.
|
||||
|
||||

|
||||
quite obvious.
|
||||
|
||||
|
@ -15,11 +17,19 @@ basically we can let the left or the right process evolve, leaving the other unc
|
|||
|
||||

|
||||
- if a process does not perform any action, a restriction won't do anything
|
||||
- restriction is distributive
|
||||
- if the process does not do the restricted action, the restriction won't do anything
|
||||
- what if we restrict on the actual action?
|
||||
- well, then the process becomes 0
|
||||
|
||||

|
||||
- if $P = P \land P = Q => Q = P$ (it's transitive :o)
|
||||
- the same happens with contexts
|
||||
|
||||
|
||||
#### Soundness theorem: $\vdash P=Q \implies P \sim Q$
|
||||
*Proof:*
|
||||
If $\vdash LHS=RHS$e need to consider the relation $\{ LHS,RHS \}$
|
||||
|
||||

|
||||
$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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue