Event-structure semantics of CCS, and its coincidence with the operational one #
@[reducible]
Restriction (ν)E: keep the visible events. An event is enabled only when
some fully visible enabling set is available.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Projections of configurations #
Each construction projects to its components, and the projection of a configuration is a configuration.
Extending a configuration #
@[reducible]
Event-structure semantics of finitary CCS, as stable event structures.
Equations
- CCS.semantics CCS.Process.nil = CCS.empty
- CCS.semantics (CCS.Process.pre α P) = CCS.pfx α (CCS.semantics P)
- CCS.semantics (P.sum Q) = CCS.sum (CCS.semantics P) (CCS.semantics Q)
- CCS.semantics (P.par Q) = CCS.parSES (CCS.semantics P) (CCS.semantics Q)
- CCS.semantics P.res = CCS.restrict (CCS.semantics P)
Instances For
Denotational LTSI: configurations of the semantics.
Equations
- CCS.denLTSI P = (CCS.semantics P).toFamily.toLTSI