let s be State of SCM+FSA ; :: thesis: for I being Program of SCM+FSA holds DataPart (Result (s +* (Initialized I))) = DataPart (IExec I,s)
let I be Program of SCM+FSA ; :: thesis: DataPart (Result (s +* (Initialized I))) = DataPart (IExec I,s)
set s1 = s +* (Initialized I);
A1: IExec I,s = (Result (s +* (Initialized I))) +* (s | NAT ) by SCMFSA6B:def 1;
A2: now end;
now end;
hence DataPart (Result (s +* (Initialized I))) = DataPart (IExec I,s) by A2, SCMFSA6A:38; :: thesis: verum