let IAlph be non empty set ; for fsm being non empty FSM of IAlph
for w being FinSequence of IAlph
for q, q9 being State of fsm holds
( (q,w -admissible ) . (len (q,w -admissible )) = q9 iff q,w -leads_to q9 )
let fsm be non empty FSM of IAlph; for w being FinSequence of IAlph
for q, q9 being State of fsm holds
( (q,w -admissible ) . (len (q,w -admissible )) = q9 iff q,w -leads_to q9 )
let w be FinSequence of IAlph; for q, q9 being State of fsm holds
( (q,w -admissible ) . (len (q,w -admissible )) = q9 iff q,w -leads_to q9 )
let q, q9 be State of fsm; ( (q,w -admissible ) . (len (q,w -admissible )) = q9 iff q,w -leads_to q9 )
assume
q,w -leads_to q9
; (q,w -admissible ) . (len (q,w -admissible )) = q9
then
(q,w -admissible ) . ((len w) + 1) = q9
by Def3;
hence
(q,w -admissible ) . (len (q,w -admissible )) = q9
by Def2; verum