let R be good Ring; for a, b being Data-Location of R
for il being Element of NAT holds NIC ((SubFrom (a,b)),il) = {(succ il)}
let a, b be Data-Location of R; for il being Element of NAT holds NIC ((SubFrom (a,b)),il) = {(succ il)}
let il be Element of NAT ; NIC ((SubFrom (a,b)),il) = {(succ il)}
set i = SubFrom (a,b);
for s being State of (SCM R) st IC s = il holds
(Exec ((SubFrom (a,b)),s)) . (IC (SCM R)) = succ (IC s)
by SCMRING2:15;
hence
NIC ((SubFrom (a,b)),il) = {(succ il)}
by Lm4; verum