Documentation

EventStructures.Family.LTSI

The LTSI of a configuration family #

States are configurations, steps add one enabled fresh event, and independence is the derived diamond condition. The forward LPV axioms hold for any family.

def ConfFamily.esStep {L : Type u_1} (F : ConfFamily L) (c₁ : F.Conf) (a : L) (c₂ : F.Conf) :

Forward step: extend by a fresh enabled event.

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

    Coinitial independence of two labelled steps.

    Equations
    Instances For
      def ConfFamily.toLTSI {L : Type u_1} (F : ConfFamily L) :

      The LTSI of a configuration family.

      Equations
      Instances For
        theorem ConfFamily.toLTSI_LPV {L : Type u_1} (F : ConfFamily L) :

        The forward LPV axioms hold for every configuration family.