vault backup: 2025-04-14 09:24:56
This commit is contained in:
parent
642f3b482e
commit
753dbebbef
3 changed files with 12 additions and 3 deletions
|
@ -110,3 +110,12 @@ The only ingredients we used to write down an LTS are:
|
|||
- non-deterministic choice (between a finite set of prefixed processes)
|
||||
- recursion
|
||||
|
||||
To simplify process writing, we shall assume to have a finite set Id of processes identifiers and that the definitions we shall give will be parametric
|
||||
|
||||
For every identifier (denoted with capital letters A,B,..), we shall assume a unique definition of the form $A(x1,x2,..,xn) := P$, where names x1,x2,..,xn are all distinct and all included in the names of P.
|
||||
|
||||
Let us denote with P{b1/x1 . . . bn/xn} the process obtained from P by replacing name xi with name bi, for every i = 1,..., n.
|
||||
|
||||

|
||||
|
||||
The set of non
|
Loading…
Add table
Add a link
Reference in a new issue