The reversible LTSI of a stable family #
Backward steps undo one event. The reverse LPV axioms require stability.
Reversible step: forward adds an event, backward removes one.
Equations
- F.esRStep x✝¹ (DirLabel.fwd a) x✝ = F.esStep x✝¹ a x✝
- F.esRStep x✝¹ (DirLabel.bwd a) x✝ = F.esStep x✝ a x✝¹
Instances For
Reversible coinitial independence: same direction, distinct events.
Equations
- One or more equations did not get rendered due to their size.
- F.esRIndep x✝² (DirLabel.fwd a) x✝¹ (DirLabel.fwd b) x✝ = F.esIndep x✝² a x✝¹ b x✝
- F.esRIndep x✝² (DirLabel.fwd a) x✝¹ (DirLabel.bwd a_1) x✝ = False
- F.esRIndep x✝² (DirLabel.bwd a) x✝¹ (DirLabel.fwd a_1) x✝ = False
Instances For
The reversible LTSI of a stable family satisfies the reverse LPV axioms.