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)))
set D = Int-Locations \/ FinSeq-Locations ;
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 A1:
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 A2:
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;
I ';' (Stop SCM+FSA ) is_halting_on s
by A1, Th58;
then A3:
s +* ((I ';' (Stop SCM+FSA )) +* (Start-At (insloc 0 ))) is halting
by SCMFSA7B:def 8;
LifeSpan (s +* ((I ';' (Stop SCM+FSA )) +* (Start-At (insloc 0 )))) = pseudo-LifeSpan s,(Directed I)
by A1, Th58;
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 A2, A3, AMI_1:122; :: thesis: verum