Computation and Concurrency
Yong Wang
TL;DR
The work develops a unified framework linking computation and true concurrency through pomset-based models, introducing Series-Communication-Parallelism and the pomsetc language to capture parallelism, communication, and concurrency. It builds scr-expressions and BKAC-based algebras, proving soundness and completeness results for language equivalence and several true-concurrency bisimilarities, and extends these with prefix, recursion, encapsulation, silent steps, and abstraction. Reduction techniques (reification, lifting, decomposition) and exchange laws are developed to enable modular reasoning and to relate different semantic equivalences, including proofs about completeness and decidability. Overall, the paper offers a comprehensive algebraic and operational treatment of computation and concurrency in a true-concurrency setting, providing tools for formal verification and synthesis of concurrent systems.
Abstract
We try to clarify the relationship between computation and concurrency. Base on the so-called pomsetc automata, we introduce communication and more operators, and establish the algebras modulo language equivalence and truly concurrent bisimilarities.
