let s1, s2 be State of SCM+FSA ; :: thesis: for J being InitHalting Program of SCM+FSA st Initialized J c= s1 holds
for n being Element of NAT st ProgramPart (Relocated J,n) c= s2 & IC s2 = insloc n & DataPart s1 = DataPart s2 holds
for i being Element of NAT holds
( (IC (Computation s1,i)) + n = IC (Computation s2,i) & IncAddr (CurInstr (Computation s1,i)),n = CurInstr (Computation s2,i) & DataPart (Computation s1,i) = DataPart (Computation s2,i) )

let J be InitHalting Program of SCM+FSA ; :: thesis: ( Initialized J c= s1 implies for n being Element of NAT st ProgramPart (Relocated J,n) c= s2 & IC s2 = insloc n & DataPart s1 = DataPart s2 holds
for i being Element of NAT holds
( (IC (Computation s1,i)) + n = IC (Computation s2,i) & IncAddr (CurInstr (Computation s1,i)),n = CurInstr (Computation s2,i) & DataPart (Computation s1,i) = DataPart (Computation s2,i) ) )

set JAt = Initialized J;
assume A1: Initialized J c= s1 ; :: thesis: for n being Element of NAT st ProgramPart (Relocated J,n) c= s2 & IC s2 = insloc n & DataPart s1 = DataPart s2 holds
for i being Element of NAT holds
( (IC (Computation s1,i)) + n = IC (Computation s2,i) & IncAddr (CurInstr (Computation s1,i)),n = CurInstr (Computation s2,i) & DataPart (Computation s1,i) = DataPart (Computation s2,i) )

let n be Element of NAT ; :: thesis: ( ProgramPart (Relocated J,n) c= s2 & IC s2 = insloc n & DataPart s1 = DataPart s2 implies for i being Element of NAT holds
( (IC (Computation s1,i)) + n = IC (Computation s2,i) & IncAddr (CurInstr (Computation s1,i)),n = CurInstr (Computation s2,i) & DataPart (Computation s1,i) = DataPart (Computation s2,i) ) )

assume that
A2: ProgramPart (Relocated J,n) c= s2 and
A3: IC s2 = insloc n and
A4: DataPart s1 = DataPart s2 ; :: thesis: for i being Element of NAT holds
( (IC (Computation s1,i)) + n = IC (Computation s2,i) & IncAddr (CurInstr (Computation s1,i)),n = CurInstr (Computation s2,i) & DataPart (Computation s1,i) = DataPart (Computation s2,i) )

A5: J c= Initialized J by SCMFSA6A:26;
then A6: dom J c= dom (Initialized J) by GRFUNC_1:8;
let i be Element of NAT ; :: thesis: ( (IC (Computation s1,i)) + n = IC (Computation s2,i) & IncAddr (CurInstr (Computation s1,i)),n = CurInstr (Computation s2,i) & DataPart (Computation s1,i) = DataPart (Computation s2,i) )
defpred S1[ Element of NAT ] means ( (IC (Computation s1,$1)) + n = IC (Computation s2,$1) & IncAddr (CurInstr (Computation s1,$1)),n = CurInstr (Computation s2,$1) & DataPart (Computation s1,$1) = DataPart (Computation s2,$1) );
A7: S1[ 0 ]
proof end;
A13: for k being Element of NAT st S1[k] holds
S1[k + 1]
proof
let k be Element of NAT ; :: thesis: ( S1[k] implies S1[k + 1] )
assume A14: S1[k] ; :: thesis: S1[k + 1]
A15: Computation s1,(k + 1) = Following (Computation s1,k) by AMI_1:14
.= Exec (CurInstr (Computation s1,k)),(Computation s1,k) ;
A16: Computation s2,(k + 1) = Following (Computation s2,k) by AMI_1:14
.= Exec (CurInstr (Computation s2,k)),(Computation s2,k) ;
hence A17: (IC (Computation s1,(k + 1))) + n = IC (Computation s2,(k + 1)) by A14, A15, SCMFSA6A:41; :: thesis: ( IncAddr (CurInstr (Computation s1,(k + 1))),n = CurInstr (Computation s2,(k + 1)) & DataPart (Computation s1,(k + 1)) = DataPart (Computation s2,(k + 1)) )
reconsider j = CurInstr (Computation s1,(k + 1)) as Instruction of SCM+FSA ;
reconsider l = IC (Computation s1,(k + 1)) as Element of NAT by ORDINAL1:def 13;
A19: IC (Computation s1,(k + 1)) in dom J by A1, Def1;
dom (ProgramPart J) = (dom J) /\ NAT by RELAT_1:90;
then A20: l in dom (ProgramPart J) by A19, XBOOLE_0:def 4;
A21: j = s1 . (IC (Computation s1,(k + 1))) by AMI_1:54
.= (Initialized J) . (IC (Computation s1,(k + 1))) by A1, A6, A19, GRFUNC_1:8
.= J . l by A5, A19, GRFUNC_1:8 ;
A22: IC (Computation s2,(k + 1)) in NAT by AMI_1:def 4;
IC (Computation s2,(k + 1)) in dom (Relocated J,n) by A17, A19, SCMFSA_5:4;
then IC (Computation s2,(k + 1)) in (dom (Relocated J,n)) /\ NAT by A22, XBOOLE_0:def 4;
then A23: IC (Computation s2,(k + 1)) in dom (ProgramPart (Relocated J,n)) by RELAT_1:90;
thus IncAddr (CurInstr (Computation s1,(k + 1))),n = (Relocated J,n) . (l + n) by A20, A21, SCMFSA_5:7
.= (ProgramPart (Relocated J,n)) . (IC (Computation s2,(k + 1))) by A17, FUNCT_1:72
.= s2 . (IC (Computation s2,(k + 1))) by A2, A23, GRFUNC_1:8
.= CurInstr (Computation s2,(k + 1)) by AMI_1:54 ; :: thesis: DataPart (Computation s1,(k + 1)) = DataPart (Computation s2,(k + 1))
thus DataPart (Computation s1,(k + 1)) = DataPart (Computation s2,(k + 1)) by A14, A15, A16, SCMFSA6A:41; :: thesis: verum
end;
for k being Element of NAT holds S1[k] from NAT_1:sch 1(A7, A13);
hence ( (IC (Computation s1,i)) + n = IC (Computation s2,i) & IncAddr (CurInstr (Computation s1,i)),n = CurInstr (Computation s2,i) & DataPart (Computation s1,i) = DataPart (Computation s2,i) ) ; :: thesis: verum