let P be the Instructions of SCM+FSA -valued ManySortedSet of NAT ; for s being State of SCM+FSA st P halts_on s holds
for k being Element of NAT st LifeSpan (P,s) <= k holds
CurInstr (P,(Comput (P,s,k))) = halt SCM+FSA
let s be State of SCM+FSA; ( P halts_on s implies for k being Element of NAT st LifeSpan (P,s) <= k holds
CurInstr (P,(Comput (P,s,k))) = halt SCM+FSA )
assume
P halts_on s
; for k being Element of NAT st LifeSpan (P,s) <= k holds
CurInstr (P,(Comput (P,s,k))) = halt SCM+FSA
then A1:
CurInstr (P,(Comput (P,s,(LifeSpan (P,s))))) = halt SCM+FSA
by EXTPRO_1:def 14;
let k be Element of NAT ; ( LifeSpan (P,s) <= k implies CurInstr (P,(Comput (P,s,k))) = halt SCM+FSA )
set i = LifeSpan (P,s);
assume
LifeSpan (P,s) <= k
; CurInstr (P,(Comput (P,s,k))) = halt SCM+FSA
hence
CurInstr (P,(Comput (P,s,k))) = halt SCM+FSA
by A1, EXTPRO_1:6; verum