deffunc H1( Element of NAT ) -> Element of NAT = c1;
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 Function of NAT ,NAT ;
A3: for k being Element of NAT holds
( f . (k + 1) in SUCC (f . k),SCM+FSA & ( for j being Element of NAT st f . j in SUCC (f . k),SCM+FSA holds
k <= j ) ) by A2, Th85;
f is bijective by A2, Th85;
hence SCM+FSA is standard by A3, AMISTD_1:19; :: thesis: verum