let P be Instruction-Sequence of SCM+FSA; for I being Program of SCM+FSA
for s being State of SCM+FSA st I is_closed_on s,P holds
0 in dom I
let I be Program of SCM+FSA; for s being State of SCM+FSA st I is_closed_on s,P holds
0 in dom I
let s be State of SCM+FSA; ( I is_closed_on s,P implies 0 in dom I )
assume A1:
I is_closed_on s,P
; 0 in dom I
B2:
IC in dom (Start-At (0,SCM+FSA))
by MEMSTR_0:15;
IC (Comput ((P +* I),(Initialize s),0)) =
(Initialize s) . (IC )
by EXTPRO_1:2
.=
IC (Start-At (0,SCM+FSA))
by B2, FUNCT_4:13
.=
0
by FUNCOP_1:72
;
hence
0 in dom I
by A1, SCMFSA7B:def 6; verum