let p be the Instructions of SCM+FSA -valued ManySortedSet of NAT ; for I being Program of SCM+FSA
for s being State of SCM+FSA holds IExec (I,p,s) = IExec (I,p,(Initialized s))
let I be Program of SCM+FSA; for s being State of SCM+FSA holds IExec (I,p,s) = IExec (I,p,(Initialized s))
let s be State of SCM+FSA; IExec (I,p,s) = IExec (I,p,(Initialized s))
set sp = s | NAT;
A1:
s +* (Initialized I) = (Initialized s) +* (Initialized I)
by SCMFSA8A:8;
thus IExec (I,p,s) =
(Result ((p +* I),(s +* (Initialized I)))) +* (s | NAT)
by SCMFSA6B:def 1
.=
(Result ((p +* I),((Initialized s) +* (Initialized I)))) +* ((Initialized s) | NAT)
by A1, SCMFSA8C:36
.=
IExec (I,p,(Initialized s))
by SCMFSA6B:def 1
; verum