let I be Program of SCM+FSA; :: thesis: ( ( for s being State of SCM+FSA
for P being the Instructions of SCM+FSA -valued ManySortedSet of NAT holds Initialized I is_halting_on s,P ) implies Initialized I is halting )

A1: ProgramPart (Initialized I) = I by SCMFSA6A:33;
assume A2: for s being State of SCM+FSA
for P being the Instructions of SCM+FSA -valued ManySortedSet of NAT holds Initialized I is_halting_on s,P ; :: thesis: Initialized I is halting
now end;
hence Initialized I is halting by EXTPRO_1:def 10, A1; :: thesis: verum