let G be non empty good 1-sorted ; :: thesis: for i being Element of SCM-Memory holds
( (SCM-OK G) . i = NAT iff i = NAT )

let i be Element of SCM-Memory ; :: thesis: ( (SCM-OK G) . i = NAT iff i = NAT )
thus ( (SCM-OK G) . i = NAT implies i = NAT ) :: thesis: ( i = NAT implies (SCM-OK G) . i = NAT )
proof end;
thus ( i = NAT implies (SCM-OK G) . i = NAT ) by Def3; :: thesis: verum