let f be FinSeq-Location ; :: thesis: for c, a being Int-Location holds not c := f,a is halting
let c, a be Int-Location ; :: thesis: not c := f,a is halting
consider s being State of SCM+FSA ;
(Exec (c := f,a),s) . (IC SCM+FSA ) = succ (IC s) by Th98;
hence not c := f,a is halting by Th104; :: thesis: verum