@[implicit_reducible]
Equations
- Cslib.FLTS.instCoeLTS = { coe := Cslib.FLTS.toLTS }
theorem
Cslib.FLTS.toLTS_tr
{State : Type u_1}
{Label : Type u_2}
{flts : FLTS State Label}
{s1 : State}
{μ : Label}
{s2 : State}
:
FLTS.toLTS correctly characterises transitions.
instance
Cslib.FLTS.toLTS_deterministic
{State : Type u_1}
{Label : Type u_2}
(flts : FLTS State Label)
:
flts.toLTS.Deterministic
The transition system of a FLTS is deterministic.
instance
Cslib.FLTS.toLTS_imageFinite
{State : Type u_1}
{Label : Type u_2}
(flts : FLTS State Label)
:
flts.toLTS.ImageFinite
The transition system of a FLTS is image-finite.
theorem
Cslib.FLTS.toLTS_mtr
{State : Type u_1}
{Label : Type u_2}
{flts : FLTS State Label}
{s1 : State}
{μs : List Label}
{s2 : State}
:
Characterisation of multistep transitions.