let I be Program of SCM+FSA; ( I is paraclosed implies I is InitClosed )
assume A1:
I is paraclosed
; I is InitClosed
let s be State of SCM+FSA; SCM_HALT:def 1 for P being Instruction-Sequence of SCM+FSA st I c= P holds
for n being Element of NAT st Initialize ((intloc 0) .--> 1) c= s holds
IC (Comput (P,s,n)) in dom I
let P be Instruction-Sequence of SCM+FSA; ( I c= P implies for n being Element of NAT st Initialize ((intloc 0) .--> 1) c= s holds
IC (Comput (P,s,n)) in dom I )
assume A2:
I c= P
; for n being Element of NAT st Initialize ((intloc 0) .--> 1) c= s holds
IC (Comput (P,s,n)) in dom I
let n be Element of NAT ; ( Initialize ((intloc 0) .--> 1) c= s implies IC (Comput (P,s,n)) in dom I )
assume A3:
Initialize ((intloc 0) .--> 1) c= s
; IC (Comput (P,s,n)) in dom I
Start-At (0,SCM+FSA) c= Initialize ((intloc 0) .--> 1)
by FUNCT_4:25;
then
Start-At (0,SCM+FSA) c= s
by A3, XBOOLE_1:1;
then
s is 0 -started
by MEMSTR_0:29;
hence
IC (Comput (P,s,n)) in dom I
by A1, A2, AMISTD_1:def 10; verum