let I be Instruction of ; :: thesis: ( ex s being State of st (Exec I,s) . (IC SCMPDS ) = Next (IC s) implies not I is halting )
given s being State of such that A1: (Exec I,s) . (IC SCMPDS ) = Next (IC s) ; :: thesis: not I is halting
assume I is halting ; :: thesis: contradiction
then (Exec I,s) . (IC SCMPDS ) = s . NAT by Th6, AMI_1:def 8;
hence contradiction by A1, Th6; :: thesis: verum
IC s = s . NAT by AMI_2:30, FUNCT_7:def 1;
then reconsider w = s . NAT as Instruction-Location of SCMPDS ;