let a, b be Int_position ; for l being Instruction-Location of SCMPDS
for k1, k2 being Integer holds NIC (AddTo a,k1,b,k2),l = {(Next l)}
let l be Instruction-Location of SCMPDS ; for k1, k2 being Integer holds NIC (AddTo a,k1,b,k2),l = {(Next l)}
let k1, k2 be Integer; NIC (AddTo a,k1,b,k2),l = {(Next l)}
set i = AddTo a,k1,b,k2;
for s being State of st IC s = l & s . l = AddTo a,k1,b,k2 holds
(Exec (AddTo a,k1,b,k2),s) . (IC SCMPDS ) = Next (IC s)
by SCMPDS_2:61;
hence
NIC (AddTo a,k1,b,k2),l = {(Next l)}
by Th7; verum