A Formalization of the Process Algebra CCS in HOL4
Chun Tian

TL;DR
This paper formalizes the CCS process algebra in HOL4, defining transition semantics, proving algebraic laws, and implementing decision procedures to enhance verification and theoretical analysis in concurrency.
Contribution
It ported an existing CCS formalization to HOL4, utilizing new co-inductive support and providing a decision procedure for CCS transitions.
Findings
Successfully ported CCS formalization to HOL4
Proved algebraic laws and expansion theorem within HOL4
Developed a decision procedure for CCS transitions
Abstract
An old formalization of the Process Algebra CCS (no value passing, with explicit relabeling operator) on has been ported from HOL88 theorem prover to HOL4 (Kananaskis-11 and later). Transitions between CCS processes are defined by SOS (Structured Operational Semantics) inference rules, then all algebaric laws (including the expansion theorem) were proved upon SOS transition rules. We have used HOL4's new co-inductive relation support to re-define strong and weak bisimulation equivalances, and shows that the new definitions are equivalent with old ones. Finally, there's decision procedure for automatic detection of CCS transitions. The aim is to provide an up-to-date sound and effective tool to support verification and reasoning about CCS, and to provide a formal logic basis for further theoretical developments in Concurrency Theory.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsFormal Methods in Verification · Logic, programming, and type systems · Logic, Reasoning, and Knowledge
