Equivalence of nondeterministic Buchi automata (NBAs). #
def
Cslib.Automata.NA.Buchi.reindex
{Symbol : Type u}
{State : Type v}
{State' : Type w}
(f : State ≃ State')
:
Lifts an equivalence on states to an equivalence on NBAs.
Equations
- One or more equations did not get rendered due to their size.
Instances For
@[simp]
@[simp]
theorem
Cslib.Automata.NA.Buchi.reindex_language_eq
{Symbol : Type u}
{State : Type v}
{State' : Type w}
{f : State ≃ State'}
{nba : Buchi State Symbol}
:
ωAcceptor.language ((reindex f) nba) = ωAcceptor.language nba