let il be Element of NAT ; :: thesis: for a, b being Int-Location holds NIC (MultBy a,b),il = {(succ il)}
let a, b be Int-Location ; :: thesis: NIC (MultBy a,b),il = {(succ il)}
set i = MultBy a,b;
for s being State of SCM+FSA st IC s = il & s . il = MultBy a,b holds
(Exec (MultBy a,b),s) . (IC SCM+FSA ) = succ (IC s) by SCMFSA_2:92;
hence NIC (MultBy a,b),il = {(succ il)} by Lm5; :: thesis: verum