let IAlph, OAlph be non empty set ; for tfsm being non empty Mealy-FSM of IAlph,OAlph
for qa, qb being State of tfsm holds 0 -equivalent qa,qb
let tfsm be non empty Mealy-FSM of IAlph,OAlph; for qa, qb being State of tfsm holds 0 -equivalent qa,qb
let qa, qb be State of tfsm; 0 -equivalent qa,qb
let w be FinSequence of IAlph; FSM_1:def 11 ( len w <= 0 implies qa,w -response = qb,w -response )
assume
len w <= 0
; qa,w -response = qb,w -response
then A1:
w = <*> IAlph
;
hence qa,w -response =
<*> OAlph
by Th24
.=
qb,w -response
by A1, Th24
;
verum