let a, b be Data-Location ; :: thesis: for il being Element of NAT holds NIC ((MultBy (a,b)),il) = {(succ il)}
let il be Element of NAT ; :: thesis: NIC ((MultBy (a,b)),il) = {(succ il)}
set i = MultBy (a,b);
for s being State of SCM st IC s = il holds
(Exec ((MultBy (a,b)),s)) . (IC SCM) = succ (IC s) by AMI_3:11;
hence NIC ((MultBy (a,b)),il) = {(succ il)} by Lm4; :: thesis: verum