let i, j be Element of NAT ; ( i <= j implies for N being with_non-empty_elements set
for S being non empty stored-program halting IC-Ins-separated definite AMI-Struct of N
for s being State of S st CurInstr (Computation s,i) = halt S holds
Computation s,j = Computation s,i )
assume
i <= j
; for N being with_non-empty_elements set
for S being non empty stored-program halting IC-Ins-separated definite AMI-Struct of N
for s being State of S st CurInstr (Computation s,i) = halt S holds
Computation s,j = Computation s,i
then consider k being Nat such that
A1:
j = i + k
by NAT_1:10;
reconsider k = k as Element of NAT by ORDINAL1:def 13;
A2:
j = i + k
by A1;
let N be with_non-empty_elements set ; for S being non empty stored-program halting IC-Ins-separated definite AMI-Struct of N
for s being State of S st CurInstr (Computation s,i) = halt S holds
Computation s,j = Computation s,i
let S be non empty stored-program halting IC-Ins-separated definite AMI-Struct of N; for s being State of S st CurInstr (Computation s,i) = halt S holds
Computation s,j = Computation s,i
let s be State of S; ( CurInstr (Computation s,i) = halt S implies Computation s,j = Computation s,i )
assume A3:
CurInstr (Computation s,i) = halt S
; Computation s,j = Computation s,i
defpred S1[ Element of NAT ] means Computation s,(i + $1) = Computation s,i;
A6:
S1[ 0 ]
;
for k being Element of NAT holds S1[k]
from NAT_1:sch 1(A6, A4);
hence
Computation s,j = Computation s,i
by A2; verum