let p be the Instructions of SCM+FSA -valued ManySortedSet of NAT ; :: thesis: 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; :: thesis: for s being State of SCM+FSA holds IExec (I,p,s) = IExec (I,p,(Initialized s))
let s be State of SCM+FSA; :: thesis: 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 ; :: thesis: verum