let N be non empty with_non-empty_elements set ; for S being non empty stored-program IC-Ins-separated definite realistic halting Exec-preserving AMI-Struct of N
for P being the Instructions of b1 -valued ManySortedSet of NAT
for s being State of S st NPP s = NPP (Following (P,s)) holds
for n being Element of NAT holds NPP (Comput (P,s,n)) = NPP s
let S be non empty stored-program IC-Ins-separated definite realistic halting Exec-preserving AMI-Struct of N; for P being the Instructions of S -valued ManySortedSet of NAT
for s being State of S st NPP s = NPP (Following (P,s)) holds
for n being Element of NAT holds NPP (Comput (P,s,n)) = NPP s
let P be the Instructions of S -valued ManySortedSet of NAT ; for s being State of S st NPP s = NPP (Following (P,s)) holds
for n being Element of NAT holds NPP (Comput (P,s,n)) = NPP s
let s be State of S; ( NPP s = NPP (Following (P,s)) implies for n being Element of NAT holds NPP (Comput (P,s,n)) = NPP s )
defpred S1[ Element of NAT ] means NPP (Comput (P,s,$1)) = NPP s;
assume Z:
NPP s = NPP (Following (P,s))
; for n being Element of NAT holds NPP (Comput (P,s,n)) = NPP s
A2:
S1[ 0 ]
by EXTPRO_1:3;
thus
for n being Element of NAT holds S1[n]
from NAT_1:sch 1(A2, A1); verum