Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Process calculus
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
=== Reduction semantics === The key operational reduction rule, containing the computational essence of process calculi, can be given solely in terms of parallel composition, sequentialization, input, and output. The details of this reduction vary among the calculi, but the essence remains roughly the same. The reduction rule is: :<math> x\langle y\rangle \cdot P \; \vert \; x(v)\cdot Q \longrightarrow P \; \vert \; Q[^y\!/\!_v] </math> The interpretation to this reduction rule is: # The process <math>x\langle y\rangle \cdot P</math> sends a message, here <math>\mathit{y}</math>, along the channel <math>\mathit{x}</math>. Dually, the process <math>x(v)\cdot Q</math> receives that message on channel <math>\mathit{x}</math>. # Once the message has been sent, <math>x\langle y\rangle \cdot P</math> becomes the process <math>\mathit{P}</math>, while <math>x(v)\cdot Q</math> becomes the process <math>Q[^y\!/\!_v]</math>, which is <math>\mathit{Q}</math> with the place-holder <math>\mathit{v}</math> substituted by <math>\mathit{y}</math>, the data received on <math>\mathit{x}</math>. The class of processes that <math>\mathit{P}</math> is allowed to range over as the continuation of the output operation substantially influences the properties of the calculus.
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)