let s1, s2 be State of SCM+FSA ; :: thesis: for I being Program of SCM+FSA st I is_closed_on s1 & I is_halting_on s1 & I +* (Start-At (insloc 0 )) c= s1 & I +* (Start-At (insloc 0 )) c= s2 & DataPart s1 = DataPart s2 holds
LifeSpan s1 = LifeSpan s2
let J be Program of SCM+FSA ; :: thesis: ( J is_closed_on s1 & J is_halting_on s1 & J +* (Start-At (insloc 0 )) c= s1 & J +* (Start-At (insloc 0 )) c= s2 & DataPart s1 = DataPart s2 implies LifeSpan s1 = LifeSpan s2 )
assume that
A1:
J is_closed_on s1
and
A2:
J is_halting_on s1
and
A3:
J +* (Start-At (insloc 0 )) c= s1
and
A4:
J +* (Start-At (insloc 0 )) c= s2
and
A5:
DataPart s1 = DataPart s2
; :: thesis: LifeSpan s1 = LifeSpan s2
s1 = s1 +* (J +* (Start-At (insloc 0 )))
by A3, FUNCT_4:79;
then A6:
s1 is halting
by A2, SCMFSA7B:def 8;
CurInstr (Computation s1,(LifeSpan s1)) = halt SCM+FSA
by A6, AMI_1:def 46;
then A8:
CurInstr (Computation s2,(LifeSpan s1)) = halt SCM+FSA
by A1, A3, A4, A5, Th43;
then
s2 is halting
by AMI_1:def 20;
hence
LifeSpan s1 = LifeSpan s2
by A8, A7, AMI_1:def 46; :: thesis: verum