In mathematics and computer science, an event structure describes sequences of events that can be triggered by combinations of other events, with certain forbidden combinations of events. Different sources provide more or less flexible mathematical formalizations of the way events can be triggered and which combinations are forbidden.

The most general of these formalizations is given by Glynn Winskel. Winskel formalizes an event structure can be formalized as a triple , in which:

  • is a set of events, not necessarily finite.
  • is a family of finite subsets of , the subsets that are deemed to be consistent (not forbidden). If is one of these consistent sets, then every subset of must also be consistent. That is, must be closed under the operation of taking subsets.
  • is a binary relation from consistent sets to elements of . The relation , for and is interpreted as meaning that when the events so far form set , this enables to be the next event. When , it is required that for every consistent superset (with and ).

According to Winskel's definitions, a configuration of an event structure is a subset of all of whose finite subsets are consistent and whose events are all secured. Here, an event is secured when it belongs to a finite sequence of events from the configuration, each of which is enabled by the subset of earlier events from the same sequence.[1]

The nlab simplifies these definitions in two ways:

  • It replaces the family of consistent events by an irreflexive symmetric relation called incompatibility (or conflict), such that a finite set of events is consistent if and only if it contains no incompatible pair.
  • And (either separately or with both simplifications together) it replaces the enabling relation by a partial order relation on called causal dependency, such that each event has finitely many predecessors, all of which must have happened earlier to enable the event.

For the event structures with both simplifications, which nlab calls prime event structures, the configurations are the downward-closed subsets of the partial order that include no incompatible pairs.[2]

See also

edit
  • Antimatroid, a system of events ordered by enabling subsets but without a consistency requirement

References

edit
  1. ^ Winskel, Glynn (1986), "Event structures" (PDF), in Brauer, Wilfried; Reisig, Wolfgang; Rozenberg, Grzegorz (eds.), Petri Nets: Central Models and Their Properties, Advances in Petri Nets 1986, Part II, Proceedings of an Advanced Course, Bad Honnef, Germany, 8-19 September 1986, Lecture Notes in Computer Science, vol. 255, Springer, pp. 325–392, doi:10.1007/3-540-17906-2_31
  2. ^ Event structure at the nLab