let i, j be Element of NAT ; :: thesis: for N being non empty with_non-empty_elements set st i <= j holds
for S being non empty stored-program IC-Ins-separated definite halting AMI-Struct of N
for P being NAT -defined the Instructions of b2 -valued Function
for s being State of S st P halts_at IC (Comput P,s,i) holds
P halts_at IC (Comput P,s,j)

let N be non empty with_non-empty_elements set ; :: thesis: ( i <= j implies for S being non empty stored-program IC-Ins-separated definite halting AMI-Struct of N
for P being NAT -defined the Instructions of b1 -valued Function
for s being State of S st P halts_at IC (Comput P,s,i) holds
P halts_at IC (Comput P,s,j) )

assume A1: i <= j ; :: thesis: for S being non empty stored-program IC-Ins-separated definite halting AMI-Struct of N
for P being NAT -defined the Instructions of b1 -valued Function
for s being State of S st P halts_at IC (Comput P,s,i) holds
P halts_at IC (Comput P,s,j)

let S be non empty stored-program IC-Ins-separated definite halting AMI-Struct of N; :: thesis: for P being NAT -defined the Instructions of S -valued Function
for s being State of S st P halts_at IC (Comput P,s,i) holds
P halts_at IC (Comput P,s,j)

let p be NAT -defined the Instructions of S -valued Function; :: thesis: for s being State of S st p halts_at IC (Comput p,s,i) holds
p halts_at IC (Comput p,s,j)

let s be State of S; :: thesis: ( p halts_at IC (Comput p,s,i) implies p halts_at IC (Comput p,s,j) )
assume that
A3: IC (Comput p,s,i) in dom p and
A2: p . (IC (Comput p,s,i)) = halt S ; :: according to COMPOS_1:def 19 :: thesis: p halts_at IC (Comput p,s,j)
X: CurInstr p,(Comput p,s,i) = halt S by A3, A2, PARTFUN1:def 8;
hence IC (Comput p,s,j) in dom p by A3, A1, Th52; :: according to COMPOS_1:def 19 :: thesis: p . (IC (Comput p,s,j)) = halt S
thus p . (IC (Comput p,s,j)) = halt S by A1, A2, X, Th52; :: thesis: verum