Theory DCRExecutionEquivalence
theory DCRExecutionEquivalence
imports Main
begin
section ‹DCR processes›
text ‹Although we use the term "process", the present theory formalises DCR graphs as defined
in the original places and other papers.›
type_synonym event = nat
text ‹The static structure. This encompasss the relations, the set of event @{term dom} of the
process, and the labelling function @{term lab}. We do not explicitly enforce that relations and marking are confined to this set, except in
definitions of enabledness and execution below. ›