let s be State of SCM+FSA; :: thesis: for I being parahalting Program of st Initialize ((intloc 0) .--> 1) c= s holds
for P being Instruction-Sequence of SCM+FSA st I c= P holds
P halts_on s

let I be parahalting Program of ; :: thesis: ( Initialize ((intloc 0) .--> 1) c= s implies for P being Instruction-Sequence of SCM+FSA st I c= P holds
P halts_on s )

A1: Start-At (0,SCM+FSA) c= Initialize ((intloc 0) .--> 1) by FUNCT_4:25;
assume A2: Initialize ((intloc 0) .--> 1) c= s ; :: thesis: for P being Instruction-Sequence of SCM+FSA st I c= P holds
P halts_on s

let P be Instruction-Sequence of SCM+FSA; :: thesis: ( I c= P implies P halts_on s )
assume A3: I c= P ; :: thesis: P halts_on s
Start-At (0,SCM+FSA) c= s by A2, A1, XBOOLE_1:1;
then s is 0 -started by MEMSTR_0:29;
hence P halts_on s by A3, AMISTD_1:def 11; :: thesis: verum