set Ma = Macro (b := (f,a));
let s be 0 -started State of SCM+FSA; AMISTD_1:def 11,SCMFSA6C:def 1 for b1 being set holds
( not Macro (b := (f,a)) c= b1 or b1 halts_on s )
A56:
Start-At (0,SCM+FSA) c= s
by MEMSTR_0:29;
let P be Instruction-Sequence of SCM+FSA; ( not Macro (b := (f,a)) c= P or P halts_on s )
assume A57:
Macro (b := (f,a)) 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 )
A59:
dom P = NAT
by PARTFUN1:def 2;
thus
IC (Comput (P,s,1)) in dom P
by A59; CurInstr (P,(Comput (P,s,1))) = halt SCM+FSA
dom (Start-At (0,SCM+FSA)) = {(IC )}
by FUNCOP_1:13;
then A60:
IC in dom (Start-At (0,SCM+FSA))
by TARSKI:def 1;
A61: IC s =
(Start-At (0,SCM+FSA)) . (IC )
by A60, A56, GRFUNC_1:2
.=
0
by FUNCOP_1:72
;
then A62: IC (Exec ((b := (f,a)),s)) =
succ 0
by SCMFSA_2:72
.=
0 + 1
;
A63:
1 in dom (Macro (b := (f,a)))
by COMPOS_1:60;
A64:
0 in dom (Macro (b := (f,a)))
by COMPOS_1:60;
A65: P . 0 =
(Macro (b := (f,a))) . 0
by A57, A64, GRFUNC_1:2
.=
b := (f,a)
by COMPOS_1:58
;
A66: P . 1 =
(Macro (b := (f,a))) . 1
by A57, A63, 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 ((b := (f,a)),s)
by A61, A59, A65, PARTFUN1:def 6
;
hence
CurInstr (P,(Comput (P,s,1))) = halt SCM+FSA
by A62, A59, A66, PARTFUN1:def 6; verum