let k be Element of NAT ; :: thesis: ( k + 1 in SUCC k,SCM & ( for j being Element of NAT st j in SUCC k,SCM holds
k <= j ) )

reconsider fk = k as Element of NAT ;
A8: SUCC k,SCM = {k,(succ fk)} by Th52;
hence k + 1 in SUCC k,SCM by TARSKI:def 2; :: thesis: for j being Element of NAT st j in SUCC k,SCM holds
k <= j

let j be Element of NAT ; :: thesis: ( j in SUCC k,SCM implies k <= j )
assume A10: j in SUCC k,SCM ; :: thesis: k <= j
reconsider fk = k as Element of NAT ;
per cases ( j = k or j = succ fk ) by A8, A10, TARSKI:def 2;
end;