set Ma = Macro (AddTo (a,b));
let s be 0 -started State of SCM+FSA; AMISTD_1:def 11,SCMFSA6C:def 1 for b1 being set holds
( not Macro (AddTo (a,b)) c= b1 or b1 halts_on s )
A12:
Start-At (0,SCM+FSA) c= s
by MEMSTR_0:29;
let P be Instruction-Sequence of SCM+FSA; ( not Macro (AddTo (a,b)) c= P or P halts_on s )
assume A13:
Macro (AddTo (a,b)) c= P
; P halts_on s
take
1
; EXTPRO_1:def 8 ( IC (Comput (P,s,1)) in proj1 P & CurInstr (P,(Comput (P,s,1))) = halt SCM+FSA )
A15:
dom P = NAT
by PARTFUN1:def 2;
thus
IC (Comput (P,s,1)) in dom P
by A15; CurInstr (P,(Comput (P,s,1))) = halt SCM+FSA
dom (Start-At (0,SCM+FSA)) = {(IC )}
by FUNCOP_1:13;
then A16:
IC in dom (Start-At (0,SCM+FSA))
by TARSKI:def 1;
A17: IC s =
(Start-At (0,SCM+FSA)) . (IC )
by A16, A12, GRFUNC_1:2
.=
0
by FUNCOP_1:72
;
then A18: IC (Exec ((AddTo (a,b)),s)) =
succ 0
by SCMFSA_2:64
.=
0 + 1
;
A19:
1 in dom (Macro (AddTo (a,b)))
by COMPOS_1:60;
A20:
0 in dom (Macro (AddTo (a,b)))
by COMPOS_1:60;
A21: P . 0 =
(Macro (AddTo (a,b))) . 0
by A13, A20, GRFUNC_1:2
.=
AddTo (a,b)
by COMPOS_1:58
;
A22: P . 1 =
(Macro (AddTo (a,b))) . 1
by A13, A19, GRFUNC_1:2
.=
halt SCM+FSA
by COMPOS_1:59
;
Comput (P,s,(0 + 1)) =
Following (P,(Comput (P,s,0)))
by EXTPRO_1:3
.=
Following (P,s)
by EXTPRO_1:2
.=
Exec ((AddTo (a,b)),s)
by A17, A15, A21, PARTFUN1:def 6
;
hence
CurInstr (P,(Comput (P,s,1))) = halt SCM+FSA
by A18, A15, A22, PARTFUN1:def 6; verum