set Ma = Macro (SubFrom (a,b));
let s be 0 -started State of SCM+FSA; :: according to AMISTD_1:def 11,SCMFSA6C:def 1 :: thesis: for b1 being set holds
( not Macro (SubFrom (a,b)) c= b1 or b1 halts_on s )

A21: Start-At (0,SCM+FSA) c= s by MEMSTR_0:29;
let P be Instruction-Sequence of SCM+FSA; :: thesis: ( not Macro (SubFrom (a,b)) c= P or P halts_on s )
assume A22: Macro (SubFrom (a,b)) c= P ; :: thesis: P halts_on s
take 1 ; :: according to EXTPRO_1:def 8 :: thesis: ( IC (Comput (P,s,1)) in dom P & CurInstr (P,(Comput (P,s,1))) = halt SCM+FSA )
A23: dom P = NAT by PARTFUN1:def 2;
thus IC (Comput (P,s,1)) in dom P by A23; :: thesis: CurInstr (P,(Comput (P,s,1))) = halt SCM+FSA
dom (Start-At (0,SCM+FSA)) = {(IC )} by FUNCOP_1:13;
then A24: IC in dom (Start-At (0,SCM+FSA)) by TARSKI:def 1;
A25: IC s = (Start-At (0,SCM+FSA)) . (IC ) by A24, A21, GRFUNC_1:2
.= 0 by FUNCOP_1:72 ;
then A26: IC (Exec ((SubFrom (a,b)),s)) = succ 0 by SCMFSA_2:65
.= 0 + 1 ;
A27: 1 in dom (Macro (SubFrom (a,b))) by COMPOS_1:60;
A28: 0 in dom (Macro (SubFrom (a,b))) by COMPOS_1:60;
A29: P . 0 = (Macro (SubFrom (a,b))) . 0 by A22, A28, GRFUNC_1:2
.= SubFrom (a,b) by COMPOS_1:58 ;
A30: P . 1 = (Macro (SubFrom (a,b))) . 1 by A22, A27, 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)
.= Exec ((SubFrom (a,b)),s) by A25, A23, A29, PARTFUN1:def 6 ;
hence CurInstr (P,(Comput (P,s,1))) = halt SCM+FSA by A26, A23, A30, PARTFUN1:def 6; :: thesis: verum