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