now
let s be State of SCM+FSA ; :: thesis: ( (f := p) +* (Start-At (insloc 0 )) c= s implies s is halting )
assume A1: (f := p) +* (Start-At (insloc 0 )) c= s ; :: thesis: s is halting
A2: IC SCM+FSA in dom ((f := p) +* (Start-At (insloc 0 ))) by SF_MASTR:65;
IC s = s . (IC SCM+FSA ) by AMI_1:def 15
.= ((f := p) +* (Start-At (insloc 0 ))) . (IC SCM+FSA ) by A1, A2, GRFUNC_1:8
.= insloc 0 by SF_MASTR:66 ;
hence s is halting by A1, Lm7, SCMFSA6B:5; :: thesis: verum
end;
then (f := p) +* (Start-At (insloc 0 )) is halting by AMI_1:def 26;
hence f := p is parahalting by SCMFSA6B:def 3; :: thesis: verum