let I be Program of SCM+FSA ; :: thesis: ( I is parahalting iff for s being State of SCM+FSA holds I is_halting_on s )
hereby :: thesis: ( ( for s being State of SCM+FSA holds I is_halting_on s ) implies I is parahalting ) end;
assume A2: for s being State of SCM+FSA holds I is_halting_on s ; :: thesis: I is parahalting
now end;
then I +* (Start-At 0 ,SCM+FSA ) is halting by AMI_1:def 26;
hence I is parahalting by SCMFSA6B:def 3; :: thesis: verum