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