set D = Int-Locations \/ FinSeq-Locations ;
let s be State of SCM+FSA ; :: thesis: for I being Program of SCM+FSA st Directed I is_pseudo-closed_on s holds
DataPart (Result (s +* ((I ';' (Stop SCM+FSA )) +* (Start-At (insloc 0 ))))) = DataPart (Computation (s +* (I +* (Start-At (insloc 0 )))),(pseudo-LifeSpan s,(Directed I)))

let I be Program of SCM+FSA ; :: thesis: ( Directed I is_pseudo-closed_on s implies DataPart (Result (s +* ((I ';' (Stop SCM+FSA )) +* (Start-At (insloc 0 ))))) = DataPart (Computation (s +* (I +* (Start-At (insloc 0 )))),(pseudo-LifeSpan s,(Directed I))) )
set I0 = Directed I;
set I1 = I ';' (Stop SCM+FSA );
set s2 = s +* (I +* (Start-At (insloc 0 )));
set s10 = s +* ((I ';' (Stop SCM+FSA )) +* (Start-At (insloc 0 )));
set k = pseudo-LifeSpan s,(Directed I);
assume Directed I is_pseudo-closed_on s ; :: thesis: DataPart (Result (s +* ((I ';' (Stop SCM+FSA )) +* (Start-At (insloc 0 ))))) = DataPart (Computation (s +* (I +* (Start-At (insloc 0 )))),(pseudo-LifeSpan s,(Directed I)))
then A1: ( I ';' (Stop SCM+FSA ) is_halting_on s & LifeSpan (s +* ((I ';' (Stop SCM+FSA )) +* (Start-At (insloc 0 )))) = pseudo-LifeSpan s,(Directed I) & DataPart (Computation (s +* (I +* (Start-At (insloc 0 )))),(pseudo-LifeSpan s,(Directed I))) = DataPart (Computation (s +* ((I ';' (Stop SCM+FSA )) +* (Start-At (insloc 0 )))),(pseudo-LifeSpan s,(Directed I))) ) by Th58;
then s +* ((I ';' (Stop SCM+FSA )) +* (Start-At (insloc 0 ))) is halting by SCMFSA7B:def 8;
hence DataPart (Result (s +* ((I ';' (Stop SCM+FSA )) +* (Start-At (insloc 0 ))))) = DataPart (Computation (s +* (I +* (Start-At (insloc 0 )))),(pseudo-LifeSpan s,(Directed I))) by A1, AMI_1:122; :: thesis: verum