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