let P be the Instructions of SCM+FSA -valued ManySortedSet of NAT ; for s being State of SCM+FSA
for I being Program of SCM+FSA holds IC (IExec (I,P,s)) = IC (Result ((P +* I),(s +* (Initialized I))))
let s be State of SCM+FSA; for I being Program of SCM+FSA holds IC (IExec (I,P,s)) = IC (Result ((P +* I),(s +* (Initialized I))))
let I be Program of SCM+FSA; IC (IExec (I,P,s)) = IC (Result ((P +* I),(s +* (Initialized I))))
not IC in NAT
by COMPOS_1:def 12;
then A1:
not IC in dom (ProgramPart s)
by COMPOS_1:34;
IExec (I,P,s) = (Result ((P +* I),(s +* (Initialized I)))) +* (s | NAT)
by SCMFSA6B:def 1;
hence
IC (IExec (I,P,s)) = IC (Result ((P +* I),(s +* (Initialized I))))
by A1, FUNCT_4:12; verum