Documentation

EventStructures.Prime.LTSI

The LTSI of a prime event structure #

def PES.emptyConfig {L : Type u_1} (es : PES L) :
Conf es

The empty configuration.

Equations
Instances For
    def PES.esStep {L : Type u_1} (es : PES L) (c₁ : Conf es) (a : L) (c₂ : Conf es) :

    Forward step: extend by a fresh enabled event.

    Equations
    Instances For
      def PES.esIndep {L : Type u_1} (es : PES L) (c : Conf es) (a : L) (c₁ : Conf es) (b : L) (c₂ : Conf es) :

      Coinitial independence: concurrent fresh enabled events.

      Equations
      • One or more equations did not get rendered due to their size.
      Instances For
        def PES.toLTSI {L : Type u_1} (es : PES L) :

        LTSI of an event structure.

        Equations
        Instances For
          theorem PES.esStep_iff {L : Type u_1} (es : PES L) {c₁ c₂ : Conf es} {a : L} :
          es.toFamily.esStep c₁ a c₂ es.esStep c₁ a c₂

          The prime and family step relations agree.

          theorem PES.esIndep_iff {L : Type u_1} (es : PES L) {c c₁ c₂ : Conf es} {a b : L} :
          es.toFamily.esIndep c a c₁ b c₂ es.esIndep c a c₁ b c₂

          The prime and family independence relations agree.

          theorem PES.toLTSI_eq {L : Type u_1} (es : PES L) :

          The prime LTSI is the family LTSI.

          theorem PES.toLTSI_LPV {L : Type u_1} (es : PES L) :

          The event-structure LTSI satisfies LPV.

          def PES.esRStep {L : Type u_1} (es : PES L) :
          Conf esDirLabel LConf esProp

          Reversible step.

          Equations
          Instances For
            def PES.esRIndep {L : Type u_1} (es : PES L) :
            Conf esDirLabel LConf esDirLabel LConf esProp

            Reversible coinitial independence.

            Equations
            Instances For
              def PES.toRLTSI {L : Type u_1} (es : PES L) :

              Reversible LTSI of an event structure.

              Equations
              Instances For
                theorem PES.toRLTSI_LPV {L : Type u_1} (es : PES L) :

                Prime event structures are stable, so the reverse LPV axioms hold.