let k1, k2 be Integer; :: thesis: for a, b being Int_position holds not AddTo (a,k1,b,k2) is halting
let a, b be Int_position ; :: thesis: not AddTo (a,k1,b,k2) is halting
set s = the State of SCMPDS;
(Exec ((AddTo (a,k1,b,k2)), the State of SCMPDS)) . (IC ) = succ (IC the State of SCMPDS) by Th61;
hence not AddTo (a,k1,b,k2) is halting by Th76; :: thesis: verum