Finite executions of LTS #
theorem
Cslib.LTS.Execution.isChain
{State : Type u_1}
{Label : Type u_2}
{lts : LTS State Label}
{s1 : State}
{μs : List Label}
{s2 : State}
{ss : List State}
(hexec : lts.Execution s1 μs s2 ss)
:
List.IsChain lts.UnlabelledTr ss
The states visited by an execution form a chain in the underlying unlabelled relation.