let il be Element of NAT ; :: thesis: for a, b being Int-Location
for f being FinSeq-Location holds NIC ((a := (f,b)),il) = {(succ il)}

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