let k be natural number ; :: thesis: il. SCM ,k = il. k
deffunc H1( Element of NAT ) -> Instruction-Location of SCM = il. $1;
A1: for k being Element of NAT holds H1(k) is Element of NAT ;
consider f being Function of NAT ,NAT such that
A2: for k being Element of NAT holds f . k = H1(k) from FUNCT_2:sch 9(A1);
reconsider f = f as IL-Function of NAT , SCM by AMI_1:def 36;
A3: f is bijective by A2, Th53;
A4: for k being Element of NAT holds
( f . (k + 1) in SUCC (f . k) & ( for j being Element of NAT st f . j in SUCC (f . k) holds
k <= j ) ) by A2, Th53;
ex f being IL-Function of NAT , SCM st
( f is bijective & ( for m, n being Element of NAT holds
( m <= n iff f . m <= f . n ) ) & il. k = f . k )
proof
take f ; :: thesis: ( f is bijective & ( for m, n being Element of NAT holds
( m <= n iff f . m <= f . n ) ) & il. k = f . k )

thus f is bijective by A2, Th53; :: thesis: ( ( for m, n being Element of NAT holds
( m <= n iff f . m <= f . n ) ) & il. k = f . k )

thus for m, n being Element of NAT holds
( m <= n iff f . m <= f . n ) by A3, A4, AMISTD_1:18; :: thesis: il. k = f . k
il. k in NAT by AMI_1:def 4;
hence il. k = f . k by A2; :: thesis: verum
end;
hence il. SCM ,k = il. k by AMISTD_1:def 12; :: thesis: verum